/* CSS contains common layout elements and home page elements */

body{
	color: #b7b7b7;
	background: black;
	text-decoration: none;
	margin: 0;
	font: normal normal .8em Geneva, sans-serif;
	text-align: center;
}
a{
	color: white;
	text-decoration: none;
}
a:link{
}

a:visited{
}

a:hover {
	text-decoration: underline;
	color: orange;
}
a:active{
}
a img{
	border: 0;
}
hr{
	width:50%;
}

/* Border DIVS */
#wrapper{
	width: 800px;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}
#header{
	margin: 0 auto;
	text-align: center;
	width: 250px;
}
h1#logo{
	background: url(../../img/home/scottelsonlogo.gif) no-repeat top left;
	border-bottom: 1px solid gray;
	height: 60px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-indent:-9999px;
	width: 250px;
}
h2#slogan{
	background: url(../../img/home/services.jpg) no-repeat top left;
	height: 38px;
	margin: 10px auto 40px auto;
	text-indent:-9999px;
	width: 250px;	
}
#footer{
	margin: 10px 0 10px 0;
	text-align: center;
}

#clear{
	clear: both;
}