/*  Global Reset */
* {
	margin:0;
	padding:0;
}

body {
	background:url(assets/pics/body-bg.jpg) #000 repeat;
	font:.75em Verdana, Arial, Geneva, sans-serif;
	color:#b7b7b7;
}

p {
	padding:10px;
	line-height:1.8em;
}



#wrapper {
	width:980px;
	margin:0 auto;
	margin-top: 3px;
}

#header {
	background:url(assets/bklogoheader.jpg);
	width:980px;
	height:76px;
}
/*====================
Navigation Container
====================*/
#nav {
	width:980px;
	height:31px;
}

#main-img {
	width:980px;
	height:auto;
	padding-top:5px;
	margin:-5px 0 -3px 0px;
}

/*====================
Content Container
====================*/
#content {
	padding:5px 14px 20px 15px;
	background:url(images/steel-bg.jpg) top left repeat;
	width:951px;
	height:auto;
}

	#content #column1 {
		width:300px;
		float:left;
		background:url(images/bg-1.png) top left repeat;
		padding:10px 5px 0 5px;
		margin-left:-10px;
	}
	
	#content #column2 {
		width:645px;
		float:right;
		background:url(images/bg-1.png) top left repeat;
		padding:5px 5px 5px 5px;
		margin:5px -10px 5px -3px;
		height:auto;
	}
	
	#content #column2 .flash {
	height:auto;
	margin-top:-20px;
	}
	
#content h2 {
	color:#cc6600;
	font-size:1.3em;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:1px;
}

#content a {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

#content a:hover {
	color:#cc6600;
	text-decoration:none;
	border-bottom:1px dotted #cc6600;
}

#content span {
	font-weight:bold;
}

#content ul {
	margin-left:25px;
}
	#content ul li{
		margin:5px;
	}
		
/*====================
Footer
====================*/
#footer {
	width:980px;
	height:30px;
	text-align:center;
	clear:both;
	margin-top:15px;
}

	#footer p {
		color:#999;
		text-transform:uppercase;
	}
	#footer p span {
		color:#999;
		text-transform:none;
		font-size:.9em;
		line-height:1.3em;
	}
	#footer a {
		color:#999;
	}
	#footer a:hover {
		color:#ad4202;
		text-decoration:none;
		border-bottom:1px dotted #ad4202;
	}
