html {
	background: #fff;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#frame {
	width:802px;
}
.center {
	margin:0 auto;
	text-align:left;
}


#innerframe {
	min-height:530px;
	width:802px;
}

#header {
	background: #fff url(../img/header.jpg);
	width: 802px;
	height: 291px;
}

.button_home{
	margin-top: 5px;
	margin-left: 4px
}


.button_l {
	float: left;
	background: #fff url(../img/button_l.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 33px;
}

.button_m {
	float: left;
	background: #fff url(../img/button_m.jpg) top;
	background-repeat: repeat-x;
	height: 33px;
	padding: 10px;
	}

.button_m {
	float: left;
	background: #fff url(../img/button_m.jpg) top;
	background-repeat: repeat-x;
	height: 33px;
	padding: 9px 19px 0px 19px;
	}
	
.button_m a{
	text-decoration: none;
	color: #3C3B3B;
}

.button_r {
	float: left;
	background: #fff url(../img/button_r.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 33px;
	margin-right: 3px;
}

#content {
	padding: 10px 0 20px 0;
	width: 600px;
	min-height:300px;
	height: auto !important;
	height:300px;

}

#content a{
	text-decoration: none;
	color: #BDBCBC;
}

#content h1{
	color: #BDBCBC;
}


#footer_o {
	float: right;
	text-align: right;
	font-size: 9px;
}

#footer_o a{
	text-decoration: none;
	color:black;
}

#footer {

	margin-top: 16px;
	height: 11px;
	background: #BDBCBC;
}

#footer_u {
	font-size: 9px;
	color: #BDBCBC;
}