body  {
	background-color: #090a57;
	font-size: 11px;
	font-family: "Garamond Premr Pro";
	color: #ffffff;
    margin: 0px;
 } 
 
a{
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

 a img {
	border: 0;
 }
 
#content {
	width: 980px;
	height: 735px;		
    margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;  	
}

#header{
	width: 980px;
	height: 138px;		
    margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 560px;
	height: 16px;		
    padding-right: 8px;
	margin-left: auto;
	margin-top: 90px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	float: right;
	font-size: 1px;	
}

.menu_top{
	float: left;
	width: 558px;
	height: 16px;
}

.menu_top ul{
	padding :0; 
	margin:0;
}

.menu_top ul li {
	float: left;
	list-style: none; 
	text-align: center;
}

.menu_top ul li a {text-decoration: none;}

.form_container{
	height: 18px;
	width: 160px;
	float: left;
	padding-right: 30px;
	position: relative;
	
}

 .styles_input{
	border: 2px solid #fff;	
	width: 149px;
	background-color: #090a57;
	color: #fff;
}

 .styles_select{
	border: 2px solid #fff;	
	width: 149px;
	background-color: #090a57;
	color: #fff;
}

 .styles_textarea{
	border: 2px solid #fff;	
	width: 300px;
	height: 100px;
	background-color: #090a57;
	color: #fff;
	overflow: auto;
}

#table_news  .table td {
	height: 35px;
	padding:0;
	margin:0;
	border-top: solid 1px #ffffff;
	vertical-align: middle;
}
#table_news  .table {
	width: 593px;
	border-collapse: collapse;
	border-top: solid 1px #fff;
}

