@import url(browserResetStyle.css);

/* Main Styles for Site */

body {
	background-color: #000;
	background-image: url(../images/smoke-back3.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.1em;
}

a:link, a:active {
	color: #80C9FF;
}
a:visited {
	color: #B78DDC;
}
a:hover {
	color: #ff0;
}



.colhead {
	font-size: 1.2em;
	text-decoration: underline;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#content {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	background-color: #000;
	min-height: 507px;
}

#headlockbanner {
		
}

#mainnavbar {
	margin-top: -5px;
	width: 100%;
	background-color: #1B1F22;
	text-align: center;
	font-size: large;
	padding: 5px 0;
}
#mainnavbar a:link, #mainnavbar a:visited {
	color: #fff;
}
#mainnavbar a:hover {
	color: #ff0;
}

.current {
	text-decoration: line-through;
}
