/* CSS Document */

body {
	color: #000000;
	background-image: url(images/bg3.gif);
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 0; 
	padding: 0;
}

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

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

#nav
{background: url(images/nav_bg3.jpg) repeat-x #7AA9D4;
font: 18px "Century Gothic", Arial, sans-serif;
font-weight: bold;
color: #FFFFFF;
width: 800px;
height: 33px;
padding-top: 12px;}

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

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

#nav a:hover
{color: #FFFFFF;
text-decoration: none;
background: #905CB2;
padding-left: 15px;
padding-right: 15px;}

#content
{
width: 740px;
background: url(images/content_bg.jpg) bottom right no-repeat #FFFDF1;
padding: 25px 30px 30px 30px;
}

#content2
{
width: 740px;
background: url(images/content_bg2.jpg) bottom right no-repeat #FFFDF1;
padding: 25px 30px 30px 30px;
}

#content a
{
color: #E10000;
text-decoration: underline;
font-weight: bold;

}

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

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

h3
{color: #7F017F;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
border-bottom: 1px solid #7F017F;}

h5
{color: #7F017F;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
border-bottom: 1px dashed #7F017F;
width: 250px;}

.img1
{
border: 1px solid #F4F0DA;
margin-left: 15px;
padding: 6px;
background: white;
}

#footer
{
font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
border-top: 0px dashed #aaaaaa;
color: #FFFFFF;
padding: 5px 5px 5px 5px;
background: url(images/footer2.jpg);
}

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

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

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

