@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background: url(images/bkgd.png) no-repeat top right;
	background-attachment:fixed;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #FFFF00;
}

h1 {
	color: #999999;
	font-size: 24px;
	font-weight: lighter;
	}
	
h2 {
	color: #999999;
	font-size: 18px;
	font-weight: lighter;
	}
	
h3 {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	}
	
hr {
	width: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}


blockquote {
	
	padding: 0px 20px 0 48px;
	
	font-size: 16px;
	font-style: italic;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/* Layout */

#PageWrapper {
	width: 1000px;
	margin: 0 auto;
	}
	
#HeaderWrapper {
	height: 184px;
	}
	
#Phone {
	color: #ffffff;
	padding-top: 5px;
	}
	
#Logo {
	margin-top: 10px;
	}
	
#Nav {
	height: 30px;
	margin-top: 22px;
	}
#Nav img {
	border: 0px;
	}
	
#ContentWrapper {
	min-height: 350px;
	margin-bottom: 30px;
	}
	
#Content {
	}
	
#Footer {
	min-height: 50px;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
	}

