@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-position: center;
	background-image: url(../images/background.jpg);
	background-repeat: center repeat-y;
}

#clearleft {
 	clear: left;
}

#clearright {
 	clear: right;
}

#clearboth {
 	clear: both;
}

/* ==================================================================================== */
/* = HEADER -- jon is the best =========================================================================== */
/* ==================================================================================== */

.container {
	background-color: #000;
	background-image: url(../images/revolt_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

.masthead {
	width: 980px;
	height: 432px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/jm_masthead.jpg);
}

.masthead img {
	margin-left: 45px;
	margin-top: 210px;
}


.mainnav {
	background-color: #000;
	height: 35px;
	margin-bottom: 30px;
	background-image: url(../images/navmenu_bg.png);
}

.homenav {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #141414;
}

.content_main {
	background-repeat: no-repeat;
	line-height: 18px;
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #141414;
	background-image: url(../images/jm_mainbg.jpg);
}

.content_main p {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.content_main a:link {
	border-bottom-width: 0px;
	text-decoration: none;
}

.content_main a:hover {
	border-bottom-width: 0px;
	text-decoration: none;
}

.content_main a:visited {
	border-bottom-width: 0px;
	text-decoration: none;
}

.content_main a:active {
	border-bottom-width: 0px;
	text-decoration: none;

}

.content_main img{
	padding-bottom: 2px;
}

.content_main .heading {
	width: 370px;
	border-bottom-color: #3b3b3b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 8px;
 	margin-bottom: 8px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ffc500;
}

/* ==================================================================================== */
/* = FOOTER =========================================================================== */
/* ==================================================================================== */

.footer {
	background-position: 0 12px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../images/jm_footer.jpg);
	background-repeat: no-repeat;
	background-color: #141414;
	height: 135px;
	}
	
.footer img {
	margin-left: 45px;
}
