body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
	}

#header{
	height:224px;
	background:url(images/header_bg.jpg) repeat-x;
}

#logo{
	background:url(images/header.jpg) no-repeat;
	margin:auto;
	width:731px;
	height:162px;
	}
#menu{
	background: url(images/menu.png) no-repeat;
	margin:auto;
	width:731px;
	height:42px;
	margin-top:20px;
	}

#menu ul{
	padding:10px;
	font-weight:bold;
	}
#menu li{
	font-weight:bold;
	list-style:none;
	}


#menu ul a, a:hover, a:visited{
		text-decoration:none;
		color:#019ef0;
    }

#menu ul a:hover{
	color:#666;
	}
		
#main_container{
	width:950px;
	background:url(images/body_bg.jpg) repeat-y;
	margin:auto;
	padding-bottom:20px;
	margin-top:-14px;
	}
#content{
	width:700px;
	height:auto;
	border:0px solid;
	margin:auto;
	}	
h1{
	color:#F00;
	font-size:24px;
	font-weight:bolder;
	}
h3{
	color:#019ef0;
	font-size:20px;
	}	
h4{
	font-weight:bolder;
	font-size:15px;
	}	
#video_container{
	
	width:610px;
	height:388px;
	margin:auto;
	}	
#text_box{
	margin:auto;
	width:640px;
	margin-top:20px;
	font-size:14px;
	line-height:20px;
	}	
#text_box ul li{
	
	margin-bottom:10px;
	
	list-style-image:url(images/blog.png);
	}	
#text_box p{
	text-align:justify;
	}
#testimonials{
	width:560px; 
	border:2px solid #F00; 
	background: #FFC;
	padding:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:auto;
	}	
	
#text_left{
	border-right:1px solid #666;
	width:260px;
	float:left;
	padding:10px;
	}
#text_right{
	width:370px;
	float:left;
	padding:10px;
	}	
#read_more a, a:hover, a:visited{
	text-decoration: none;
	color:#F00;
	}
#read_more a:hover{
	text-decoration:underline;
	}

#subscribe{
	background:url(images/cds.jpg);
	margin:auto;
	width:643px;
	height:300px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	}
#subscribe2{
	background:url(images/cds2.jpg);
	margin:auto;
	width:643px;
	height:184px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	}
#sub_form{
	width:380px;
	height:150px;
	margin:auto;
	padding-top:20px;
	padding-left:250px;
	}	
.input_field{
	margin-bottom:8px;
	width:200px;
	height:20px;
	}
.input_button{
	background:url(images/submit_btn.jpg) no-repeat;
	width:364px;
	height:83px;
	border:none;
	cursor:pointer;
	}	
.input_button2{
	background:url(images/submit_btn2.jpg) no-repeat;
	width:364px;
	height:83px;
	border:none;
	cursor:pointer;
	}	
#footer{
	background:url(images/footer_bg.jpg) no-repeat;
	width:729px;
	height:71px;
	margin:auto;
	padding-top:5px;
	text-align:center;
	}

#footer ul li{

	list-style:none;
	float:left;
	padding:0px 10px 0px 10px;
	border-right:1px solid #333;
	}	
#footer ul li  a , a:visited{		
	color:#333;
	text-decoration:none;
	
	
	}
#footer ul li a:hover	{
	text-decoration:underline;
	}
	
#button a:link{
		border:2px solid #FF0000;
		background:#F0F0F0;
		width:264px;
		height:54px;
		padding:inherit;
		text-align:center;
		text-decoration:none;
	}	
#button a:hover{
		border:2px solid #00CC33;
		background:#F0F0F0;				
		padding:inherit;
		text-align:center;	
		text-decoration:none;		
	}		
