﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #000;
	background-image:url('../images/bg2.jpg'); 
	background-position: top center;
	background-repeat:no-repeat; 
	color: #cccccc;
}

#wrapper {
	width: 1000px;
	margin: -1px auto 0px;
	background-image:url('../images/topbanner.jpg');
	background-position: top center;
	background-repeat:no-repeat;
}
#container {
	width: 900px;
	margin-top: 20px;
	border: 10px solid #f0f0f0;
/*	border-bottom: 2px solid #358; */
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding:0;
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #000000;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#page_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	padding: 15px;
	position: relative;
	float: left;
	width: 600px;
	text-align: left;
}
#contentWIDE {
	padding: 15px;
	position: relative;
	float: left;
	width: 870px;
	text-align: left;
}

#content h2{
	border-bottom: 1px solid #862a2a;
}
#contentWIDE h2{
	border-bottom: 1px solid #862a2a;
}

#content .contact{
	margin-left: 50px;
	border-left: 10px solid #862a2a;
	padding-left: 5px;
}

#content .info{
	font-size:24px;
}

#content .media{
	font-size:16px;
	text-transform:uppercase;
}

#content .serg{
	font-size: 24px;
	text-transform: uppercase;
}

#contentWIDE .contact{
	margin-left: 50px;
	margin-right: 50px;
	border-left: 10px solid #862a2a;
	padding-left: 5px;
}

#contentWIDE .info{
	font-size:24px;
}

#contentWIDE .media{
	font-size:16px;
	text-transform:uppercase;
}

#contentWIDE .serg{
	font-size: 24px;
	text-transform: uppercase;
}


#sidebar {
	margin-top: 15px;
	margin-right: 15px;
	padding: 10px;
	float: right;
	width: 220px;
	text-align: left;
	border:1px solid #cccccc;
}


#footer {
	clear: both;
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #333333;
	font-size: .8em;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #333333;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;	
}
#navigation a {
	padding: 2px 10px;
	text-decoration: none;
	color:#cccccc;
	display: block;
	text-transform:uppercase;
	font-weight:bold;
}

#navigation a:hover {
	text-decoration: none;
	color: #333333;
	background-color:#F0F0F0;
}

#current a{
	color: #333333;
	background-color:#F0F0F0;
}

#current a{
	border: 0px;
}

#current a:hover {
	border: 0px;
}


/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #862a2a;
	text-transform:uppercase;
}

#content h2 {font-size:20px;
}

#content img {
	padding: 5px;
	border: 1px solid #862a2a;
}
#contentWIDE img {
	padding: 10px;
	border: 1px solid #cccccc;
}
/* Sidebar Styles */
#sidebar p {
	color: #ccc;
}

#sidebar h3 {
	border-bottom: 1px solid #862a2a;
}
	
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #cccccc;
	text-decoration: NONE;
}
#footer a:hover {
	color: #862a2a;
	text-decoration: underline;
}
/* Link Styles */
a {
	color: #fafafa;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#reel {
	width: 600px;
	margin: 0px auto;
	border: 5px solid #cccccc;
}

.right {width:50%; float:right; text-align:right; padding-bottom: 10px;}
.left {width:50%;float:left; padding-bottom: 10px;}
