* {
	margin: 0px;
	padding: 0px;
	outline: none
}
body {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #F57B20;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F57B20;
	margin-bottom: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
p.size_14 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_text {
	text-align: right;
}
#wrapper {
	width: 833px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#header {
	height: 94px;
}
#container {
	width: 833px;
}
#content_top {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	height: 26px;
}
#content {
	background-image: url(../images/content_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height:465px;
	height:auto !important;
	height:465px;
	padding-bottom:30px;
	padding-left:60px;
	padding-right:60px;
	padding-top:30px;
	position: relative;
}
#content_bottom {
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 86px;
	padding-right: 60px;
	padding-left: 60px;
	margin-bottom: 20px;
}
#content_bottom p {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFF;
	font-size: 12px;
	display: block;
	float: left;
	width: 356px;
}
#content_bottom a{
	color: #FFF;
	text-decoration: underline;
}
#under_construction {
	text-align: center;
}
#under_construction img{
	margin-top: 10px;
	margin-bottom: 10px;
}
#features {
	margin-top:23px;
	padding:0 34px;
}
#features ul{
	display:block;
	float:left;
	margin-top:10px;
	padding-left:34px;
	padding-right:34px;
	width:254px;
}
#visit_us   {
	background-image: none;
	position: absolute;
	left: 450px;
	top: 499px;
}
