/* CSS Document */

body {
	color: ##674C44;
	background: url(images/bg.jpg) repeat-x top left #CCC5C2;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	margin: 0; 
	padding: 0;
}

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

#nav
{background: url(images/nav_bg.jpg) no-repeat #F9F3E5;
width: 800px;
height: 270px;}

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

#content
{background-color: #FFFFFF;
padding: 0px 30px 10px 40px;}

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

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

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

h2
{color: #E8A411;
font: 20px "Century Gothic", Arial, sans-serif;
font-weight: bold;}

.tdem
{
padding: 20px;
background-color:#FEFEEB;
border: 2px solid #ECD7BA;
}

.img
{
margin-left: 30px;
}

.img2
{
margin-right: 30px;
}

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

#footer a
{
color: #5C5C5C;
}

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

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