body {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/jm_bkgrnd_page.jpg);
	padding: 0px;
	margin: 0px;
	color: white;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	background-color: #42434e;
	text-align: center;
}

h1 {
	padding-bottom: 10px;
	display: block;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: normal;
	color: #a8bbff;
	font-weight: normal;
	font-size: 16px;
}

p {
	margin-bottom: 20px;
}

a:link, a:visited, a:active {
	padding: 0px;
	color: #a8bbff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: auto;
	text-align: left;
	height: auto;
	width: 700px;
}

#navbar {
	height: 15px;
	width: 680px;
	margin-top: 40px;
	line-height: 15px;
	font-size: 13px;
	padding-left: 0px;
	padding-right: 20px;
}

#navbar ul {
	margin: 0px;
	float: right;
	display: inline;
}

#navbar li {
	letter-spacing: 1px;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	float: left;
}

#navbar li.first {
	border-width: 0px;
}

#header {
	height: 265px;
	width: 100%;
}

#content {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
}

#footer {
	padding-bottom: 20px;
	border-top-color: #a8bbff;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	width: 100%;
}

.dark_box {
	padding: 20px;
	background-color: #2c2d35;
	margin-bottom: 20px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	width: 600px;
}

.dark_box p {
	margin: 0px;
}

.dark_box ul {
	list-style-type: none;
	margin: 0px;
}

.dark_box .left {
	height: 150px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	width: 150px;
	float: left;
}

.dark_box .right {
	height: auto;
	width: 430px;
	float: right;
}

.left_pic {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

.right_pic {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}

.video_player {
	padding-left: 80px;
	padding-bottom: 109px;
	padding-right: 80px;
	padding-top: 40px;
	width: 480px;
	height: 376px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/jm_videoplayer.jpg);
}

.clear {
	clear: both;
}


