@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #cc99fe;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	
	
}
.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	background-color: #cc99fe;
	background-repeat: no-repeat;
	height: 800px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#topbox1 {
	background-color:#CC99FF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 120px;
	
}
#topbox2 {
	background-color:#CC99FF;
	color: #3E3796;
	padding: 8px;
	font-size: 100%;

}
#lowbox1 {
	background-color:#CC99FF;
	height: 20px;
	clear: both;
	font-size: 12px;
	
}
#footer {
	background-color:#CC99FF;
	color: #413C96;
	padding: 8px;
	height: 20px;
	font-size: 10px;

}
a:link {color: #413C96}
a:visited {color: #413C96}
	
* {                        
margin:0; 
border:0; 
padding:0;
}
body {
	margin:0px 0px 0px 0px ;
	background:#cc99ff;
	}

img {
	border:0;
	float:left;
}


#bodypagebg {		       			/* site center align */
	text-align: center;
	width: 920px;
	margin: 0px auto 0 auto;
	height:auto;
}

.commen{
	width:100%;
	height:auto;
	float:left;
}
.image_first{
	width:302px;
	height:auto;
	float:left;
	
}
.image_second{
	width:301px;
	height:auto;
	float:left;
}
.image_third{
	width:315px;
	height:auto;
	float:left;
}
