@charset "utf-8";
html, body {
	margin:0;
	background-color:#a29f9f;
	}
	
#container
{
	width:960px;
	height:100%;
}
#header
{
	width:100%;
	margin:	0px auto;
	padding: 0;
}
#main
{
	width:960px;
	height:100%;
	background-image:url(files/fond.gif);
	background-repeat:repeat-y;
}

#nav
{
	float: left;
	width: 180px;
	height:100%;
}
#end
{
	height: 30px;
	width: 960px;
	
}
#button
{
	width: 180px;
	height: 60px;
}

#btn_dec
{
	width: 180px;
	height: 10px;
}

#button:hover
{
	border: 3px solid #a29f9f;
	background-color: white;
}

#contact
{
	width: 380px;
	margin: auto;
}

#contact_form form .input_field { width: 240px; padding: 2px 5px; color: #fff; background: #070105; border: 1px solid #660044; }
#contact_form form textarea { width: 328px;  height: 120px; color: #fff; padding: 5px; background: #070105; border: 1px solid #660044; }


.submit_btn { padding: 5px 10px; color: #fff; background: #330022; border: 1px solid #660044; }

.float_l { float: left; }
.float_r { float: right; }

