@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#container a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#container a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#container a:hover {
	color: #ea4624;
	text-decoration: none;
}

#container a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#menu {
	width: 700px;
	height: 70px;
	float: left;
	padding-top: 10px;
}

#logo {
	width: 200px;
	height: 80px;
	float: left;
	background-image: url(images/mediajump_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#top {
	width: 900px;
	height: 80px;
}

#header {
	width: 900px;
	height: 299px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	margin-top: 18px;
	overflow: hidden;
}

#content_left {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 589px;
	background-color: #151515;
	overflow: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content_right {
	margin-left: 18px;
	padding-left: 15px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 247px;
	overflow: hidden;
	background-color: #151515;
	float: left;
}

#content h1 {
	height: 30px;
	color: #ffffff;
	border-bottom-color: #ea4624;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}


#content p{
	color: #b3b3b3;
	font-size: 12px;
}

#column_left {
	width: 240px;
	float: left;
}

#column_right {
	margin-left: 65px;
	width: 250px;
	float: left;
}

#content_bottom {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 900px;
	overflow: hidden;
	background-color: #151515;
	clear: both;
	margin-top: 18px;
	float: left;
}

#column_bottom_first {
	width: 240px;
	margin-left: 15px;
	margin-right: 53px;
	overflow: hidden;
	float: left;
}

#column_bottom_middle {
	width: 250px;
	margin-left: 12px;
	margin-right: 55px;
	overflow: hidden;
	float: left;
}

#column_bottom_last {
	width: 250px;
	overflow: hidden;
	float: left;
}

#footer {
	margin-top: 18px;
	width: 900px;
	overflow: hidden;
	background-color: #151515;
	text-align: center;
	padding-top: 15px;
}

#footer p{
	color: #b3b3b3;
	font-size: 12px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
}

#menu li {
	float: left;
	margin-right: 15px;
}

.orange {
	color: #ea4624;
}
