/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body a {
	color: #242424;
	text-decoration: none;
}
li {
	list-style-position: inside;
	list-style-type: decimal;
}
.section_h1 {
	color: #339BFF;
	font-size: 21px;
	padding-bottom: 20px;
}
.section_h2 {
	color: #339BFF;
	padding-top: 20px;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #242424;
}
#header {
	width: 740px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#home {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #242424;
	border-right-color: #666;
	border-bottom-color: #242424;
	border-left-color: #666;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-left: 436px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#media {
	width: 720px;
	float: left;
	height: 405px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border: 10px solid #000;
	background-color: #181818;
}
#media2 {
	width: 720px;
	float: left;
	height: 430px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 24px;
	margin-left: 30px;
	background-color: #181818;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:hover #home {
	background-color: #0E2E4D;
	border: 1px solid #4294F1;
}
#navigation_s {
	float: left;
	width: 800px;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#navigation_s img {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #242424;
	border-right-color: #666;
	border-bottom-color: #242424;
	border-left-color: #666;
}
#navigation_s a:hover img {
	background-color: #0E2E4D;
	border: 1px solid #4294F1;
}
#navigation {
	float: left;
	width: 760px;
	color: #333;
	height: 29px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-color: #297CCC;
	margin-top: 30px;
}
#navigation a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left_column_navigation {
	color: #808080;
	height: 300px;
	width: 180px;
	float: left;
	padding-top: 25px;
	padding-left: 40px;
	line-height: 30px;
}
#left_column_navigation img {
	position: relative;
	left: -40px;
}
#left_column_navigation a {
	color: #339BFF;
}
#left_column_navigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
#rightcolumn {
	color: #B3B3B3;
	float: right;
	width: 500px;
	padding-top: 25px;
	padding-left: 40px;
	line-height: 22px;
	padding-bottom: 30px;
	padding-right: 40px;
}
#rightcolumn p a {
	text-decoration: underline;
	color: #339BFF;
}
#rightcolumn p a:hover {
	color: #FFF;
}
.section_h2movies {
	color: #339BFF;
	padding-top: 5px;
}
.movie_preview {
	height: 97px;
	margin-bottom: 15px;
}
.movie_preview img {
	float: left;
	border: 1px solid #333;
	margin-right: 15px;
}
#footer {
	color: #666;
	width: 720px;
	padding: 10px 40px 10px 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear: both;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#hompage {
	color: #B3B3B3;
	float: left;
	width: 720px;
	padding-top: 25px;
	padding-left: 40px;
	line-height: 22px;
	padding-bottom: 30px;
	padding-right: 40px;
}
.section_h1home {
	color: #339BFF;
	font-size: 21px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.home_story {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	height: 115px;
}
.home_story img {
	float: left;
	border: 1px solid #333;
	margin-right: 15px;
}
#hompage p a {
	text-decoration: none;
	color: #2066AD;
}
#hompage p a:hover {
	color: #319BFF;
	text-decoration: underline;
}
