@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}
h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50px;
}
a  {
	color: #0CF;
}
p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 120%;
	padding-left: 30px;
	padding-bottom: 30px;
}
h3 {
	float: right;
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 3px;
	padding-right: 20px;
}

li {
	padding-bottom: 5px;
}
#bgImg {
	background-image: url(assets/contentImg.jpg);
}



#bgImg {
	position: absolute;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 1050px;
	left: 0px;
}


#container {
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	position: relative;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 60px;
}
#container {
	position: relative;
}
#topBreak {
	height: 80px;
}

#header {
	height: 500px;
	background-image: url(assets/contentImg.jpg);
	background-repeat: no-repeat;
	float: left;
}


#jjlogo {
	height: 140px;
	width: 490px;
	margin-left: 20px;
}

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	width: 450px;
	margin-top: 40px;
	margin-left: 20px;
	padding: 20px;
	margin-bottom: 50px;
	background-color: #000;
}
#operaContainer {
	height: 420px;
	width: 320px;
	position: absolute;
	left: 673px;
	top: 290px;
}











.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 1px;
}
.hrCntent {
	color: #0CF;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-bottom: 25px;
	background-color: #0CF;
	clear: both;
}
#subContent {
	padding-left: 40px;
}
