@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(images/back_tile.jpg) repeat-x top #87C9F6;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #289df0;}
a:hover{color: #666666;}
a:visited{color: #289df0;}

#clearfix {
	clear: both;
}

/******************* STRUCTURE *******************/

#container {
	background: url(images/background.jpg) top center no-repeat;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 200px;
}

#logo {
	margin-left: 43px;
	_margin-left: 44px; /*IE 6 hack*/
}

*+html #logo { /*IE 7 hack*/
	margin-left: 44px;
}

#navbar {
	width: 180px;
	height: 390px;
	float: left;
	color: #289df0;
	padding: 0 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar a {
	text-decoration: none;
	text-indent: 5px;
	display: block;
	height: 29px;
	width: 180px;
	line-height: 29px;
	border-bottom: #289df0 dotted 1px;
}

#navbar a:hover, #navbar .selected {
	background: #ecf4f9;
	color: #666666;
}

#maincontent {
	width: 591px;
	float: right;
	background: #ffffff;
}

#maintext {
	width: 571px;
	margin: 10px;
}

#maintext p {
	font-size: .8em;
	line-height: 1.4em;
}

#maintext li {
	font-size: .8em;
	line-height: 1.4em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #da332d;
}

#footer {
	width: 800px;
	margin: 20px auto 0 auto;
	color: #284ef0;
	font-size: .8em;
}