/* CSS Document */

html, body, form, h1, h2
{	
	margin: 0px;
	padding: 0px;
}

body
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;	
	color:#000000;
	line-height:18px;		
	text-decoration:none;
	margin-right: auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(images/img-bg.jpg);
	background-repeat: repeat-x;
	background-color:#f7f7ea;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;	
	color:#422a18;
	line-height:30px;
	font-weight: normal;
	text-decoration:none;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	color:#3a3a3b;
	line-height:18px;
	font-weight: normal;
	text-decoration:none;

}

/*=====================
		body 
=======================*/

#body
{
	width:900px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}

/*=====================================
		Open hedder
=======================================*/

#menu
{
	float:left;
	width:900px;
	height:122px;
	padding-top:68px;
}



/*=====================================
		Open hedder
=======================================*/

#header
{
	float:left;
	width:900px;
	height:461px;
	padding-top:49px;
	background-color:#f7f7ea;
}


/*=====================================
		Open content
=======================================*/

#content
{
	float:left;
	width:857px;
	padding:16px 27px 0 16px; 
	background-color:#f7f7ea;		
}

/*=====================================
		Open footer
=======================================*/

#footer
{
	float:left;
	width:100%;
	height:57px;
	background-image: url(images/img-4.jpg);
	background-repeat: repeat-x;	
}


/*=====================================
		Open extra classes
=======================================*/

a.navi
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	color:#e36c0a;
	font-weight:bold;
	text-decoration:none;	
}

a.navi:hover
{
	color:#e36c0a;
	text-decoration: none;
}


a.navi2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	color:#422a18;
	font-weight:bold;
	text-decoration:none;	
}

a.navi2:hover
{
	color:#e36c0a;
	text-decoration: none;
}

a.navi3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#3d2d20;
	font-weight:bold;
	text-decoration: underline;
}

a.navi3:hover
{
	color:#e36c0a;
	text-decoration: underline;
}


.subBold {
	font-family: Tahoma, Arial, Georgia;
	font-size:12px;	
	color:#7b544d;
	font-weight:bold;
	text-align:center;
	text-decoration:none;

}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
	color:#3d2d20;
	line-height:18px;
	font-weight: normal;
	text-decoration:none;
}

.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#3d2d20;
	line-height:18px;
	font-weight: normal;
	text-decoration:none;
}
