/* CSS Document */

body {
	color: black;
	background: url(images/bg.jpg) repeat-x top left #43B8D4;
	background-attachment: fixed;
	font: 14px "Century Gothic", Arial, sans-serif;
	line-height: 1.6em;
	margin: 0; 
	padding: 0;}

#container
{width: 800px;
background-color: #ffffff;
border: 5px solid #BFF2FF;
margin: 0px auto;
padding: 0;}

#nav
{width: 800px;
height: 45px;}

#header
{background: url(images/header.jpg);
width: 800px;
height: 142px;}

#content
{padding: 10px 10px 10px 15px;}

#content a
{color: #00B4FF;
text-decoration: none;
font-weight: bold;}

#content a:visited
{color: #00B4FF;
text-decoration: none;
font-weight: bold;}

#content a:hover
{color: #EBA900;
text-decoration: underline;}

.img
{
border: 2px solid #BFF2FF;
}

#footer
{font: 10px Verdana, Arial, Helvetica, sans-serif;
border-top: 1px solid #EEEEEE;
color: #5C5C5C;
padding: 5px;}

#footer a
{
color: #5C5C5C;
}

#footer a:visited
{
color: #5C5C5C;
text-decoration: inherit;
}

#footer a:hover
{
color: black;
text-decoration: none;
}