* {
	padding: 0;
	margin: 0;
}
html, body {
	background-color: #3f3534;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:14px;
	height: 100%;
	text-align: center;
	color: #fff;
}
img {
	border: none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}
.push {
	height: 100px; 
	
}
.footer {
	height: 100px;
	background: url('images/footerbg.jpg') repeat-x top left;
	font-size: 10px;
	color: #ffd700;
	
}

.header {
	width: 100%;
	height: 210px;
	background: url('images/headerbg.jpg') repeat-x top left;
	
	
}
.menu {
	

}
#content {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	
}
#content h1 {
	color:#ffd700;
	font-size: 30px;
}
#content h2 {
	color:#ffd700;
	font-size: 20px;
}

#content a {
	color:	#ffd700;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline;
}

#mainmenu {
	display:table;
  	padding:0; 
  	margin:0 auto;
	margin-right: 0px; 
  	list-style-type:none;
  	white-space:nowrap;
	font: 18px Verdana, Bold;
	
	
		
}
#mainmenu li {
  	display:table-cell;
	background: url("images/border.jpg") no-repeat right top;
	
	
	
	
}

* html #mainmenu li {
  	float:left;
	
}

#mainmenu li a {
  	width:auto;
  	display:block;
  	padding:0px 20px;
  	color:#fff;
   	text-decoration:none;
	
	line-height: 50px;
}
#mainmenu li a.selected {
	width:auto;
  	display:block;
  	padding:0px 20px;
  	color:#777777;
   	text-decoration:none;
	line-height: 50px; 	

}

* html #mainmenu a {
  	float:left;
}
#mainmenu a:hover {
  	color:#ffd700; 
}

.containmenu {
	clear:both;
	text-decoration:none;
	
}
.break {
	margin:0;
	padding: 20px;
	background:url('images/break.jpg') no-repeat;
	border: 0;
	
}
.footerlinks1 {
	background:url('images/footer.jpg') no-repeat;
	width:100px;
	height:100px;
	
	
	margin-left: 20%;
	float:left;
}
.footerlinks2 {
	background:url('images/footer.jpg') no-repeat;
	width:100px;
	height:100px;
	
	float:left;
	margin-left: 20%;
}
.footerlinks3 {
	background:url('images/footer.jpg') no-repeat;
	width:100px;
	height:100px;
	float:left;
	margin-left: 20%;
}
a {
	color:	#fff;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}

#service {
	width: 50%;
	
}
#service ul {
	list-style: none;
	width: 600px;
	
	
}
#service li {
	border-bottom: 1px solid #fff;
	color:#ffd700; 
	padding-top: 10px;
	font: 16px Verdana, Bold;
}
#service li.diff {
	border-bottom: 1px solid #fff;
	color:#fff; 
	padding-top: 10px;
	font: 16px Verdana, Bold;
	background-color: #191919;
}











