* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('images/body_background.gif') #4a4848 repeat-x 0px 0px;
	color: #a7a7a7;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ea9a2e;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 20px;
	text-align: justify;
	line-height: 13px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 780px;
	text-align: left;
}


/* Page Header */

#page_header {
	width: 780px;
	height: 92px;
	background: #000000;
}

#company_name {
	padding-left: 30px;
	padding-right: 30px;
	width: 818px;
	height: 70px;
	background: url('images/backtothefuture_logo.jpg') no-repeat 0px 0px;
}



/* Page Menu */

#page_menu {
	margin-bottom: 14px;
	width: 780px;
	height: 42px;
	background: url('images/menu_background.gif') no-repeat 0px 0px;
	text-align: center;
}

#page_menu ul {
	margin: 0px auto;
	height: 29px;
	width: 606px;
}

#page_menu li {
	width: 101px;
	height: 29px;
	background: url('images/menu_link_bg.gif') no-repeat 0px 0px;
	float: left;
}

#page_menu li a {
	margin-top: 11px;
	height: 10px;
	width: 101px;
	display: block;
}

#page_menu .home a {
	background: url('images/menu_home.gif') no-repeat 50% 0px;
}

#page_menu .delorean a {
	background: url('images/menu_delorean.gif') no-repeat 50% 0px;
}

#page_menu .cast a {
	background: url('images/menu_cast.gif') no-repeat 50% 0px;
}

#page_menu .bloopers a {
	background: url('images/menu_bloopers.gif') no-repeat 50% 0px;
}

#page_menu .quotes a {
	background: url('images/menu_quotes.gif') no-repeat 50% 0px;
}

#page_menu .trivia a {
	background: url('images/menu_trivia.gif') no-repeat 50% 0px;
}

#page_menu .shop a {
	background: url('images/menu_shop.gif') no-repeat 50% 0px;
}

#page_menu .flicks a {
	background: url('images/menu_flicks.gif') no-repeat 50% 0px;
}

#page_menu .crew a {
	background: url('images/menu_crew.gif') no-repeat 50% 0px;
}

#page_menu .youcool a {
	background: url('images/menu_youcool.gif') no-repeat 50% 0px;
}

/* Page Body Content */

.content_header {
	height: 38px;
	background: url('images/main_bg_topright.gif') #353434 no-repeat 100% 0px;
	overflow: hidden;
}

.content_header h2 {
	padding-left: 41px;
	height: 38px;
	background: url('images/main_bg_topleft.gif') no-repeat 0px 0px;
}

.content_box_right {
	margin-bottom: 8px;
	background: url('images/main_bg_botright.gif') #353434 no-repeat 100% 100%;
}

.content_box_left{
	padding-bottom: 12px;
	background: url('images/main_bg_botleft.gif') no-repeat 0px 100%;
}

.content_box {
	padding: 5px 7px;
}

.content_box .thumbnail {
	float: left;
	border: #a1a19e 1px solid;
}

.content_box h3 {
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 9px;
	font-weight: normal;
}


/* Left Sidebar */

#left_sidebar {
	padding-left: 18px;
	float: left;
}

#left_sidebar .content_header {
	width: 134px;
}

#left_sidebar .content_header h2 {
	color: #f89d31;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

#left_sidebar .content_header h2 span {
	display: block;
	padding-top: 10px;
}

#left_sidebar .content_box_left {
	width: 134px;
}

#left_sidebar .content_box {
	background: url('images/left_sidebar_bg.gif') repeat-y 0px 0px;
}

#left_sidebar .content_box h3 {
	color: #ea912e;
	clear: both;
}

#left_sidebar .link-more {
	padding-top: 2px;
	text-align: right;
}

#left_sidebar .link-more a {
	color: #a7a7a7;
	font-weight: bold;
}

#left_sidebar .link-more a:hover {
	color: #f1af3b;
}


/* Main Content */

#main_content {
	padding-right: 17px;
	float: right;
}

#main_content .content_header {
	width: 594px;
}

#main_content .content_header h2 {
	color: #f89d31;
	font-size: 12px;
	line-height: 12px;
}

