@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000  url(../NEW%20SITE/bg0.jpg) scroll no-repeat;
	color: #FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
a:hover{
	color:#000
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #58EF98;
}
#wrapper {
	margin: 0px;
	padding: 0px;
}
.link {
	color: #FF0000;
}
#menu {
	float: left;
	top: 425px;
	position: absolute;
	width: 200px;
	height: 84px;
}
#nav{
	color:#FFF;
	list-style:none;
	
}
li{
	font-size:12;
	margin-bottom:2px;
	line-height:16px;
	
	
}
li a{
	background:#181b20;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-left:5px;
}
li a:hover{
	color:#000;
	background:#fe0000;
}
#nav1{
	margin-right:80px;
}
#nav3{
	margin-right:20px;
}
#nav4{
	margin-right:50px;
}
#nav5{
	margin-right:100px;
}
#spacercolumn {
	width: 10px;
}
#spacercolumn2 {
	width: 2px;
}
#bio {
	float: left;
	width: 250px;
	position: absolute;
	left: 1080px;
	top: 175px;
	font-weight: normal;
	font-size: 12px;
}
#pics {
	position: absolute;
	left: 1600px;
	height: auto;
	padding-top: 75px;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 20000px;
}
#picsph {
	position: absolute;
	left: 1350px;
	width: 6962px;
	height: auto;
	padding-top: 75px;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#pic1 {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pic1 img{
	border:1px solid #FFF;
}
#pic2 {
	margin: 0px 10px 0px 0px;
	border: 1px solid #FFFFFF;
	float: left;
}
#contact {
	height: 400px;
	width: 200px;
	position: absolute;
	left: 725px;
	padding-top: 100px;
}
#namet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#comments {
	width: 225px;
	height: 175px;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
#name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
#phone {
	background-color: #FFFFFF;
	color: #000000;
}
#email {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.box {
	border: 1px solid #1F1F1F;
	color: #000000;
	font-size: 12px;
	width: 225px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
}
#sendmsg {
	height: auto;
	width: auto;
}
.submit {
	width: 75px;
	height: 30px;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
}
.here {
	font-size: 10px;
	color: #666666;
	font-weight: lighter;
}
#thank {
	position: absolute;
	left: 727px;
	top: 125px;
	width: 270px;
	height: 113px;
}
.h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}



#arrows {
	position: fixed;
	top:535px;
	left: 825px; 
	width: 300px;
	height: 30px;
	cursor: pointer;
	z-index:100;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 96px;
	height: 66px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../images/leftarrow.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../images/rightarrow.png) no-repeat;}
