/* Aberrant CSS Document */

/* HTML Redefinition classes */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a:link {
	color: #3D1D18;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3D1D18;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #3D1D18;
}

p {
	margin: 0px;
}

hr {
	border: solid;
	border-width: 1px;
	color:#999999;
	width: 90%;
	margin: 10px;
}

/* ID Classes */
#header {

	width: 748px;
	height: 80px;
	line-height: 80px;
	background-image: url(images/header.png);
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.5em;
	color:#FFFFFF;
}

#content {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #b3b3b3;
	width: 748px;
	height: 100%;
	position: relative;
}

#contenttext {
	width: 550px;
	left: 180px;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	padding-top: 15px;	
}

#footer {
	background:#101010;
}

#copyright_text {
	width: 748px;
}

.footer_text {
	color: #999999;
	font-weight: bold;
	font-size: 12px;
}

.subheading {
	font-size: 18px;
	font-weight: bold;
}

#top {
	width: 778px;
}

#logo {
	width: 251px;
	display: inline;
}

/* BUTTONS */

#about_btn {
	position: relative;
	width: 150px;
	top: 0px;
	display: inline;
	left: 150px;
}

#services_btn {
	position: relative;
	width: 150px;
	top: 0px;
	display: inline;
	left: 150px;
}

#contact_btn {
	position: relative;
	width: 150px;
	top: 0px;
	display: inline;
	left: 150px;
}



