/* CSS Document */
*
{
	padding:0px;
	margin:0px auto;
}

body
{
	background-color:#000000;
	background:url(images/body_bg.jpg) repeat-y;
}

.clr
{
	clear:both;
}


#main_wrapper
{
	width:1350px;
	margin:0px auto;
	background:url(images/body_bg.jpg) repeat-y;
	min-height:100px;
}

#wrapper
{
	width:901px;
	position:relative;
	margin:0px auto;
	min-height:10px;
	
}

#header
{
	width:901px;
	height:262px;
	background:url(images/header.png) no-repeat;
}

#content
{
	width:901px;
	min-height:500px;
	background:url(images/content_bg.png) repeat-y;
}

#content_wrapper
{
	margin:0px 50px;

}


#footer
{
	width:901px;
	height:157px;
	background:url(images/footer_bg.png) no-repeat;
}

#footer p, #footer a
{
padding-top:135px;
color:#FFFFFF;
font-weight:bold;}


#social_networking
{
	
	width:901px;	
	
	
}

#social_networking
{
	width:502px;
	height:31px;
	position:absolute;
	top:220px;
	left:200px;
	
}

#limited
{
	position:absolute;
	width:312px;
	height:34px;
	top:246px;
	left:290px;
}

h1
{
	font-family:Impact;
	font-style:normal;
	font-weight:bold;
	letter-spacing:2px;
	font-size:36px;
	text-align:center;
	
}


p
{
font-family:Tahoma;
	font-style:normal;
	

	font-size:11px;
	text-align:center;
}

#content_left
{
width:300px;
float:left;
min-height:20px;
}

#content_right
{
width:500px;
float:right;
min-height:20px;
}
	
h2
{
	font-family:Impact;
	font-style:normal;
	font-weight:bold;
	
	font-size:24px;
	text-align:left;
	color:#555555;
	
}

#content_right p
{
margin:10px 15px;}

.moduleboxtop {
	background-image: url(images/testi_header.png);
	height: 55px;
	width: 388px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.modulevideoboxtop {
	background-image: url(images/testi_vheader.png);
	height: 55px;
	width: 388px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.moduleboxbody {
	background-image: url(images/testi_body.png);
	background-repeat: repeat-y;
	height: auto;
	width: 388px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
}
.moduleboxbottom {
	background-image: url(images/testi_bottom.png);
	height: 45px;
	width: 388px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}

.testimonial {background:#e6f0f0;margin-bottom:20px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;padding:10px;width:350px;}
.testimonial p {padding-top:8px;font:italic 13px Georgia, Times, "Times New Roman", serif;}
.testimonial-img {float:none;width:120px;height:150px;text-align:center;line-height:150px;clear:both}
.testimonial-txt {display:inline;float:left;width:350px;text-align:center}
.testimonial-txt,.testimonial-detail {font-size:13px;line-height:25px;text-shadow:0 1px #fff}
.testimonial-detail {clear:both;text-align:left;padding-top:20px}

.alignCenter {text-align:center}