body {
	width:1000px;
	margin: 0 auto;
	background: #FFFFFF;
	color: #666666;
	background: url(Images/background.png) repeat-y center top;
	z-index:0;
}

/* Header */

#header {
	width: 950px;
	height: 550px;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(Images/header.png) left top no-repeat;
	z-index:1;
}

/* Content */

#content {
	width:1000px;
	margin: 0 auto;
	margin-top:-500px;
	z-index:3;

}

#left-post {
	float: left;
	width: 225px;
	padding: 0px 50px 0px 150px;
	margin-top:15px;
}

#right-post {
	float: right;
	width: 425px;
	padding: 0px 150px 0px 0px;
	line-height: 25px;
	margin-top:15px;
}

/* Fonts */
h1 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#333333;
font-weight:100;
}

h2 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 1em;
color:rgb(0,160,198);
}

h3 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 1em;
color:#666666;
}

h4 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 0.9em;
color:#666666;
line-height:20px;
}

h5 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 0.7em;
color:#666666;
line-height:20px;
font-weight:100;
}

h6 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 0.7em;
color:rgb(0,160,198);
}

p {
color:#333333;
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:100;
}

#right-post ul li {
color:#333333;
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:100;
}
/* Menu */

.menu {
	float: left;
	text-decoration: none;
	padding:0;
}

.menu li {
	display: inline;
}

.menu li a {
	width: 225px;
	height: 50px;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.menu li a:hover {
background: url(Images/menu_hover.png) left top no-repeat;
}

/* Footer */
#footer-bg {
	width:1000px;
	background:url(Images/footer.png) center bottom no-repeat;
	position:static;
	bottom: 0px;
	margin-right:auto;
	margin-left:auto;
}
#footer {
	height: 95px;
	margin: 0 auto;
	bottom:0px;
}
#footer p {
	margin: 0;
	padding: 65px 50px 0px 50px;
}
#legal {
	float: left;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
#links {
	float: right;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {color:rgb(0,160,198);}

