@charset "utf-8";
/* CSS Document */
img, div, a { behavior: url(iepngfix.htc) }
body
{
	text-align:center;
	background-image:url("imgs/global_background.png");
	background-color: rgb(103, 51, 6);
}
div.header
{	
	background-image:url("imgs/header.png"); 
	position:relative;
	width:1024px; 
	height:91px;
	display:inline-block;
}

div.footer
{
	background-image:url("imgs/footer.png");
	position:relative;
	width:1024px;
	height:95px;
	display:table-cell;
	color:rgb(184, 175, 0);
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	vertical-align: middle;
}

div.contacts
{
	background-image:url("imgs/contact_background.png");
	position:relative;
	width: 181px;
	height:105px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align:left;
	color:  rgb(88, 42, 1);
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	text-indent: 3px;
	display:block;
}

a.menu
{

	background-image:url("imgs/menu_background.png");
	position:relative;
	width: 178px;
	height:40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align:left;
	color:  rgb(88, 42, 1);
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	text-indent: 3px;
	display:block;
	text-decoration: none;
	margin: 10px 0 0 0;
}

a.menu:hover
{
	margin: 10px 0 0 0;
	cursor: pointer;
	background-image:url("imgs/menu_background.png");
	position:relative;
	width: 178px;
	height:40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align:left;
	color:  rgb(255, 255, 128);
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	text-indent: 3px;
	display:block;
	text-decoration: none;
}

div.mainpage
{
	padding: 20px 20px 20px 20px;
	margin-top:10px; margin-right:5px;
	background-image:url("imgs/wood.jpg");
	position:relative;
	width: 724px;
	text-align:left;
	color:  rgb(255, 173, 0);
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-indent: 32px;
	display:inline-block;
	float:right;
	border: 3px solid rgb(137, 65, 0);
}

div.container
{
	width:1024px;
	display:inline-block;
}
div.left_side
{
	float:left;
	width:200px;
	position:relative;
}
span
{
	color: rgb(254, 255, 40);
}

p
{
	margin: 0 0 0 0;
}

UL
{
	text-indent: 3px;
}

div.mainpage A
{
	color: #FF9;
	font-size: 18px;
	font-style: italic;
	font-weight:bold;
	display:block;
	text-decoration: none;
}
div.mainpage A:hover
{
	color: rgb(256, 128, 28);
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	display:block;
	text-decoration: none;
}
#vent1, #vent2, #vent3, #vent4
{
	border-left: 3px solid gray;
	border-right:3px solid orange;
	border-color:rgb(255, 173, 0);
	display: none;
	font-size: 18px;
	margin-left: 55px;;
	margin-right: 55px;
	color: #FF9;
	text-align: center;
	text-indent: 25px;
}

H1
{
	color: #FF9;
	font-size: 20px;
}

#vent1 OL, #vent2 OL, #vent3 OL, #vent4 OL
{
	color:rgb(255, 173, 0);
	font-size: 18px;
	text-indent: 5px;
	text-align: left;
}

#vent1 SPAN, #vent2 SPAN, #vent3 SPAN, #vent4 SPAN
{
	color: #FFF;
}
#vent2 P, #vent4 P
{
	text-align: left;
	color: rgb(255, 173, 0);
}

form
{
	text-indent: 0px;
	width: 500px;
}

form p
{
	display:inline;
}
label
{
	display: inline-block;
	color:#FFA;
	text-indent: 0px;
	line-height: 25px;
}
TEXTAREA
{
	width: 500px;
	height: 100px;
	display: block;
}

INPUT
{
	width: 300px;
	float: right;
	padding: 0 0 0 0;
	height: 22px;
	border: 0;
}
BUTTON
{
	display:inline;
	background-color: #F90;
	border-color: #FF0;
}