/* CSS Document */

/* headers and footers */
	
html {
	height: 100%;
}

#header[id] {
	position:fixed; 
	display: table; 
	height:0%; 
	top:0;
	width:100%;
	z-index:5;
}

#fcell_top[id] {
	display: table-cell; 
	vertical-align: top;
}

#navigation_top {
	background-color:#000000;
	width:100%;
	text-align:left;
	height:14px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
}

#footer[id] {
	position:fixed; 
	display: table; 
	height:100%; 
	top:0;
	width:100%;
}

#fcell_bottom[id] {
	display: table-cell; 
	vertical-align: bottom;
}

#navigation_bottom {
	background-color:#000000;
	width:100%;
	text-align:left;
	height:14px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	position:relative;
	z-index:4;
}


/* main css */

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	color:#dddddd;
	font-size:13px;
	text-align:left;
	background-color:#212020;
	background-image:url(background.jpg);
	background-repeat:repeat;
	height:100%;
}

#container {
	background-color:#7f7f7f;
	background-image:url(gradient.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:900px;
	margin:0px auto;
}

#banner {
	background-image:url(banner.jpg);
	height:206px;
	width:100%;
	margin:0px auto;
	margin-top:28px;
}

#main_area_left {
	position:relative;
	width:538px;
	padding-left:10px;
	padding-right:10px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:0px;
	margin-right:8px;
	background-color:#212020;
	float:left;
	z-index:3;
}

#main_area_right {
	position:relative;
	width:277px;
	padding-left:10px;
	padding-right:10px;
	margin-left:7px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:0px;
	background-color:#212020;
	float:right;
	z-index:3;
}

#main_area_both {
position:relative;
	width:850px;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:14px;
	background-color:#212020;
	z-index:3;
}

/* text styles */

p {	
	margin-top:10px;
	margin-bottom:10px;
}

.main_release p {	
	margin-top:0px;
	margin-bottom:10px;
}

h1 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
}

a {
	color:#777777;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

.navigation_red {
	color:#990000;
}

.navigation_red a {
	text-decoration:none;
	color:#990000;
}

.navigation_red a:hover {
	color:#990000;
	text-decoration:none;
}

.navigation_red_home {
	padding-left:8px;
	color:#990000;
}

.navigation_red_home a {
	text-decoration:none;
	color:#990000;
}

.navigation_red_home a:hover {
	color:#990000;
	text-decoration:none;
}

.navigation_yellow {
	padding-left:8px;
	color:#666666;
}

.navigation_yellow a {
	text-decoration:none;
	color:#666666;
}

.navigation_yellow a:hover {
	color:#990000;
	text-decoration:none;
}

.navigation_dark {
	padding-left:8px;
	color: #666666;
}

.navigation_light {
	color: #aaaaaa;
}

.navigation_light a {
	text-decoration:none;
	color:#aaaaaa;
}

.navigation_light a:hover {
	color:#aaaaaa;
	text-decoration:underline;
}

.navigation_light_home {
	color: #aaaaaa;
	padding-left:8px;
}

.navigation_light_home a {
	text-decoration:none;
	color:#aaaaaa;
}

.navigation_light_home a:hover {
	color:#aaaaaa;
	text-decoration:underline;
}

span {
	margin-top:0px;
	margin-bottom:0px;
	list-style:none;
	margin-left:0px;
}

hr {
	color:#666666;
}
 
.small {
	font-size:11px;
}

.small_grey {
	font-size:10px;
	color:#990000;
}

.large {
	font-size:15px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.large_standard {
	font-size:15px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}

.large_standard a {
	color: #dddddd;
}

.large_standard a:hover {
	color: #990000;
}

/* image styles */

.image_padding {
	padding-right:10px;
	vertical-align:text-top;
}

/* table styles */

.main_release {
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:left top;
	}
