﻿@charset "utf-8";
/* CSS Document */

#header {
	position:absolute;
	top:0.5em;
	left:3em;
}
#navigation {
	position:absolute;
	top:8em;
	left:3em;
}

/*******************************************************FOOTER SECTION*******************************/
#footerone {
	position: absolute;
	bottom:-1.8em;
	width: 712px;
	font-size: 11px;
	color: #333333;



}
#footerone p {
	margin: 0.5em 0.1em 0em 0em;
	padding: 0;
}


#footerone a:link, #footerone a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #333333;
	background-color: transparent;
}
#footerone a:hover {
	text-decoration: none;
	color:#0000FF;	
}
