/*
Author: Greg Artime
Author URI: http://artimeg.com/


*/

/* ---------------- Basic Elements ------------------ */

* {
	margin:0;
	padding:0;
	}

body {
	color:#ccc;
	text-align: center;
	padding-bottom:2em;
	font:1em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
	margin:0 auto;
	background:#090909 url(images/scan.gif) repeat;
	}
	
a {
	color:#eaf6fd;
	font-weight:bold;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #eaf6fd;
}

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

p {
	padding:0 10px 10px 10px;
}
	
/* ---------------- Containers ------------------ */

#main {
	background:url(images/main_bg.gif) repeat-x;
	height:157px;
	width:100%;
	margin:0 auto;
	}

#content_contain {
	margin:0 auto;
	width:770px;
	}

.text {
	margin-top:30px;
}

#header {
	width:628px;
	height:157px;
	background:url(images/barn.gif) no-repeat bottom right;
}

#header span {
	position: absolute;
	width:136px;
	height:88px;
	background:url(images/logo.gif) no-repeat;
	margin:23px 0 0 30px;
}

#header a {
	display:block;
	height:88px;
	text-indent:-500em;
	text-decoration:none;
}

#header a:hover {
	background:none;
}