﻿body
{
	margin: 0;
	padding: 0;
	font-family: Courier, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	letter-spacing: .5px;
	text-align: left;
	background-color: #000000;
	color: #8c916c;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	height: 100%;
}

h1
{
	font-family: Courier, Arial, Helvetica, sans-serif;
	letter-spacing: .01px;
	color: #c22a1f;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

h2
{
	font-family: Courier, Arial, Helvetica, sans-serif;
	letter-spacing: .01px;
	color: #c22a1f;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

#main-wrapper
{	
	position:relative;
	width: 1200px;
	height: 100%;
}

#left-border
{
	background: url(../../../images/site/sub/bg_l.jpg) no-repeat 0 0;
	position: relative;
	float: left;
	width: 125px;
	height: 800px;
}

#right-border
{
	background: url(../../../images/site/sub/bg_r.jpg) no-repeat 0 0;
	position: relative;
	float: left;
	width: 125px;
	height: 800px;
}

#center-wrapper
{	
	position: relative;
	float: left;
	width: 950px;
	height: auto;
}

#center-content
{		
	position: relative;
	float: left;
	width: 950px;
	height: auto;
}

#filler
{
	position: relative;
	float: left;
	text-align: left;
	width: 950px;
	height: 246px;
}

#fillerbottom
{
	background: url(../../../images/site/sub/bg_content_b.jpg) no-repeat 0 0;
	background-position: center top;
	position: relative;
	float: left;
	width: 950px;
	height: auto;
}

#content
{
	position: relative;
	float: left;
	text-align: left;
	width: 550px;
	left: 75px;
	height: auto;
	min-height:300px;
}

#footer-line
{		
	background: url(../../../images/site/sub/bottom_line.jpg) no-repeat 0 0;
	background-position: center top;
	position: relative;
	float: left;
	width: 950px;
	height: 50px;
}

#footer-links
{		
	font-family: Times New Roman, Courier, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	color: #686865;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	float: left;
	width: 950px;
	height: 30px;
	top: 40px;
	text-align: center;
}

#footer-links a:active, #footer-links a:link, #footer-links a:visited
{
	color: #686865;
	font-size: 9px;
	text-decoration: none;
}

a:active, a:link, a:visited
{
	color: #8c916c;
	text-decoration: none;
}


#top-menu
{
	position: relative;
	float: left;
	width: 950px;
	height: 48px;
}

.header
{
	font-family: Courier, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	color: #c22a1f;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
}
.divMy 
{
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#252525;
	scrollbar-highlight-color:#252525;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#e1e1e1;
}

.picture
{
	border: thick solid #ffffff;
}

