﻿#main-area
{
	width: 958px;
	height: auto;
	float: left;
	background:url(../img/SilverBG2.png) repeat;
	color: Black;
}
#main-area a
{
	display: block;
	line-height: 16px;
	text-decoration: none;
}
#main-area a:link
{
	color: #bdbaba;
}
#main-area a:hover
{
	color: #807f7f;
}
#main-area a:visited
{
	color: #bdbaba;
}
#main-area #title
{
	width: 958px;
	height: 28px;
	padding: 12px 0px 0px 10px;
	font-size: xx-large;
	font-weight: bold;
	color: #363636;
	background:url(../img/BigGreyBar.png) no-repeat;
}
#main-area #left-container
{
	float: left;
	width: 160px;
	height: auto;
	border: solid 1px #bdbaba;
	margin: 5px 0px 5px 5px;
	background-color: Gray;
}
#main-area #left-container img
{
	margin-left: 1px;
	margin-top: 1px;
	height:419px;
	width:158px;
}
#main-area #left-container #button
{
	margin: 1px 1px 1px 1px;
	width:158px;
	height: 40px;
	background:url(../img/BoxHeaderBG.jpg) no-repeat;
	text-align: center;
	padding-top: 10px;
}

#main-area #right-container
{
	float: left;
	width: 769px;
	min-height: 462px;
	background-color:White;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 5px;
	border: solid 1px #bdbaba;

}
#main-area #right-container .title
{
	width: 100%;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	color: #545051;
	padding: 10px 0px 10px 0px;
}
