﻿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: .5px;
	color: #c22a1f;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

h2
{
	font-family: Courier, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	color: #c22a1f;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}


#main-wrapper
{	
	position:relative;
	width: 1200px;
	height: 100%;
}

#left-border
{
	background: url(../../../images/site/main/bg_l.jpg) no-repeat 0 0;
	position: relative;
	float: left;
	width: 125px;
	height: 800px;
}

#right-border
{
	background: url(../../../images/site/main/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
{		
	background-position: center top;
	position: relative;
	float: left;
	width: 950px;
	height: auto;
}

#wall-left
{		
	background-position: center top;
	position: relative;
	float: left;
	width: 258px;
	height: 571px;
}

#wall-center
{		
	background-position: center top;
	position: relative;
	float: left;
	width: 441px;
	height: 571px;
}

#wall-right
{		
	background-position: center top;
	position: relative;
	float: left;
	width: 251px;
	height: 571px;
}

#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: 12px;
	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;
}

#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;
}

