body {
	margin:0px;
	background:url(../images//background.jpg) #209B02;
	background-repeat:repeat-x;
	font-family: Verdana, Tahoma;
	font-size:10px;
	color:#000000;
}

a {
	color: #209B02;
	text-decoration:none;
	
}
a:hover{
	
}

#main {
	padding:20px;
}

/* Header */
#header {
	width:740px;
	height:100px;
	background: url(../images//header.jpg);
	text-align:left;
}

#header_panel_1 {
	padding-top:17px;
	padding-right:200px;
	height:40px;
	padding-left:110px;
}
/* EO Header */

div#nav {
	float:right;
	text-align:right;
	height:40px;
	padding-right:10px;
}


#content {
	margin-top:-10px;
	width:720px;
	height:400px;
	background: url(../images//main.jpg);
	text-align:left;
	padding:10px;
}


/* Footer */
#footer {
	width:740px;
	height:47px;
	background: url(../images//footer.jpg);
	text-align:left;
}

#footer_panel_1 {
	padding-top:22px;
	padding-left:10px;
	float:left;
}

#footer_panel_2 {
	padding-top:22px;
	padding-right:10px;
	float:right;
}
/* EO Footer */

.buton {
	width:109px;
	height:20px;
	float:right;
	padding-top:10px;
	text-align:center;
	background: url(../images//buton2.jpg);
	margin-left:5px;
	margin-left:5px;	
}

.buton:hover{
	background-position: bottom;
	cursor:pointer;
}

#menu {display:block;float:right;}
