html {
	background-color: #222;
	height: 100%;
}

body {
	font-family: Verdana, Sans-serif;
	color: #000;
	width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #aaa;
	background-repeat: no-repeat;
	height: 100%;
}

html>body {
	min-height: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, ul, li, p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	display: block;
	border: none;
}

a {
	text-decoration: none;
	color: #444;
}
	
a:hover {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

/*-- header --*/

div#header {
	width: 800px;
	margin: 0 auto 0 auto;
	height: 156px;
	background-image: url(../img/bg_header.png);
	behavior: url(web/iepngfix.htc); 
}

div#header div#logo {
	width: 188px;
	padding: 36px 0 0 11px;
	float: left;
}

div#header div#menu {
	float: left;
	width: 590px;
}

div#header div#menu ul {
	background-color: #283473;
	height: 20px;
	margin: 124px 9px 0 11px;
	padding: 0 0 0 0;
}

div#header div#menu ul li {
	float: left;
	padding: 3px 11px 0 11px;
	height: 17px;
	width: 92px;
	background-repeat: no-repeat;
}

div#header div#menu ul li a {
	color: #fff;
}

/*-- main --*/

div#main {
	width: 800px;
	margin: 0 auto 0 auto;
	background-image: url(../img/bg_main.png);
	behavior: url(web/iepngfix.htc); 
}

div#main div#quote {
	width: 199px;
	float: left;
	padding: 0 11px 50px 0;
	font-family: Georgia,Times;
	line-height: 16px;
}

div#main div#quote h2 {
	padding: 0 0 0 11px;
}

div#main div#quote p {
	color: #283473;
	font-weight: 400;
	padding: 12px 0 0 20px;
}

div#main div#content {
	float: left;
	width: 570px;
	padding: 0 0 50px 0;
	height: 400px;
}

div#main>div#content {
	min-height: 400px;
	height: auto;
}

div#main div#content h3 {
	font-size: 160%;
	font-weight: 400;
	color: #283473;
	padding: 10px 0 0 11px;
}

div#main div#content p {
	padding: 10px 11px 0 11px;
}

div#main div#content p.alert {
	color: #CD2F23;
	font-style: italic;
}

div#main p#address {
	color: #283473;
}

/*-- footer --*/

div#footer {
	width: 590px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 210px;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	behavior: url(web/iepngfix.htc); 
	height: 60px;
	color: #fff;
}

div#footer ul {
	padding: 25px 0 0 0;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	color: #fff;
}


