body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #2E2E2E;
	font-size:11px;
	letter-spacing: 1px;
        margin: 0px 0px 0px 0px;
	line-height: 14px;
	text-align: justify;
	cursor: default;
}


a, a:link, a:visited, a:active {
 	color: #A20000; 
	text-decoration: none;
	letter-spacing: 0px;
	font-family: "Georgia";
	font-size: 11px;
	cursor: default;
	}

a:hover {
	color: #C70000;
	text-decoration: none;
	border-bottom: 2px solid #A20000;
	background-color: #F0F0F0;
	cursor: default;
	}


#header {
	position: absolute; 
	margin: 0px;
	width: 750px;
	border: 0px;
	background: #fff url('header2.jpg') no-repeat top left;
	height: 200px;
}

#content {
	position: absolute; 
	left: 355px; 
	top: 180px;
	width: 348px;
}


#link {
	position: absolute;
	left: 180px;
	top: 240px;
	width: 200px;
}

#nav {
	position: absolute;
	left: 120px;
	top: 220px;
	width: 200px;
}
::-moz-selection {
	color: #ffffff;
	background: #F5D0D0;
}