/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #050845;
	background-image: url(../2007/bg.JPG);  
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #fdf8f2;
	color: black;
}

#content {
	margin-left: 230px;
	padding: 20px 10px 0 0;
}

#content p {
	font-size: 90%;
	line-height: 1.8em;
	padding-left: 2em;
	padding-right: 1em;
}

h2 {
	padding-left: 1em;
}

#header h1 {
	font-size: 1.5em;
	padding-left: 1em;
}

#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}

#header-bottom ul {
	margin: 0;
	padding: 0px;
	text-align: right;
}

#header-bottom li {
	display: inline;
	padding: 10px;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}


#nav {
	position: absolute;
	top: 194px;
	left: 0px;
	width: 200px;
	border-right: thin;
	border-right-color: #b9d2e3;
	 
}

#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
}

#nav li {
	margin-bottom: 0.3em;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #003366;
}

#nav a:hover {
	color:#666666;
}

#footer {
	margin: 0;
	padding: 0;
	background-color: #fdf8f2;
	color: black;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}
	

