html{
	background-color: #CD2733;
}
body{
	margin: 0px;
	padding: 0px;
	font-family:Arial,Verdana;
	font-size:12px;
	color:#1CD5EA;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
p1{
	color:#ffffff;
	margin-bottom:12px;
	font-weight:bold;
}
#wrapper 
{
	position: absolute;
	top: 45%;
	height: 50%; 
	width: 100%; 
	text-align: left;
 }
.wrap{
	width:1000px;
	margin:0px auto;
}
.top{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#292727;
	width:auto;
	background:#0f0e0e;
	color:#ffffff;
	padding:5px 0px;
}
.header-container{
	height: 65px;
	background:#0f0e0e;
}
.logo-container{
		float: left;
		margin: 10px 0px 0px 11px;
		border-width:1px 0px 0px 0px;
	}

.footer{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#292727;
	width:auto;
	background:#0f0e0e;
	color:#ffffff;
	padding:5px 0px;
}

.footertop{
	width:auto;
	float:left;
	overflow: visible; 
}

.footerbottom{
	width:auto;
	float:right;
	padding:0px 70px 0px 0px;
}

.footerbottom p{
	color:#494949;
	font-size:9px;
	font-family:Tahoma,Arial,Verdana;
	line-height:12px;
}
.officeinfo{
	margin:0px;
	font-size:9px;
	font-family:Tahoma,Arial,Verdana;
}

.officeinfo li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;	
	border-right:1px solid #323232;
	padding:0px 40px 0px 0px;
	color:#c0c0c0;
}

.officeinfo li.last{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;	
	border-width:0px;
	padding:0px 0px 0px 0px;
}
.clear{
	clear:both;
}
a.contact{
	color:#1e8ec1;
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma,Arial,Verdana;
	text-decoration:none;
	
}

a.contact:hover {
	color: #fff;
}
