* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

h1 {
	color: #FBFFC3;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 28px;
	padding: 0px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 24px;
	color: #FBFFC3;
	padding: 5px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	color: #FBFFC3;
	padding: 5px 0px 0px 0px;
}

h4 {
	font-style: italic;
	font-size: 16px;
	color: #FBFFC3;
}

p {
	margin-bottom: 8px;
	line-height: 150%;
	margin-top: 4px;
	color: #FFFFFF;
}

ul, ol {
	margin-left: 1.5em;
	line-height: 1.5em;
	padding-top: 5px;
}

ul li {
	color: #FFFFFF;
}

img {
}

img.left {
	float: left;
	margin: 3px 10px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

a {
	color: #FBFFC3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #A19B73;
}

a:visited {
	color: #FBFFC3;
}

/* Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page */

#page {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	height: 100%;
}

/* header * header * header * header * header * header * header * header * header * header * header * header */

#header_flash {
	width: 800px;
	height: 20px;
	padding: 0px 0px 0px 0px;
}

/* Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus * Menus */

#top_menu {
	float: left;
	width: 800px;
	height: 30px;
	text-align: center;
	padding: 425px 0px 10px 0px;
}

#top_menu ul li {
	list-style-type: square;
	display: inline;
}

#top_menu a {
	padding-left: 12px;
	padding-right: 12px;
	color: #FBFFC3;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#top_menu a:hover {
	color: #A19B73;
	text-decoration: underline;
}

#top_menu a:visited {
	color: #FBFFC3;
}

#content_holder {
	width: 800px;
	height: 100%;
	float: left;
	padding: 20px 0px 30px 0px;
}

/* Content Holders */

#content_left {
	width: 380px;
	float: left;
	padding: 0px 20px 0px 0px;
}

#content_left_big {
	width: 800px;
	float: left;
}

#content_right {
	width: 380px;
	float: right;
	padding-left: 20px;
}

#profile {
	float: left;
	width: 330px;
	text-align: left;
	padding: 20px 20px 0px 20px;
}

.bg_index {
	background-image: url(images/background_main.gif);
	background-repeat: no-repeat;
}

.bg_dave {
	background-image: url(images/background_dave.gif);
	background-repeat: no-repeat;
}

.bg_drjohn {
	background-image: url(images/background_drjohn.gif);
	background-repeat: no-repeat;
}

.bg_moz {
	background-image: url(images/background_moz.gif);
	background-repeat: no-repeat;
}

.bg_contact {
	background-image: url(images/background_contact.gif);
	background-repeat: no-repeat;
}

/* Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer */

#footer {
	padding-top: 0px;
	width: 800px;
	auto;
	clear: both;
	margin: 0 auto;
	border-top: solid #999999 1px;
	text-align: right;
}

/* Form * Form * * Form * Form ** Form * Form ** Form * Form ** Form * Form ** Form * Form */ 

 label
{
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 1em;
	display: block;
}

 input
{
color: #002B7A;
background: #feeab3}

 textarea
{
color: #000000;
background: #feeab3}

.submit input
{
margin-left: 0em;
background: #feeab3}
