
*{
	padding: 0;
	margin: 0;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #c9751b;
	text-decoration: none;
}
body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}
p{
	text-align: center;
	font-style: italic;
}
body {
	background-image:url(../img/homebg.gif);
	text-align: center;
}
html{
	overflow: hidden;
}
.horizon{
	position: absolute;
	left: 0;
	overflow: visible;
	top: 50%;
	width: 100%;
	height: 1px;
}
.content{
	position: relative;
	margin-top: -292px;
    margin-left: auto;
    margin-right: auto;
	width: 957px;
	height: 585px;
}
.header{
	height: 108px;
	background: url(../img/bg_header.gif) repeat-x;
}
.header img{
	position:absolute;
	top: 0;
	left:0;
}
.header p{
	position: absolute;
	top: 49px;
	right: 78px;
	font-size: 14px;
}
.caps{
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}
.middle{
	background-image: url(../img/no-js-home-image.jpg);
	height: 427px;
}
.middle p{
	position: relative;
	top: 60px;
	color: white;
	margin-left: 20px;
	margin-right: 511px;
	padding-top:20px;
	font-size: 13px;
	line-height: 28px;
}
.footer{
	height: 48px;
	background: url(../img/bg_footer.gif) repeat-x;
	padding: 10px;
}
.footer p{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.footer em{
	text-transform: none;
	font-size: 11px;
}