*{
	padding:0;
	margin:0;
}
img{
	border:none;
}
body, html{
	background:#000000;
	font-family:Arial;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	width:100%;
}
h1{
	font-size:18px;
	font-weight:bold;
}
#fatMan{
	position:relative;
	width:433px;
	height:540px;
	background:url(images/FatMan.jpg) top left no-repeat;
	float:left;
	padding:0 0 30px 0;
}
#black{
	background:#000000;
}
#indexLogo{
	position:relative;
	width:367px;
	height:256px;
	margin:60px 0 0 0;
	background:url(images/indexLogo.gif) top left no-repeat;
	float:left;
}
#indexTxt{
	position:relative;
	width:300px;
	margin:0 0 0 45px;
	float:left;
}
#logo{
	position:relative;
	width:800px;
	height:90px;
	background:url(images/logo.gif) top right no-repeat #000000;
	margin:20px 0 0 0;
	clear:both;
}
#layout{
	position:relative;
	width:800px;
	text-align:left;
	margin:0 auto 0 auto;
	clear:both;
	background:#ee1c25;
}
#top{
	position:relative;
	width:800px;
	height:80px;
	background:url(images/top.gif) top left no-repeat;
	clear:both;
}
#content{
	position:relative;
	width:770px;
	background:#ee1c25;
	padding:0 0 0 30px;
	height:100%;
	clear:both;
}
#text{
	position:relative;
	width:330px;
	float:left;
	padding:0 20px 0 0;
}
#wrap{
	width:420px;
	float:left;
	margin:40px 0 0 0;
}
#pic, #pic2{
	position:relative;
	width:379px;
	height:279px;
	padding:14px 10px 10px 14px;
	background:url(images/picBG.gif) top left no-repeat;
	clear:both;
}
#pic2{
	margin:20px 0 0 0;
	clear:both;
}
#bottom{
	position:relative;
	width:800px;
	height:80px;
	background:url(images/bottom.gif) top left no-repeat #000000;
	clear:both;
}
#nav{
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:center;
	padding:0 0 20px 20px;
	background:#000000;
	clear:both;
}
#nav a{
	background:url(images/potOn.gif) top left no-repeat;
	height:40px;
	text-align:left;
	padding:9px 20px 10px 20px;
	text-decoration:none;
	color:#FFFFFF;
}
#nav a:hover{
	background:url(images/potOff.gif) top left no-repeat;
}
#content h1{
	padding:0 0 20px 0;
}
p{
	padding:0 0 20px 0;
}


#contact{
	background:none;
	margin:-20px 0 0 0;
}
.dart{
	position:absolute;
	width:189px;
	height:102px;
	margin:-87px 0 0 177px;
	background:url(images/dart.png) top left no-repeat;
}
label, input, textarea{
	clear:both;
	display:block;
	margin:8px 0;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 5px;
	width:300px;
}
input, textarea{
	color:#000;
}
textarea{
	height:100px;
}
#submit{
	width:50px;
	color:#000;
	padding:2px 2px;
	margin:15px 0 0 0;
}

