/* CSS Document */

body {
	color: black;
	background: #272C32;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background-color: #FFFFFF;
margin: 20px auto;
padding: 0;

}

#nav
{background: #EA85A5;
width: 100%;
height: 40px;
border-bottom: 5px solid #EA85A5;
color: white;
font: 20px Georgia, "Times New Roman", Times, serif;}

#nav a
{
color: white;
text-decoration: none;
}

#nav a:visited
{
color: white;
text-decoration: none;
}

#nav a:hover
{
font-size: 24px;
}

#top
{background-image:url(images/top.jpg);}

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

#content
{
padding: 30px 10px 20px 30px;
background: url(images/content_bg.jpg) no-repeat bottom left;
}

#content2
{
padding: 30px 10px 20px 30px;
background: url(images/content_bg2.jpg) no-repeat bottom left;
}

#content a
{
color: #01F6F9;
text-decoration: underline;
font-weight: bold;
}

#content a:visited
{
color: #01F6F9;
text-decoration: underline;
}

#content a:hover
{
color: white;
text-decoration: none;
}

h3
{
font-size: 24px;
font-weight: normal;
}

li
{line-height: 1.6em;
list-style: circle;}

.img
{
margin: 20px;
}

.table1
{
border: 1px solid #FFC7D9;
}

#footer
{
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 10px 10px 10px 10px;
color: #aaaaaa;
background: url(images/footer.jpg) no-repeat;
}

#footer a
{
color: #AAAAAA;
}

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

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