﻿html, body, div, table, td, span, iframe, h1, h2, h3
{
	margin:0px;
	padding:0px;
	line-height:16px;
}

p
{
	margin-top:0px;
	padding-top:0px;
}

img 
{
	vertical-align: text-bottom;
}

form
{
	padding:0px;
	margin:0px;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

body
{
	text-align:center;
	background-image: url(../images/grass.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#container
{
	margin: 4px auto;
	width:1000px;
	text-align:left;
	overflow:hidden;
}

#header
{
	clear:both;
	border: solid 1px #000000;
	background-color: #0b6ebd;
}

#menu
{
	float:left;
	width:169px;
}

.menu1
{	
	border-bottom: solid 1px #000000;
	height:18px;
	line-height:18px;
	background-color:#DBE9F6;
	padding-left: 4px;
}

.menu2
{	
	border-bottom: solid 1px #000000;
	height:18px;
	line-height:18px;
	background-color:#FFFF7D;
	padding-left: 4px;
}


.menu3
{	
	border-bottom: solid 1px #000000;
	height:18px;
	line-height:18px;
	background-color:#FFFFFF;		
	padding-left: 4px;}


#content	
{
	float:left;
	width:827px;
}

#content_admin	
{
	float:left;
	width:853px;
	border: solid 1px #FFFFFF;
	background-color: #0075b1;
}

.block_top
{
	background-image:   url(../images/menuback.jpg);
	line-height: 16px;
	display: block;
	color: #FFFFFF;
	padding:4px;
	border-bottom:solid 1px #000000;
}

a
{
	text-decoration:none;
	color: #0000FF;
}

a:hover
{
	color:#FF0000;
	text-decoration: underline;
}

.block_top a
{
	text-decoration:underline;
	color: #FFFFFF;
}

.block_top a:hover
{
	color:#0000FF;

}
