/* === === === === === === === === === ===
	Desc: KHINKSON Style Sheet
	Author: KELLY HINKSON
	Date: NOV 27, 2006
=== === === === === === === === === === */

/* === === === === === === === === === ===
	GENERAL LAYOUT
=== === === === === === === === === === */
#html{
	margin:0;
	padding:0}
	
#contain {
	margin:0 auto;
	width:800px;
	position:relative}

#header {
	margin:0 auto;
	height:184px;
	width:800px;
	position:relative;
	background-image:url(../images/header.jpg)}

#wrap {
	margin:0 auto;
	padding:0;
	width:800px;
	background-color:#000000;
	height:2500px;	
	background-repeat:no-repeat;
	background-image:url(../images/contentbg.jpg) }

body {
	margin:0;
	padding:0;
 	background:url(../images/bg.jpg) #000000;
 	background-repeat:no-repeat;
 	background-attachment:fixed}
 	
#navi {
	height:33px;
	width:800px;}
 	
#content {
	float:left;
	width:522px}
	
#right {
	padding:2px 25px 0px 0;
	float:right;
	width:200px;}

.text {
    width:800px;
	background-color:#000000;
	}
	
.fire {
    margin:16px 0 0;
	}

.linebreak{
	margin:22px 0 0 -12px;
}

.linebreak2{
	margin:22px 0 0 -12px;
}
	
#footer {
	font: 600 12px heveltica, Sans-Serif;
	margin:0 auto;
	color:#ffffff;
	background:#000000;
	text-align:center;
	}
/* === === === === === === === === === ===
	TYOGRAPHY
=== === === === === === === === === === */
h1 {
	font: 500 18px heveltica, Sans-Serif;
	letter-spacing: 0px;
	padding:30px 9px 0px 30px;
	margin:0;
	color:#ffffff;
	text-decoration: underline;
	text-transform:uppercase}
	
h2 {
	font: 600 14px heveltica, Sans-Serif;
	letter-spacing:0;
	padding:0px 0px 10px 30px;
	margin:0;
	color: #ffffff;
	text-transform:uppercase}

h3 {
	font: 500 18px heveltica, Sans-Serif;
	letter-spacing: 0px;
	padding:30px 0px 0px 0px;
	margin:0;
	color:#ffffff;
	text-decoration: underline;
	text-transform:uppercase}
	
p {
	font: 400 12px Heveltica, Sans-Serif;
	padding: 0px 2px 0px 30px;
	margin:0;
	line-height:17px;
	color:#ffffff}

.p2 {
	font: 400 12px Heveltica, Sans-Serif;
	margin:0;
	line-height:16px;
	color:#ffffff}

a:link {
 	font: 400 12px Heveltica, Sans-Serif;
	text-decoration: none;
	color: #bfcc92}
	
a:visited {
 	font: 400 12px Heveltica, Sans-Serif;
	text-decoration: none;
	color: #bfcc92}
 
a:hover {
 	font: 400 12px Heveltica, Sans-Serif;
	color: #cccccc;
	text-decoration: none}
	
a:active {
	font: 400 12px Heveltica, Sans-Serif;
	color: #000000;
	text-decoration: none}

ul li {
	font: 400 12px Heveltica, Sans-Serif;
	color:#ffffff;
	line-height:17px;
	margin:0;
	}
	
	
/* === === === === === === === === === ===
	Footer
=== === === === === === === === === === */

.hr {
	background: #bfcc92;
	margin:5px 40px;
	background-repeat:no-repeat;
	height:2px;
}

.floatleft {
	border:1px solid #ffffff;
}

img, div { behavior: url(iepngfix.htc) }


