body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/bg.jpg);
	background-position:top center;
	/*color:#434343;*/
	background-color:inherit;	
	margin:0px;
	padding:0px;
}


div {
	border :solid 0px red;
	
}


img{
	border:0;
}

#btn_ab {

	background-image:url(images/ab_off.jpg);
	background-position:25px 0px;
	background-repeat:no-repeat;
	display:block;
	/*border:solid 1px red; */
	width:104px;
	height:80px;
	/*float:left;*/
}
a:hover#btn_ab {
	background-image:url(images/ab.jpg);
}


#btn_pr {

	background-image:url(images/pr_off.jpg);
	background-position:81px 0px;
	background-repeat:no-repeat;
	display:block;
	/*border:solid 1px red; */
	width:162px;
	height:80px;

}
a:hover#btn_pr {
	background-image:url(images/pr.jpg);
}



#btn_se {

	background-image:url(images/se_off.jpg);
	background-position:32px 0px;
	background-repeat:no-repeat;
	display:block;
	/*border:solid 1px red; */
	width:113px;
	height:80px;
	/*float:left;*/
}
a:hover#btn_se {
	background-image:url(images/se.jpg);
}


#btn_co {

	background-image:url(images/co_off.jpg);
	background-position:81px 0px;
	background-repeat:no-repeat;
	display:block;
	/*border:solid 1px red; */
	width:162px;
	height:80px;

}
a:hover#btn_co {
	background-image:url(images/co.jpg);
}



#wrapper {
	text-align:left;
}



#logo-box {
}

#logo {
	height:85px;
	margin:auto;

}

#menu-box {
	width:700px;
	height:200px;
	margin:auto;
	/*background-color:#434343*/
}
#menu {
	height:200px;
	width:700px;
	
}

#content-box {
	width:726px;
	margin:auto;
	/*background-color:#8F1050;*/

}
#content {
	width:726px;
}

#left-box {
	float:left;
	width:276px;
	height:400px;
	
	/*background-color:red;*/

}

#right-box {
	float:right;
	width:450px;
	height:402px;
	border-width: 0px;
	/*background-color:#808000;*/
}


a{
	color:#3985AB;
	font-weight:bold;
	background-color:inherit;
}

.b1{
	background-image:url(images/b1.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-top:2px;
	width:240px;
}
.b2{
	background-image:url(images/b2.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-top:2px;
	width:240px;
}
.b3{
	background-image:url(images/b3.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-top:2px;
	width:240px;
}
.b1 a, .b2 a, .b3 a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0px 0 0 10px;
	background-color:inherit;
}


.link{
	color:#000000;
	background:inherit;
	font-weight:normal;
}
.link1{
	color:#000000;
	background:inherit;
	font-weight:normal;
	text-decoration:none;
}

