/* CSS Document */

body{
	text-align:center;
	min-width:800px;
	margin-top: 0px;
	background-image:url(../images/backgrounds/main.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF7DE;
	margin: 0px auto; 
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}

body a {
color:#666666;
text-decoration:underline;
}

body a:hover{
color:#666666;
text-decoration:underline;
}

input{
border-width:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
padding:5px;

}

textarea{
border-width:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
padding:5px;
}


.redMedium{
font-size:14px;
color:#8F0000;
font-weight:bold;
}

.greyMedium{
font-size:14px;
color:#000000;
font-weight:bold;
}


.blackMedium{
font-size:14px;
color:#999999;
font-weight:bold;
}



#main{
width:780px; 
position:relative; 
padding-left:11px;  
padding-right:10px; 
background-repeat:repeat-y;
background-image:url(../images/backgrounds/content.png);


}

#footer{
width:836px; 
height:64px; 
margin:0 auto;
text-align:left; 
position:relative;
padding-left:4px;  
}

