/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}

a:link {
	color: yellow; 
	font-weight: bold;	
	text-decoration: underline;
}

a:active {
	color: yellow; 
	font-weight: bold;	
	text-decoration: underline;
}

a:visited {
	color: yellow; 
	font-weight: bold;	
	text-decoration: underline;
}

a:hover {
	color: yellow; 
	font-weight: bold;	
	text-decoration: underline;
}

/* End Reset */


#wrap {
	width: 699px;
	margin-left: 100px; 
	background-image: url(img/bg.gif);
}

#main{
	width: 690px;
	border-color: black;
	background-image: url(img/earth.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top left;        
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 11px;
	min-height: 1220px;
	clear: both;
	verflow: hidden;
}

#topphoto {
	position:absolute;
	z-index: 80;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 21px;
	background-position: top left;
	background: transparent;
}

#contactDoug {
	position:absolute;
	z-index: 85;
	padding: 0px;
	background-position: right;
	background: transparent;
        left: 548px;
        top: 190px;
}

#topphoto2 {
	position:absolute;
	z-index: 51;
	top: 0px;
	left: 0px;
}

#toplogo {
	position:absolute;
	z-index: 52;
	top: 10px;
	left: 180px;
}

#topphoto3 {
	position:absolute;
	z-index: 1;
	padding: 1px;
	top: 163px;
	left: 75px;
	float: left;
	background-repeat: repeat;
	background-image: url(img/bg-button.png);
	width: 601px;
}

#topphoto ul {
	overflow: hidden;
	padding-left: 3px;
	padding-bottom: 0px;

}

#topphoto ul li {
	float: left;
	padding-left: 2px;
	padding-bottom: 0px;	
	margin: 0px;
	border: none;
}

#buttonbar {
	position:absolute;
	z-index: 100;
	width: 666px;
	height: 15px;
	line-height: 1.4;
	font-size: 12px;
	text-decoration: none;
	margin: 0px; 
	margin-top: 263px;
	margin-left: 10px;	
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 0px;
	background-image: url(img/bg-button.png);
	background-repeat: repeat;	
	border: none;
	position:absolute;	
	top: 1px;
}

#navbar {
	line-height: 1.4;
	width: 666px;
	font-size: 12px;
	text-decoration: none;
	margin: 0px; 
	margin-top: 258px;
	margin-left: 10px;	
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 0px;
	background-image: url(img/bg-button.png);		
	border: none;
	position:absolute;	
	top: 22px;
}

#navbar ul {
	overflow: hidden;
	padding-left: 6px;
	padding-bottom: 0px;
}

#navbar ul li {
	float: left;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}

#navbar #selected {
	float: left;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(img/bg-trans.png);
}

#copy {
	position:absolute;
	line-height: 1.4;
	font-size: 16px;
	color: #dddddd;
	text-decoration: none;
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 30px;
	background-image: url(img/bg-trans.png);
	min-height: 280px;
	width: 610px;
	top: 305px;
}

#copy #secondary {
	font-size: 12px;
	width: 350px;
	text-align: center;
	padding-left: 80px;
}

p {
font-size: 16px;
padding-bottom: 30px;
}





