body {
	background:#FDF3F2;
	font-family:Arial, Helvetica, sans-serif;
	color:#2F2F2F;
}
h1{
	font-size:30px;
	text-align:center;
	font-weight:normal;
	color:#0C1429;
}
h2{
	font-size:40px;
	font-weight:500;
	color:#0C1429;
	text-align:center;
}
h3{
	font-size:45px;
	font-weight:normal;
	color:#0C1429;
}
h4{
	font-size:40px;
	font-weight:500;
	color:#0C1429;
	margin-top:20px;
}
p{
	font-weight:1;
	font-size:13px;
}
.line{
	border-top:#CBCBCB solid 1px;
	padding-top:12px;
}
div#Wrapper
{
	width:900px;
	margin:auto;
	padding-top:20px;
}
/* Menu and footer*/
div#Menu{
	background: url('../img/tbarbg.jpg') no-repeat top center;
	height:80px;
	margin:auto;
}
div#Menu ul, div#footer ul{
	list-style:none;
	float:right;
	position:relative; right:70px;top:17px;
}
div#Menu li, div#footer li{
	display:inline;
	padding-right:20px;
}
div#Menu a, div#footer a{
	text-decoration:none;
	color:#2F2F2F;
}
div#Menu a:hover, div#footer a:hover{
	text-decoration:none;
	color:#6F6F6F;
	border-bottom:#6F6F6F solid 3px;
}
div#footer{
	background:url(../img/footer.jpg) no-repeat top center;
	height:70px;
	margin:auto;
}
/* Slider */
div#SliderWp{
	background:url(../img/Slider.jpg) no-repeat top center;
	margin:auto;
	height:343px;
	width:798px;
}
div#slider{
	position:relative; bottom:222px;
}
#slider ul, #slider li,{
	list-style:none;
}
#slider ul{
	width:795px;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:795px;
	height:300px;
	overflow:hidden;
	z-index:2;
	}
.slidercontent{
	width:440px;
	height:200px;
	float:right;
	margin-top:90px;
	margin-right:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#slider p{
	font-size:20px;
	text-align:left;
	color:#000;
}
#slider img{
	float:left;
	position:relative; left:75px; top:50px;
}
/* Content */
div#ContentTop{
	background:url(../img/ContentBgTop.jpg) no-repeat top center;
	margin:auto;
	height:13px;
	width:798px;
}
div#Content{
	background:url(../img/ContentBg.jpg) repeat-y center;
	width:728px;
	margin:auto;
	padding:20px 35px 35px 35px;
}
div#boxwp{
	width:765px;
}
.box{
	height:235px; width:230px; float:left;
}
.center, .right{
	margin-left:20px;
}
.icon{
	position:relative; left:85px;
}
/* Contact */
div#Contactwp{
	width:765px;
	height:405px;
}
div#ContentRight{
	float:left;
	width:291px;
	height:405px;
	padding-left:35px;
}
div#ContentLeft{
	width:402px;
	height:405px;
	float:left;
}
#myMap{
	width:291px;
	height:340px;
}
/* Portfolio */
.img{
	border:10px solid #fff;
	float:left;
	margin-right:35px;
}
.Portfolio{
	width:720px;
	height:269px;
	margin-bottom:20px;
}