#main_content .content_header h2 span {
	display: block;
	padding-left: 3px;
	padding-top: 10px;
}

#main_content .content_box_left {
	width: 594px;
}

#main_content .content_box {
	padding: 5px 11px 0px 0px;
	background: url('images/main_background.gif') no-repeat 100% 0%;
	border-width: 0px 2px;
	border-color: #d2913d;
	border-style: solid;
}

#main_content_border {
	padding-left: 42px;
	background: url('images/main_bg_side.gif') repeat-y 5px -1px;
}

#main_content .link-more {
	padding-bottom: 7px;
	padding-right: 5px;
	text-align: right;
	line-height: 11px;
}

#main_content .link-more a {
	color: #ea9a2e;
	font-weight: bold;
}

#main_content .link-more a:hover {
	color: #f7ec37;
}

#main_content .divider {
	margin: 0px auto 7px 2px;
	width: 522px;
	height: 3px;
	background: url('images/main_divider.gif') repeat-x 0px 0px;
	overflow: hidden;
}


/* Top Masters */

.topmasters {
	padding: 6px 0px;
}

.topmasters_info {
	float: right;
	width: 383px;
}

.topmasters_info h3 {
	padding: 2px 0px 2px;
	width: 383px;
	color: #9bb74b;
}

.topmasters_info p {
	margin: 0px;
	padding: 10px 5px 10px 0px;
	clear: both;
}

/* GNU */

.gnu {
	padding: 20px 0px;
}

.gnu_info {
	float: right;
	width: 503px;
}

.gnu_info h3 {
	padding: 2px 0px 2px;
	width: 503px;
	color: #9bb74b;
}

.gnu_info p {
	margin: 0px;
	padding: 10px 5px 10px 0px;
	clear: both;
}



/* Column */

.column {
	padding: 0px 0px;
}

.column_info {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
}

.column_info h3 {
	padding: 0px 0px 0px;
	width: 170px;
	color: #9bb74b;
}

.column_info p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.noLeftMargin {
		margin-left: 0;
		}

.noRightMargin {
		margin-right: 0;
		}


/* Ad Box */

#adbox {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 4px;
	width: 200px;
	height: 205px;
	overflow: hidden;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	float: left;
}


/* Ad Box Unused optional extras */

#adbox_left {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 4px;
	background: url('images/loginbox_bgleft.gif') #686765 no-repeat 0px 0px;
	float: left;
}

#adbox_right {
	padding-right: 4px;
	background: url('images/loginbox_bgright.gif') no-repeat 100% 0px;
}


#adbox a {
	text-decoration: underline;
}

#adbox a:hover {
	color: #f7b637;
}

#adbox h2 {
	padding-top: 7px;
	color: #f7b637;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}


/* Tips of the Day */

#tips {
	padding: 8px 10px 5px 17px;
	border-left: #62615f 1px solid;
	float: right;
}

#tips_box {
	width: 295px;
	font-weight: bold;
}

#tips_box a {
	color: #f1ab30;
	text-decoration: underline;
}

#tips_box a:hover {
	color: #f7f037;
}

#tips_box h2 {
	padding-bottom: 9px;
	color: #9bb74b;
	font-size: 12px;
}

#tips_box ul {
	padding: 3px 0px 3px;
}

#tips_box li {
	padding: 3px 0px;
}


/* More Links */

#morelinks {
	padding: 8px 10px 5px 17px;
	text-align: center;
}

#morelinks a {
	color: #f1ab30;
	text-decoration: underline;
}

#morelinks a:hover {
	color: #f7f037;
}

#morelinks h2 {
	padding-bottom: 9px;
	color: #9bb74b;
	font-size: 12px;
}

#morelinks ul {
	padding: 3px 0px 3px;
}

#morelinks li {
	padding: 3px 0px;
}






/* Page Footer */

#page_footer {
	padding: 2px 10px 15px;
	color: #adacab;
	text-align: center;
}

#page_footer a {
	color: #adacab;
	text-decoration: underline;
}

#page_footer a:hover {
	color: #f7ec37;
}

