/* Reset of all styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

	
/* Define base html tags */

body {
	background-color: #000000;
	}

/* These are the positional divs and classes needed */

#container {
	width: 900px;
	margin: 0 auto;
	}
	
#header {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	}
/* The header contains the logo and the dock divs */

#logo {
	margin: 0px;
	padding: 0px;
	width: 300px;
	}

#imageholder {
	width: 580px;
	float: right;
	}

#imageholder img{
	border: 1px solid #FFFFFF;
	}

.clear {clear: both; height: 1px; width: 900px;}

hr {border: 1px solid #FF9900; }

#contentholder {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#bigpict {
	width: 450px;
	float: right;
	margin-bottom:10px;
	}
#bigpict img {
	border: 1px solid #ffffff;
	}

#content {
	width: 425px;
	}
#content p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #ffffff;
	padding-bottom: 20px;
	}
#content a:link {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	}
#content a:visited {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: underline;
	}
#content a:hover {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: none;
	}
	
#footer {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#contact {
	width: 300px;
	}
#contact h1 {
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #ff9900;
	margin-bottom: 10px;
	border-bottom: 1px solid #FF9900;
	}
#contact p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #ffffff;
	padding-bottom: 5px;
	}

#feature {
	width: 550px;
	float: right;
	border-left: 1px dotted #FF9900;
	padding-left: 25px;
	}
#feature p {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #ffffff;
	padding-bottom: 20px;
	}
#feature a:link {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	}
#feature a:visited {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: underline;
	}
#feature a:hover {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: none;
	}
#feature ul {
	list-style-type: disc;
	list-style-position: inside;
	}
#feature li {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #ffffff;
	padding-bottom: 20px;
	}
#feature h1 {
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #ff9900;
	margin-bottom: 10px;
	border-bottom: 1px solid #FF9900;
	}
#feature img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #FFFFFF;
	}

/* This is for the top navigation bar */
#menu {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 10px;
	background-color: #FF9900;
	margin-bottom: 10px;
	}
#menu ul {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	}
#menu a:link {
	color: #000000;
	text-decoration: none;
	}
#menu a:visited {
	color: #000000;
	text-decoration: none;
	}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

