body {
   	font-family: Georgia, Helvetica, Arial;
	background: #FFFFFF;
	color: #3F3F3F;
	width: 100%;
	text-align: left;
	font-size: 14px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

h4, h5, h6 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	line-height: 1.3;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
    text-decoration: underline;
}

ul  {
	margin-left: 10px;
}

ul li  {
	list-style-type: circle;
	padding: 5px 0px 5px 5px;
}

#header {
	background: #FFFFFF url(../img/bg-header.png) repeat-x top center;
	width: 100%;
	height: 140px;
	position: absolute;
}

nav {

	float: right;
	padding-top: 80px;
}

#banner {
	background: #FFFFFF url(../img/bg-banner.png) repeat-x top center;
	width: 100%;
	height: 280px;
	position: absolute;
	top: 140px;
}

#banner .text {
	padding: 70px 0 0 10px;
}

#body {
	background: #FFFFFF url(../img/bg-body.png) repeat-x top center;
	width: 100%;
	height: 480px;
	position: absolute;
	top: 420px;
}

.body_column1, .body_column2, .body_column3 {
	padding: 25px 10px 10px 10px;
}

.body_column2 p, .body_column3 p {
	padding-top: 10px;
}

#footer {
	background: #FFFFFF url(../img/bg-footer.png) repeat-x top center;
	width: 100%;
	height: 250px;
	position: absolute;
	top: 900px;
}

.footer_column1, .footer_column2, .footer_column3 {
	padding: 10px;
	font-size: 12px;
}