﻿body {
	background: url('../gfx/bg.jpg') repeat-x;
	margin:0px;
	padding:0px;
	background-color:#fcb100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
}

#contenair {
	margin:auto;
	width:1000px;
}

a {
	color:#fff;	
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

/***************************************************/

#banner {
	position:absolute;
	z-index:10; 
	width:760px;
	height:380px;
	text-align:center;
	margin-left:120px;
}

#top {
width:1000px;
height:349px;
text-align:left;
position:relative;
background: url('../gfx/top-bg.jpg') repeat-y;
text-align:center;
}

#menu
{
position:relative;
float:left;
height:60px;
width:100%;
text-align:center;
margin-bottom:10px;
}


#content
{
width:100%;
margin:auto;
height:auto;
margin-top:12px;
background: url('../gfx/content-bg.jpg') no-repeat;
height:300px;
}

#left{
margin-top:35px;
margin-left:150px;
padding-right:40px;
position:relative;
float:left;
width:480px;
border-right:1px #28ff05 dashed;

}

#right {
margin-top:35px;
position:relative;
float:left;
width:200px;
margin-left:20px;
text-align:center;
}

h1{ color:#FFFFFF; font-size:14px; }

#footer { position:relative; float:left; margin-top:20px; padding-top:25px; height:72px; width:100%; text-align:center; background: url('../gfx/footer-bg.jpg') repeat-x; }
#footer a{ color:#dbd94d; text-decoration:none;	}
#footer a:hover{ color:#fff; text-decoration:underline; }
#footer h1 {color:#fff; font-size:11px; }
#footer h2 {color:#dbd94d; font-size:11px; }

textarea, input {	background-color:#fff; border:1px solid red;}

hr {border-top:1px #28ff05 dashed; border-bottom:0px solid; }

li {margin:5px 0px;}

