/* CSS Document */
#wrapper 
{position: relative;
width:818px;
margin-right: auto;
margin-top:-10;
margin-left: auto;}

#header
{height: 278px;
background:url(images/header.png);
background-repeat: no-repeat;
padding: 0px;}

#main 
{position:relative;
background:url(images/tableback.png);
background-repeat:repeat;
padding:0px;}

#footer 
{height:241px;
background:url(images/footer.png);
background-repeat:no-repeat;
text-align:center;
padding:5px;}

#contentleft 
{width:400px; 
height:100px;
float: left;
padding: 10px;}

#contentright
{margin-left:410;
padding:10px;
text-align:left;}

#contentfull 
{width:785px; 
padding:10px; }


.headertitle {font-family: arial;
font-weight:bold;
font-size:12px;
color:#C8220B;}

.title {font-family: arial;
font-size:11px;
font-weight:bold;
color:#C8220B;}

.titlegray {font-family: arial;
font-size:12px;
color:#333333;}

.normal{font-family: arial;
font-size:11px;
color:#666666;}

.footerfont{font-family: arial;
font-size:10px;
color:#000000;}

A:link {
color:#C8220B;}

A:active {
text-decoration: underline;}

A:visited {
color:#C8220B;}
