/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	background: #000;
	height: 100%;
}

table {
	width: 100%;
	height: 100%;
}

td {
	text-align: center;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 12px;
	font-style: italic;
}

h3 {
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;	
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11pt;
	color: #333;	
	text-decoration: none;
}

.footer a{
	text-decoration: none;
}

a {	
	color: #333;	
	text-decoration: none;
}

a:hover {
	color: #333;	
	text-decoration: underline;
}

a:visited {	
	color: #333;	
	text-decoration: none;
}

iframe{
	background: #222;
	width: 570px;
	height: 335px;
	border: 0px solid red;
	margin: 10px;
}

.info{
	margin: 230px 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;	
	font-size: 9pt;
	line-height: 12pt;
}

.blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13pt;
	color: #67AAF0;	
	text-decoration: none;
}

.blue a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13pt;
	color: #67AAF0;	
	text-decoration: underline;
}


/* DIVs */

#container {
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	background: #000;
}

#home {
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	background: #000;
}

#headerHome {
	position: relative;
	width: 900px;
	height: 150px;
	margin: 0 auto;
	top: 40%;
}

#header {
	position: relative;
	width: 900px;
	height: 150px;
	margin: 0 auto;
	border: 0px solid red;
}

#logo{
	position: absolute;
	top: 40px;
	left: 686px;
	width: 214px;
	height: 44px;
}

#logoHome a {
	position: absolute;
	top: 40px;
	left: 686px;
	width: 214px;
	height: 44px;
	background-image: url(Images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#logoHomeon {
	position: absolute;
	top: 40px;
	left: 686px;
	width: 214px;
	height: 44px;
	background-image: url(Images/logo_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;	
}

#logoHome a:hover {
	position: absolute;
	top: 40px;
	left: 686px;
	width: 214px;
	height: 44px;
	background-image: url(Images/logo_off.gif);	
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#line{
	position: absolute;
	top: 64px;
	left: 0px;
	width: 900px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#disclaimer {
	position: absolute;
	top: 72px;
	left: 0px;
	height: 11px;
	text-align: left;
}

#nav {
	position: absolute;
	top: 74px;
	left: 0px;
	height: 11px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
}

#paint a{
	display: block;
	width: 91px;
	height: 11px;
	background-image: url(Images/n_paint_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#painton {
	display: block;
	width: 91px;
	height: 11px;
	background-image: url(Images/n_paint_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#paint a:hover{
	display: block;
	width: 91px;
	height: 11px;
	background-image: url(Images/n_paint_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#photo a{
	display: block;
	width: 124px;
	height: 11px;
	background-image: url(Images/n_photo_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#photoon {
	display: block;
	width: 124px;
	height: 11px;
	background-image: url(Images/n_photo_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#photo a:hover{
	display: block;
	width: 124px;
	height: 11px;
	background-image: url(Images/n_photo_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#bio a{
	display: block;
	width: 101px;
	height: 11px;
	background-image: url(Images/n_bio_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#bioon {
	display: block;
	width: 101px;
	height: 11px;
	background-image: url(Images/n_bio_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#bio a:hover{
	display: block;
	width: 101px;
	height: 11px;
	background-image: url(Images/n_bio_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	text-decoration: none;
}

#contact a{
	display: block;
	width: 87px;
	height: 11px;
	background-image: url(Images/n_contact_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#contacton {
	display: block;
	width: 87px;
	height: 11px;
	background-image: url(Images/n_contact_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#contact a:hover{
	display: block;
	width: 87px;
	height: 11px;
	background-image: url(Images/n_contact_on.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#section1 {
	width: 900px;
	height: 358px;
	margin: 0 auto;
	background: #000;
}

#image{
	width: 290px;
	height: 300px;
	border: 0px solid white;
	background-image: url(Images/headshot.jpg);
	background-repeat: no-repeat;
	float: left;
}

#text{
	width: 595px;
	height: 358px;
	float: left;
	border: 0px solid red;
	margin-left: 15px;
	background: #222;
}

#rollover{
	text-align: right;
	width: 900px;
	padding: 5px;
	margin: 10px auto;
	border: 0px solid white;
}

#footer {
	text-align: right;
	width: 900px;
	padding: 20px;
	margin: 10px auto;
	border: 0px solid white;
}

