html {
background: url(img/body_background.gif) top center repeat-x; 
font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; 
margin: 0; padding: 0; 
text-align: center;
}

h2 {
color: #f2470b; 
font: bold 18px Helvetica, Arial, sans-serif; 
letter-spacing: -1px; 
margin: 0; 
text-align: left;
}

h3 {
color: #f2470b; 
font: bold 16px Helvetica, Arial, sans-serif; 
letter-spacing: -1px; 
margin: 0; 
text-align: left;
}

ul li {
display:inline
}

body {
width:716px;
margin:0 auto;
text-align:center;
border:0px solid #666;
}

#menu {

height: 153px;
overflow:hidden;
display:inline-block;
text-align:left; 
width:100%
}

#sub-section {
float:left; 
width:39,3%; 
overflow:hidden;
display:inline-block;
text-align:left; 
background:#f7f7f7; 
height: 620px; 
padding: 10px;
}

#content {
background:#fff; 
height: 100%; 
padding: 10px; 
float:left; 
width:55%; 
overflow:hidden;
display:inline-block;
text-align:left;
}

#content_big {
background:#fff; 

padding: 10px; 
float:left; 
width:97%; 
display:inline-block;
text-align:left;

}

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#content_article {
background:#fff; 
height: 100%; 
padding: 10px; 
float:left; 
width:97%; 
overflow:hidden;
display:inline-block;
text-align:left;
}

#header {
background: url(img/header_bg.jpg) top center repeat-x; 
height: 125px; overflow:hidden;
display:inline-block;
text-align:left; 
width:100%
}

#footer {
clear:both;
background:#fff; 
overflow:hidden;
display:inline-block;
text-align:left;
width:100%;
height: 30px;
padding-top:30px;
}

#smallhead {
float: left;
padding: 10px;

overflow:hidden;
display:inline-block;
text-align:left;
color: #000;
width:55%;
height: 400px;
}



#loginbox {

float: left;
padding: 10px;

overflow:hidden;
display:inline-block;
text-align:left;
color: #000;
width:39.4%;
height: 400px;

}

#loginbox a:link {
color: #FFF;
}

#loginbox a:visited {
color: #FFF;
}

#smallhead a:link {
color: #FFF;
}

#smallhead a:visited {
color: #FFF;
}

#sub-section a:link {
color: #000;
}

#sub-section a:visited {
color: #000;
}


#menuhead {
clear:left; 
display:inline-block;
text-align:left;
color: #fff;
width:97,3%;
height: 22px;
}
p { 
padding-left: 5px 
}

.input {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #C0C0C0;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; 
}

.submit {
	display: block;
	
	float: left;
	margin-bottom: 5px;
	background: #1e1b1b;
	color: #c4c4c4;
	border: 1px solid #403b3b;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; 
	text-align: left;
	padding-left: 6px;
}


.label {
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	width: 60px;
	padding-right: 20px;
}

.label_reg {
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	width: 140px;
	padding-right: 20px;
}

br {
	clear: left;
}