* { 

padding : 0;

margin : 0;

} 

body {
background: #B0E0E6;

 }

#container { 
position: relative;
width: 750px;
height: 1200px;
border: 3px double #FFFFFF;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background: #2a66af url(images/background.jpg) no-repeat left top;
}

#masthead {
height: 125px;
 }

#navigation {
height: 30px;
padding: 0px 0px 0px 20px;
 }

#main {
	position: relative;
	width: 600px;
	top: 4px;
	left: 85px;
	right: 4px;
	bottom: 4px;
;
	border: thin dotted #FFFFFF;
}

#links {
position: absolute;
top: 125px;
left: 0px;
width: 85px;
height: 500px;
 }

#news {
position: relative;
left: 550px;
width: 200px;
background: #EEE; }

#note {
	width: 225px;
	float: right;
	margin: 16px 16px 16px 16px;
	background: #B0E0E6;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-left-style: none;

}
#footer {
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}



ul#nav {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul#nav li {
display: inline; }

ul#nav li a {
	color: #2a66af;
	padding: 5px 20px;
	margin: 0px 2px;
	border: 1px solid #666;
	background-color:#B0E0E6;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

ul#nav li a:hover {
background-color: #333;
color: #FFF;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 17px;
	margin: 8px 24px 8px 24px;
	
}
h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	margin: 8px 58px 8px 8px;
	font-weight: bold;
	
	
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:18px;
	margin: 8px 8px 8px 8px;
	font-weight: bold;
	text-align: center;
	
}
h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	margin: 8px 8px 8px 8px;
	font-weight: bold;
	text-align: center;
	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	color: #FFFFFF;
	}

.right {
	float: right;
	margin: 5px 24px 1px 5px;
	text-align: center;
}
.left {
	float: left;
	font-size: 12px;
	margin: 5px 5px 1px 24px;
}
.center {
	font-size: 12px;
	margin: 5px 5px 1px 24px;
}
a.link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link:hover {
	color: #B0E0E6;
	text-decoration: underline;
}
