body {
	position: relative;
	color: black;
	background-color: #009;
	background-image: url(images/hexes.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font: small Verdana, Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-top: 105px;
	margin-left: 150px;
}

#header {
	height: 100px;
	width: 650px;
	padding: 0px;
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
}
	
h1 {
	font-size: 120%;
	color: #C00; /*#034450;*/
	background-color: white;
	padding: 6px 0px 6px 0px;
	border-top: 2px red solid;
	border-bottom: 2px red solid;
	margin:0px 0px 5px 0px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	color: #078507;
	background-color: white;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

h3 {
	color: #078507;
	background-color: white;
	font-size: 100%;
	font-weight: bold;
}

blockquote {
	background-color: #DDD;
	border: #C33 solid 2px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 5px;
	color: black;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

#main {
	width: 600px;
	padding: 25px;
	text-align: center;
	margin: 0px;
	color: black;
	background-color: white;
	/*border-left: red solid 24px;
	border-right: red solid 26px;*/
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
}



#content p {
	font-size: 100%;
	color: #000033;
	line-height: 1.3em;
}

#content {
	width: 470px;
	margin-left: 100px;
	margin-right: 10px;
	padding-right: 15px;
	background-color: white;
	text-align: justify;
}

#doug {
	width: 175px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #BBB; 
}

#footer {
	width: 650px;
	height: 47px;
	background-image: url(images/mainbot.gif);
	background-repeat: no-repeat;
}

#photobox {
	padding: 0px;
	margin: 0px;
	width: 465px;
	text-align: left;
}

#photobox img {
	padding: 0px;
	margin-left: 5px;
	width: 100px;
	height: 100px;
}

#linklist {
	text-align: left;
}

#contact {
	color: black;
	background-color: white;
	font-weight: normal;
	border: 1px dashed black;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

address {
	color: black;
	background-color: white;
	font-size: 120%;
}

#addresshead {
	font-weight: bold;
	color: black;
	background-color: white;
	font-size: 120%;
}

.bold {
	font-weight: bold;
}

#photobox a:link {color: black;}
#photobox a:visited {color: green;}
#photobox a:hover {color: yellow;}
#photobox a:active {color: red;}

a:link {color: blue;}
a:visited {color: green;}
a:hover {color: #19AB24;}
a:active {color: red;}

ul {list-style-image: url(images/bullet.gif);}

#navigation {
		font-size: 90%;
		position: absolute;
		top: 120px;
		left: -70px;
		z-index: 1;
		padding: 0px;
}

#navtop {
		width: 180px;
		height: 49px;
		z-index: 1;
		padding: 0px;
		margin: 0px;
		background-image: url(images/navtop6.gif);
}

#navmid {
		width: 150px;
		padding: 0px;
		margin: 0px;
		line-height: 1.0;
		background-color: white;
		border-left: 15px solid red;
		border-right: 15px solid red;
}

#navbot {
		width: 180px;
		height: 49px;
		padding: 0px;
		margin: 0px;
		background-image: url(images/navbot6.gif);
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}

#navigation li
{
	padding: 0px;
	margin: -3px 0px;
	width: 150px;

}

#navigation a:link {
	width: 140px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: white;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 3px;
	border-bottom: 1px dotted red;
}
#navigation a:visited 
{
	cursor: pointer;
	width: 140px;
	text-decoration: none;
	font-weight: bold;
	color: #0D5599;
	background-color: white;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 3px;
	border-bottom: 1px dotted red;
}
#navigation a:hover {
	width: 140px;
	cursor: pointer;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 6px;	
	color: white;
	display: block;
	background-color: #F52236;
	margin-top: 2px;
	border-bottom: 1px dotted white;
}
#navigation a:active 
{
	width: 140px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 6px;
	color: red;
	background-color: white;
	display: block;
}

#aliens
{
	float: right;
	margin-left: 10px;
	border: 1px black solid;
}

#testimonials {
	margin-left: 10px;
}

#testimonials h3 {
	color: white;
	background-color: #333;
	margin: 0px;
	padding: 4px;
	font-size: 80%;
	font-style: italic;
	display: block;
	border: 2px solid #C33;
}

#blurb{
	text-align: left;
	padding: 10px;
	margin: 4px;
	color: #A00;
	background-color: #F6F6FF;
	width: 240px;
}

#summary
{
	float: right;
	background-color: #CCF;
	color: #A00;
	border: 1px solid #A77;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px
}

#columns
{
	background-color: #EEE;
	border: 1px solid #855;
	border-left: 1px solid #A55;
	border-top: 1px solid #A55;
	padding: 5px;
	margin: 0px;
	margin-top: 20px;
	text-align: left;
	font-size: 90%;
}

#navigation li .dislink
{
	color: white;
	background-color: red;
}

#navigation .dislink 
{
	width: 140px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	padding-bottom: 7px;	
	color: white;
	display: block;
	background-color: red;
	cursor: default;
}

#classy
{
	color: #222;
	font-weight: bold;
}

blockquote p {
	margin: 0px;
	background-color: #DDD;
	font-style: normal;
}
