/* CSS Document */
#wrapper 
{position: relative;
width:918px;
margin-right: auto;
margin-left: auto;}

#header
{height: 190px;
background:url(images/header.png);
background-repeat: no-repeat;
padding: 0px;}

#main 
{position:relative;
background:url(images/tableback.png);
background-repeat:repeat;
padding:10px;}

#footer 
{
	height:50px;
	background:url(images/footer.png);
	background-repeat:no-repeat;
	padding:5px;
	text-align: center;}

#contentleft 
{
	width:450px;
	height:900px;
	float: left;
	padding: 10px;}
	

#contentright
{margin-left:460;
padding:10px;
text-align:center;}

#contentfull 
{width:900px; 
height:800px;
float: left; }


.headertitle {
	font-family: arial;
	font-weight:bold;
	font-size:18px;
	color:#000000;	}

.title {
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align: center;
}

.titlered {font-family: arial;
font-size:14px;
font-weight:bold;
color:#990000;}

.normal{
	font-family: arial;
	font-size:12px;
	color:#000000;
	text-align: left;
}

.footerfont{
	font-family: arial;
	font-size:10px;
	color:#000000;
	text-align: left;
}

A:link {
color:#990000;}

A:active {
text-decoration: underline;}

A:visited {
color:#990000;}
#wrapper #main #contentright div .normal {
	font-weight: normal;
}
