/* CSS Document */

body {
	color: #000000;
	background: url(images/bg.jpg) repeat-x top left #1285BA;
	background-attachment: fixed;
	font: 14px "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;}

#container
{width: 995px;
background-color: #38ABE0;
margin: 15px auto;
padding: 0;}

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

#content
{background: #38ABE0;
padding: 0px 25px 20px 25px;}

#content a,a:visited
{color: #FFDE00;
font-weight: bold;}

#content a:hover
{color: #000000;
font-weight: bold;}

li
{list-style: circle;}

.borderLeft
{border-left: 1px dashed #FFFFFF;}

h3
{color: #FFDE00;
font-weight: bold;}

.img1
{border: 2px solid #FFDE00;}

#footer
{font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 0px 8px 0px 8px;
height: 25px;
/* border-top: 1px dashed #aaaaaa; */
color: #FFFFFF;
background: #38ABE0 no-repeat;}

#footer a
{color: #FFFFFF;}

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

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

