#header_background {
	height: 110px;
	width: 100%;
	right: 0px;
	top: 20px;
	background-image: url(../images/header_top.jpg);
	position: absolute;
}

#bottom {
	height: 49px;
	width: 100%;
	right: 0px;
	background-image: url(../images/header_bottom.jpg);


}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#logo {
	position: absolute;
	top: 38px;
	left: 5%;
}

#menu {
	font: 85%/1.3 arial, helvetica, sans-serif;
	font-weight: bold;
	top: 35px;
	position: absolute;
	right: 5%;
}

body {
	margin:150px 0px 0px 0px;
	padding:0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;

	}
	
p {
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	font-variant: normal;
	line-height: 20px;
}

h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {

	text-align:left;
	padding:15px;
	border:1px none #EDEDED;
	background-color:#EDEDED;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
	}
a {
	color:#09c;
	text-decoration:none;
	font-weight:600;
	}
a:link {color:#8998e9;}
a:visited {color:#8998e9}
a:hover {color:#878787}
