BODY {
	margin-top:0px;
	margin-left: 25px;
	background : #822C2F;

}

.navline {
 	font-family: "Gill Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	color : #333;
	background : white ;
}
 
 .left{
	background : white ;
}

 .middle{
	background : white ;
}

 .right{
	background : white ;
}

.textarea {
	font-family: "Gill Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color : #333;
	padding : 30px;
	background : #EAEEEA ;

}

.credits {
	font-family: "Gill Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	color : white;
	padding : 10px;
	background : #822C2F ;

}

.front {
	font-size : 10px;
 	font-family : Palatino, serif;
	color : #666600;
	background : white;
	border-right : 1px solid #6D7691;
	border-bottom : 1px solid #6D7691;
	border-top : 1px solid #6D7691
}
.rightcol {
	font-size : 10px;
 font-family : Palatino, serif;
	color : #666600;
	background : #F9F9F9;
	padding : 10px;
	border-left : 1px dotted #6D7691;
	border-right : 1px dotted #6D7691;
	border-bottom : 1px dotted #6D7691;
	border-top : 1px dotted #6D7691
}

.bottom {
	background : white;

}

A:visited {
	color : #822C2F;
	text-decoration : none
}

A:link {
	color : #822C2F;
	text-decoration : none
}

A:hover {
	color : #576270;
	text-decoration : none
}

A:active {
	color : #822C2F;
	text-decoration : none
}
	
.bodylink {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999999;
}


