/* CSS Document  - sunflower silks*/

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

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

#nav
{
background: url(images/nav_bg.jpg) repeat-x;
width: 800px;
height: 53px;
padding: 18px 0px 5px 0px;
font: 18px Georgia, "Times New Roman", Times, serif;
}

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

#nav a:hover
{text-decoration: none;
color: #646850;
text-decoration: underline;}

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

#content
{background-color: #ffffff;
padding: 0px 20px 10px 30px;}

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

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

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

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

h3
{
font: 20px Georgia, "Times New Roman", Times, serif;
font-weight: normal;
border-bottom: 1px dashed #aaaaaa;
}


#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;
}