/* global.css -------------------------*/

/* GLOBAL STYLE TAGS-------------------------------*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #d7d7d7;
	font-size: 11px;
	text-align:center;
	line-height: 120%;
	background:#191919;
}

b {
	font-weight: bold;
	font-size: ;
	color: ;
}

p {
	margin:0 0 10px 0;
	padding: 5px;
}

h1 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 11px;
	color: #4C3626;
	font-weight: bold;
}

h2 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 13px;
	color:#FFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	margin: 0 0 3px;
	padding: 0;
	font-size: 11px;
	color: #EF6E15;
	font-weight: bold;
}

img {
	border:none;
	display:block;
}

a:link {
	text-decoration: none;
	color:#d7d7d7;
}

a:visited {
	text-decoration: none;
	color:#d7d7d7;
}

a:hover {
	text-decoration:none;
	color:#7db7d8;
}
ul {
	/*controls indent for bulleted lists*/
	margin:0;
	padding:0;
	/*eliminates standard bullet graphic*/
	list-style:none;
}
li {
	/*set graphic for bullets and align the bullet with the center of the text line(4px)*/
	background: url(../img/bullet.gif) no-repeat 0 4px;
	margin:0;
	/*controls spacing between bullet image and text in list*/
	padding:0 0 0 10px;
}


/* GLOBAL STRUCTURE-------------------------------*/
#header {
	width:100%;
	text-align:center;
	background:#191919 url(../img/header_bg.gif) repeat-x;
}
#header_banner {
	width:950px;
	margin: 0 auto;
}
#container {
	width:100%;
	margin:0;
	padding:50px 0;
	text-align:left;
	background-color:#000;
}
#main {
	width:845px;
	margin:0 auto;
}
#leftcol {
	float:left;
	width:402px;
}
#divider {
	float:left;
	margin:16px 19px 0 19px;
}
#rightcol {
	float:left;
	width:402px;
}
#footer {
	width:100%;
	height:200px;
	/*text-align:left;*/
	background:#191919 url(../img/footer_bg.gif) repeat-x;
}
#copyright {
	margin: 0 auto;
	text-align:center;
	padding-top:15px;
	color:#353535;
}
#copyright a:link {
	color:#353535;
}
#copyright a:visited {
	color:#353535;
}
#copyright a:hover {
	color:#7db7d8;
}

/* CLASSES----------------------------------------*/

.clear {
	clear:both;
}
.cleardiv {  clear:both;  height:1px;  overflow:hidden;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}
.spacer1 {
	float:left;
	margin:11px 11px 0 0;
}
.spacer2 {
	float:left;
	margin:11px 0 0 0;
}
.spacer3 {
	margin:0 11px 0 0;
}
.spacer4 {
	margin:11px 11px 0 0;
}
.spacer5 {
	float:left;
	margin:0 11px 0 0;
}
.credit {
	padding-left:340px;
}
