html, body, textarea {
	scrollbar-base-color:#782726;
	scrollbar-3d-light-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#410503;
	scrollbar-face-color:##823130;
	scrollbar-highlight-color:#410503;
	scrollbar-shadow-color:#410503;
	scrollbar-track-color:#551105;
}

body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;

}
body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: repeat;
	margin-top: 100px;
	margin-bottom:100px;
	text-align:center;
	background-attachment: fixed;
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #990000;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#wrapper{
	width:800px;
	text-align:left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/bg.png);
	border: thick solid #710000;
	background-repeat: repeat;
}
#header{
	text-align:center;
	width:800px;
	height:220px;
}
h1{
	margin:0;
	color:#990000;
	font-size:30px;
	font-weight:bold;
}
h1 span{
	font-weight:normal;
	color:#990000;
	text-decoration:underline;
}
h1 span a, h1 span a:link, h1 span a:visited{
	font-weight:normal;
	color:#FFFFFF;
}
h1 a:link,h1 a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
h1 a:hover{
	text-decoration:none;
	color: #990000;
}
#content{
	width:800px;
	height: auto;
	overflow: hidden;
}
#contact{
	width:800px;
	height: auto;
	overflow: hidden;
	background-color: #000000;
}
.clear{
	clear:both;
}
h2{
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	margin:none;
	font-size:24px;
}
h2 span{
	display:none;
}

/* =SERVICES */
	#services{
	width: 800px;
	position: relative;
	}
	#services a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}
	#services a:hover{
	color: #990000;
	font-size: 14px;
	}
	#servicescontent{
	width: 800px;
	font-weight: bold;
	color: #FFFFFF;
	}


#footer{
	width:800px;
	height:50px;
	text-align:center;
}
.copywrite {
	font-size: 10px;
}
