/*Basic Styles*/
body{
	margin:0px;
	padding:0px;
	background:#202020;
}


p {
	margin-top:0px;
}

a{
color:#d1af99;
}

h2{
margin-top:5px;
margin-bottom:0px;
color:#d1af99;
}

.accent{
	color:#afacef;
}

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding:10px;
	
}

.captionText{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:18px;
	padding:1px;
}

/*Layout*/
#container{
	width:1280px;
	margin:0px auto;
	
}

#leftMargin{
	float:left;
	width:170px;
	height:2652px;
	background:url("images/lm.jpg") no-repeat;
	
}
#mainContent{
	float:left;
	width:939px;
	height:2652px;
	
}
#rightMargin{
	float:left;
	width:170px;
	height:2652px;
	background:url("images/rm.jpg") -2px -0px no-repeat;
	
}

#header{
	width:100%;
	height:67px;
	background:url("images/header.jpg");
}

#topImage{
	width:100%;
	height:520px;
	background:url("images/topimg.jpg");
}
#box1{
	width:100%;
	height:422px;
	background:url("images/box1.jpg");
	
}

#box2{
	width:100%px;
	height:350px;
	padding-top:10px;
	background-color: #000;
	background-image: url(images/box2.jpg);
	background-repeat: no-repeat;
}
#box3{
	width:100%;
	height:115px;
	background:url("images/whatis.jpg") #3e3e3e no-repeat;
	background-position:0 -1px;
}
#box4{
	width:100%;
	height:1070px;
	padding:0px;
	padding-top:20px;
	background:#000;
	
}

#footer{
	width:100%;
	height:160px;
	text-align:center;
	background:#000;
	
}


#bottomImg{
width:100%;
height:363px;
background:url("images/bottomimg.jpg");
}
/*Custom Styles*/

#box1 p{
	line-height:20px;
	padding-left:20px;
	padding-top:60px;
	width:400px;
}

#box2 p{
	line-height:23px;
	width:444px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
#box3 p{
    width:700px;
    font-size:13px;
    margin-left:220px;
    line-height:20px;
}


#box4 > p{
width:404px;
float:left;
margin-left:32px;
margin-right:31px;
}

#box4 > p > img{
border:1px solid #d1af99;
}

#box2 ul{
font-size:13px;
margin-top:5px;
}

#p2{
	margin-top:20px;
}
#p2 img{
	margin-left:10px;
	margin-right:10px;
	margin-top:-30px;
}

#p3{
	margin-top:10px;
	top: 10px;
}

#p3 img{
	margin-right:10px;
}

#g1, #g2{
height:364px;

}
