/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255);}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(0,0,255);}
 A:visited { color: rgb(0,0,255);}
 
<style>
<!-- a {text-decoration: none; color: black;} -->

BODY {

	margin: 0;
	padding: 0;
	font-family: times,new roman, serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/bg.jpg);
	background-position: -20px 0;
}
	
#top {
	top: 0px;
	left: 20px;
	width: 753px;
	height: 109px;
	padding-top: 0px;
	font-family: Times,New Roman;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	background-image: url(images/top.jpg); 
    background-repeat: no-repeat; 
    background-position: left top;
}

#left {
	top: 115px;
	left: 20px;
	width: 147px;
	height: 452px;
	border: 1px #A21129 solid;
	padding-top: 0px;
	font-family: Times,New Roman;
	color: #000;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	background-color: #ACB7DC;  
    background-position: left top;
}

#right {
	top: 115px;
	left: 175px;
	width: 595px;
	border: 1px #A21129 solid;
	padding-top: 0px;
	color: #000;
	line-height: 14px;
	text-align: left;
	background-color: #FFEEC6;  
    background-position: left top;
}

#footer {
	left: 20px;
	width: 752px;
	height: 25px;
	border: 1px #A21129 solid;
	padding-top: 0px;
	text-decoration: none;
	font-family: Times,New Roman;
	color: #000;
	font-size: 11px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	background-color: #ACB7DC;  
    background-position: left top;
}
h1 {

	font-family: times,new roman, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	}
	
h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: 800;
	color: #000;
	}
</style>
 

