/* CSS Document */

body {
	color: #000000;
	background: #272A31;
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0; 
	padding: 0;
}

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

#header
{width: 800px;
height: 118px;}

#content
{
width: 760px;
background: url(images/b3.jpg) no-repeat #272A31;
padding: 25px 20px 30px 20px;
}

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

}

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

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

.td1
{background: url(images/tdbg.jpg) bottom right no-repeat  #FFFFFF;
border: 1px solid #000000;
padding: 10px;}

.td2
{background: url(images/tdbg.jpg) bottom right no-repeat #FFFFFF;
border: 1px solid #000000;
padding: 6px;}

h1
{color: #FFFFFF;}
