body, html, div, p, h1, h2, h3, td, tr, table, hr, span, li, ul{
	margin: 0;
	padding: 0;
}

body{
    background: url(images/bg.png) -10px 0px repeat-x;
    font-family: Arial, Helvetica, Verdana, Tahoma;
    font-size: 12px;
    color: #5b5549;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-size: 16px;
	width: 100%;
	border-bottom: 1px dotted #5b5549;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

#container{
	width: 955px;
	min-height: 100%;
	margin: 0px auto -38px;
}

#header{
	background: url(images/header.png) no-repeat;
	width: 955px;
	height: 317px;
	position: relative;
	top: 15px;
}

#menu{
	margin: 11px auto;
	padding: 0;
	width: 973px;
	min-height: 75px;
	position: relative;
	top: 15px;
	
}

#menu li{
	background: url(images/button.png) no-repeat;
	display: inline-block;
	float: left;
	list-style: none;
	min-height: 41px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
			-webkit-text-stroke: 1px transparent;
	font-weight: bold;
	max-width: 92px;
}

#menu a{
	text-decoration: none;
	color: #5b5549;
	display: block;
	height: 41px;
	padding: 27px 8px 0px 12px;
	text-align: center;
    font-size: 11px;
}

#sub{
	background: url(images/submenu.png);
	width: 947px;
	height: 33px;
	padding: 20px 0px 0px 0px;
	position: relative;
	left: -402px;
	top: 2px;
	display: none;
	float: left;
}

#sub li{
	background: none;
	display: inline-block;
	width: auto;
	height: auto;
	list-style:none;
	max-width: 200px;
	padding: 0px 15px 0px 15px;
}

#sub li a{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #5b5549;
	font-weight: bold;
}


#sub1{
	background: url(images/submenu.png);
	width: 947px;
	height: 33px;
	padding: 20px 0px 0px 0px;
	position: relative;
	left: -402px;
	top: 2px;
	display: none;
	float: left;
}

#sub1 li{
	background: none;
	display: inline-block;
	width: auto;
	height: auto;
	list-style:none;
	max-width: 200px;
	padding: 0px 15px 0px 15px;
}

#sub1 li a{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #5b5549;
	font-weight: bold;
}

#centerli{
	clear: both;
	margin: 0 auto;
	width: 463px;
}

#menu .line{
	background: url(images/button-separator.png) no-repeat;
	width: 1px;
	height: 69px;
	float: left;
}

#content{
	width: 941px;
	margin: 0px auto 50px auto;
	position: relative;
	top: 15px;
}

#left{
	width: 650px;
	float: left;
	margin: 0px 20px 0px 0px;
	text-align: justify;
}

#agenda{
	width: 270px;
	float: left;
}

#agenda .entry{
	width: 250px;
	min-height: 20px;
	padding: 10px;
}

#agenda .entry.even{
	background: #eeece8;
}

#agenda .entry.odd{
	background: #fff;
}

#footer{
	background: url(images/footer.png) repeat-x;
	height: 38px;
}

.hr{
	height: 1px;
	width: 100%;
	border-bottom: 1px dotted #5b5549;
	margin: 5px 0px 5px 0px;
}

.clear{
	clear: both;
}

#contact{
	width: 550px;
}

#contact ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contact li{
	list-style: none;
	margin-top: 5px;
	min-height: 31px;
	display: block;
}

#contact label{
	float: left;
	font-weight: bold;
	line-height: 30px!important;
	width: 100px;
}

#contact input{
	background: #f7f4ee;
	float: left;
	padding: 8px 7px 8px 7px; 
	line-height: 12px!important; 
	border: 0; 
	width: 160px; 
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	color: #333; 
	font-family: Arial; 
	font-size: 12px;
}

#contact textarea{
	overflow: auto;
	background: #f7f4ee;
	float: left;
	padding: 8px 7px 8px 7px; 
	border: 0;
	width: 380px; 
	height: 180px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	color: #333; 
	font-family: Arial; 
	font-size: 12px;
}

#contact input.submit{
	background: #f7f4ee;
	font-weight:bold;
	float: left;
	padding: 8px 7px 8px 7px; 
	line-height: 12px!important; 
	border: 0; 
	width: 100px; 
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	color: #333; 
	font-family: Arial; 
	font-size: 12px;
	margin-top: 3px;
}

ul, li{
	list-style: none;
	display: block;
}

/* FOOTER CODE */
.push {
	clear: both;
	height: 38px;
}

.footer{
	clear: both;
	height: 38px;
	background: url(images/footer.png) repeat-x;
}

.footertext{
	font-size: 10px;
	width: 955px;
	margin: 0 auto;
	color: #a89b87;
	padding: 17px 0px 0px 0px;
}

.footertext a{
	color: #a89b87;
	text-decoration: none;
}