BODY, IMG, FORM, H1, H2 {
	margin:0px;
	padding:0px;
	border:0px;
}

BODY {
	background-color:#E1F0FD;
	font-family:arial;
	margin:10px;
	margin-top:40px;
}

#site {
	margin:0 auto;
	width:930px;
}

#pub {
	position:absolute;
	margin-left:810px;
	width:120px;
}

#splash {
	margin:0 auto;
	text-align:center;
	width:800px;
	height:550px;
	background: #D2DFEF url('images/bkg.jpg') no-repeat;
}
	#splash .top-content {
		height:64px;
	}
	#splash .site_name {
		float:left;
		color:#FFFFCC;
		padding:15px;
		font-size:22pt;
	}
	#splash .site_phrase {
		float:right;
		color:#FFFFCC;
		padding:30px 15px 10px 15px;
		font-size:14pt;
		font-weight:normal;
	}

#menu {
	clear:both;
}
	#menu a {
		font-size:10pt;
		background-color:#E1F0FD;
		padding:5px 15px 5px 15px;
		float:right;
		text-decoration:none;
		color:black;
		margin-right:2px;
	}
	#menu a:hover {
		background-color:#FFFFCC;
		text-decoration: underline;
	}
	#menu .last {
		margin:0px;
	}

#middle-content {
	clear:both;
	height:207px;
}

#content {
	background-color:#E1F0FD;
}
	#content div {
		padding:25px;
		width:600px;
		font-size:10pt;
		margin:0 auto;
	}

#hl {
	height:250px;
}
	#hl .circle {
		float:right;
		width:148px;
		height:130px;
		background-image:url('images/hl.png');
		background-repeat:no-repeat;
		margin:30px;
	}
	#hl .text {
		padding-top:40px;
		font-size:16pt;
		color:#FFFFCC;
	}
	#hl a {
		text-decoration:none;
	}
	
	#hl a:hover .text {
		text-decoration:underline;
	}

#footer, #footer a {
	height:19px;
	color:#FFFFCC;
	font-size:8pt;
	text-align:right;
	padding-right:30px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}