* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
}

#newsletter {
	padding: 12px;
	width: 610px; /* 634 width - (12*2) padding */
	background-color: #0a0a0a;
	border: 1px solid #202831;
	
	margin-top: 20px;
	margin-bottom: 20px;
		
	position: relative;
	left: 50%;
	margin-left: -317px;
}

#top {
	width: 609px;
	height: 366px;
	background: url(../images/hk_nl_top.jpg) no-repeat;
}

#logo {
	text-indent: -9999px;
	width: 338px;
	height: 153px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_logo.gif) no-repeat;
	position: relative;
	left: 10px;
	top: 20px;
}

#nltxt {
	text-indent: -9999px;
	width: 188px;
	height: 92px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_txt_newsletter.gif) no-repeat;
	position: relative;
	left: 70px;
	top: 60px;
}

#nav {
	list-style-type: none;
	height: 34px;
	position: relative;
	left: 10px;
	top: -17px;
}

#nav li a {
	height: 34px;
	width: 143px;
}

#nav li#events a {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_out.gif) no-repeat;
	position: absolute;
	left: 0px;
}
#nav li#events a:hover {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_over.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav li#armory a {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_out.gif) no-repeat -149px;
	position: absolute;
	left: 149px;
	top: 0px;
}
#nav li#armory a:hover {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_over.gif) no-repeat -149px;
	position: absolute;
	left: 149px;
	top: 0px;
}

#nav li#combat a {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_out.gif) no-repeat -297px;
	position: absolute;
	left: 297px;
	top: 0px;
}
#nav li#combat a:hover {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_over.gif) no-repeat -297px;
	position: absolute;
	left: 297px;
	top: 0px;
}

#nav li#contact a {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_out.gif) no-repeat -446px;
	position: absolute;
	left: 446px;
	top: 0px;
}
#nav li#contact a:hover {
	text-indent: -9999px;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/hk_nl_nav_over.gif) no-repeat -446px;
	position: absolute;
	left: 446px;
	top: 0px;
}

#date {
	text-indent: -9999px;
	height: 25px;
	width: 279px;
	position: relative;
	left: 27px;
	top: 80px;
}

#footer {
	color: #787878;
	font: italic 10px helvetica, arial;
	background: url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/footer_texture.gif) repeat-x;
	height: 25px;
}

#footer a {
	color: #787878;
	text-decoration: none;
	font: bold 10px helvetica, arial;
}

#boxes_small {
	float: left;
	list-style-type: circle;
}

#box_small {
	width: 324px;
	margin-left: 24px;
}

#box_small #body {
	font: 12px Helvetica, Arial;
	background: #c0c0c0 url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/content_corner.gif) no-repeat 100% 100%;
	padding: 6px;
}

#box_large {
	width: 557px;
}

#box_large #body {
	font: 12px Helvetica, Arial;
	background: #c0c0c0 url(http://www.hardknocksorlando.com/hknl/archive/2007/nov07/images/content_corner.gif) no-repeat 100% 100%;
	padding: 6px;
}

#body p {
	padding: 2px;
}

#ads_vertical{
	width: 200px;
	margin-right: 24px;
	float: right;
}

#ads_horizontal{
	height: 120px;
}

#box_ad {
	width: 192px;
	margin-left: 8px;
	float: left;
}

#box_ad #body {
	color: #FFFFFF;
	font: 12px Helvetica, Arial;
	text-align: center;
}

#float_right {
	float: right;
}

#body h3 {
	color: #003961;
	font-size: 20px;
}

.articlehead{
	font-weight: bold;
	color: #354a84;
	}

.hk{
	font-weight: bold;
	color: #095302;
	}

.hk2{
	font-weight: bold;
	color: #009900;
	}
	
.webbrowser{
	margin-left: 120px;
	color:#545454;
	font: 10px helvetica, arial;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003961;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003961;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #a0a0a0;
	}