@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
background-color:#363636;
font-family:Arial, Helvetica, sans-serif;
}

#wrap{
margin:0px auto;
width:970px;
background-color:#FFFFFF;
}

#toparea{
height:18px;
background-color:#363636;
}

#logoarea{
width:970px;
height:109px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
}


#button_bg{
width:970px;
height:39px;
background-image:url(images/button_bg.jpg);
background-repeat:repeat-x;
}
#menu{
width:970px;
}

#menu ul{
margin: 0;
padding: 0;
list-style: none;}
	
#menu ul li {
margin-left:30px;
margin-top:13px;
display: block;
float:left;
}


#menu ul li a {
	
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu ul li a.hover {
	
	float: left;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
}
#bannerarea{
width:970px;
height:220px;
}

#contentarea{
width:970px;
}

#leftcontent{
float:left;
width:465px;
padding:10px;

}

#middlespace{
width:10px;
float:left;}

#rightcontent{
float:right;
width:465px;
padding:10px;}

#bottom{
width:970px;
height:20px;
background-image:url(images/bottom.jpg);

}

#footer{
widows:970px;
height:30px;
padding:10px;
background-color:#363636;
font-size:12px;
color:#CCCCCC;
text-align:center;}

.cont{
font-size:12px;
color:#333333;
text-align:justify;}

.cont_head{
font-family:14px;
font-weight:bold;
color:#000000;}

.sidepic{
float:left;
width:181px;}

.pointsbg{
background-image:url(images/point_bg.jpg);
background-repeat:repeat-x;
height:200px;
padding-top:15px;}

.pointsbg ul{
padding-left:20px;}
.comcont{
height:225px;}

#aboutuscontent{
width:930px;
font-size:12px;
color:#333333;
margin:20px;
text-align:justify;
}

#aboutuscontent ul{
margin-left:25px;}

#aboutuscontent ul li{
list-style:circle;}
