/*
CSS Credit: www.templatemo.com
*/

html
{
	background: url(images/html_bg.jpg) repeat;
}

body
{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman" , Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #b48842;
	background: url(images/body_bg.jpg) repeat-x center top;
	width: 100%;
	display: table;
}

a:link, a:visited
{
	color: #c89d59;
	text-decoration: none;
}

a:active, a:hover
{
	color: #FFFF00;
	text-decoration: none;
}


h1
{
	display: inline;
	font-size: 24px;
	font-weight: bold;
	color: #CC9900;
	background-position: left;
	padding-top: 20px;
}

h2
{
	display: inline;
	margin-top: 40px;
	font-size: 20px;
	font-weight: normal;
	color: #c89d59;
}


#Container
{
	width: 806px;
	margin: auto;
}

.Topmenu
{
	margin: auto;
	width: 700px;
}


.Topmenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.Topmenu li
{
	display: inline;
}

.Topmenu li a
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #beb052;
	width: 103px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 14px;
}

.Topmenu li a:hover, .Topmenu li .current
{
	color: #beb052;
	background: url(images/button_hover.jpg) no-repeat;
}

#Topsection
{
	float: left;
	margin-top: 40px;
	width: 806px;
	height: 48px;
	color: #c1b25d;
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
	line-height: 1.6em;
	text-align: center;
	background: url(images/title_bg.jpg) no-repeat;
}

#Headersection
{
	float: left;
	width: 806px;
	height: 200px;
}

#Content_section
{
	float: left;
	width: 750px;
	text-align: justify;
	padding-left: 30px;
}

#Content_section img
{
	float: left;
	padding-right: 20px;
}

#Footer
{
	float: left;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	padding-top: 35px;
	width: 806px;
	height: 50px;
	background: url(images/footer.jpg) no-repeat;
	background-position: top;
}

	
