/* basic elements */
body {
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: url(img/bgL.jpg) no-repeat top left #fff; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: italic normal 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #003B62;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


ul#nav {
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	background: transparent top left no-repeat; 
	position: absolute; 
	top: 148px; 
	left: 0px; 
	width: 180px; 
	height: 150px;
	z-index: 1;
}

ul#nav li a{
display: block;
width: 130px;
color: #FFF;
padding: 1px;
background-color: #880000;
text-align: center;
text-decoration: none;
border: 2px outset;
}

ul#nav li a:hover{
color: #FFF;
background-color: #EE0000;
border: 2px inset;
}

#buttons, #buttons ul {
	color:black;
	float:left;
	width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
}	
#buttons li {
	display: inline;
	padding: 0;
	margin: 0;
}
#buttons li a:hover {
	background: #880000;
}
#buttons a {
	float:left;
	width:10em;
	text-decoration:none;
	display: block;
	padding: 3px 3px;
	text-decoration: none;
	background: #880000;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-left: 1px solid #CCC;
}

/* specific divs */
#content { 
	position: absolute; 
	padding: 95px 0px 0px 220px;
    width: 500px;
	margin: 0px; 
	color: #333;
	}
#headerGraphic { 
	background: transparent top left no-repeat; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100px; 
	height: 150px; 
	}
  
#title { 
	background: transparent top left no-repeat; 
	position: absolute; 
	top: 0px; 
	left: 260px; 
	width: 500px; 
	height: 150px; 
	}