body {
	background-color: #CCCCff;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

body, td, th {
	font: 16px Garamond, Georgia, Times New Roman, Times, serif;
	color: #66669a;
}

h1 {
	font: Garamond, Georgia, Times New Roman, Times, serif;
	color: #66669a;
}

h2 {
	font: Garamond, Georgia, Times New Roman, Times, serif;
	color: #66669a;
}

h3 {
	font: Garamond, Georgia, Times New Roman, Times, serif;
	color: #66669a;
}

h6 {
	color: #66669a;
}

a {
	color: #9a6599;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}

a:hover{
	color: #cd98cc;
	font-weight:bold;
	text-decoration:underline;
}

ul {
	float:none;
	width:100%;
	padding:5;
	margin:0;
	list-style-stype:none;
}

li.mainnav {display:inline;
	}

li.textlist {display:list-item;
			list-style-type: none
}

#container {
	position:absolute;
	
}	
#text {
	width: 650px;
	margin:20px;
	margin-left:130px;
	position:relative;
}

#header {
	width:800px;
	height:103px;
	background-image:url(images/header.png) !important; /*for Mozilla*/
	background-image: none;
	
	filter:progid:DXimageTransform.Microsoft.alphaimageloader
(src='images/header.png',sizingMethod='scale'); 
 /*for IE*/
	background-repeat: no-repeat;
	}
		

#mainnav {
	width:800px;
	margin-left:150px;
	}
#footer {
	margin-top:150px;
	margin-left:300px;
	font-size:smaller;
	}
	