/*.leftpanel {
	float:left;
	background: url(../images/bg_left.jpg);
	width:25%;
	height:550px;
}
.rightpanel {
	float:right;
	background: url(../images/bg_right.jpg);
	width:25%;
	height:557px;	
}*/
.header {
	background:		url(../images/header.jpg) no-repeat;
	width:			840px;
	height:			85px;
}
.homeimg {
	background:		url(../images/screenimg.jpg) 0 0 no-repeat;
	width:			840px;
	height:			335px;
	
}
.content {
	background:		url(../images/content.jpg) 0 0;
	width:			840px;
}
.content a:link{
   	text-decoration: none;
   	color:          #663366;
}

.content a:hover{
   	text-decoration: none;
   	color:          #cc33cc;
}

.conmenu {
	width:          260px;
	height:         155px;
	padding-top:    103px;
	margin-right:   39px;
	float:          right;
}

.bright a{
	background:     url(../images/bright_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	width:          108px;
	height:         18px;

}
.bright a:hover{
	background-position: 0 -18px;
}

.hard a{
	background:     url(../images/bright_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-left:    10px;
	width:          108px;
	height:         18px;
	
}
.hard a:hover{
	background-position: 0 -18px;
}

.mil a{
	background:     url(../images/mil_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-left:    43px;
	margin-top:     5px;
	display:        block;
	width:          91px;
	height:         18px;
	
}
.mil a:hover{
	background-position: 0 -18px;
}

.crom a{
	background:     url(../images/crom_bt.png) 0 0 no-repeat;
	position:       relative;
	float:          left;
	margin-top:     73px;
	margin-left:    1px;
	display:        block;
	width:          226px;
	height:         42px;
	
}
.crom a:hover{
	background-position: 0 -42px;
}

.footer {
	background:		url(../images/footer.jpg) 0 0 no-repeat;
	width:			840px;
	height:			60px;
}
