body{
	background-color:#A90533;
	background-image:none;
	background-repeat:repeat-x;
}
div.main{
	background-image:url(../images/fade.png);
	background-repeat:repeat-y;
}
img.header{
	border-bottom:5px solid #A90533;
}
div.content{
	background-color:#DD9BAD;
}

div.text h1{
	font-family: georgia, serif;
	font-size:20px;	
	color:#031930;
}
div.text h2{
	font-family: georgia, serif;
	font-size:16px;	
	margin-bottom:0px;
	color:#031930;
}
div.text h3{
	font-family: georgia, serif;
	font-size:14px;	
	margin-bottom:0px;
	color:#031930;
}

div.text, strong, b{
	color:#333333;
}

a{
	color:#CB0000;
}

div.links *{
	color:#CB0000;
}

*{
color:black;
}