﻿/*--------------------default masterpage style---------------------*/
#wrapper 
{
	width: 976px;
	text-align: left;
}
#banner
{
	background-image: url(../Images/Backgrounds/Home.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 285px;
	width: 976px;
}
#content
{
	background-image: url(../Images/Backgrounds/MainBackground.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#content_left
{
	width: 158px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
#content_left
{
	text-align: -moz-center;
}
#content_right
{
	float: right;
	width: 798px;
	min-height: 400px;
	padding-top: 25px;
	padding-left: 20px;
}
#content_right .image_container
{
	width: 345px;
	float: left;
	padding-top: 20px;
	text-align: right;
}
#content_right .content_container
{
	float: right;
	width: 420px;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 1.15em;
	line-height: 1.3em;
}
#footer_divider
{
	background-image: url(../Images/Backgrounds/Divider.gif);
	height: 1px;
	width: 976px;
}
#footer
{
	font-size: 0.85em;
	padding-top: 10px;
	padding-left: 10px;
	color: #57473c;
}
#footer a:link, #footer a:visited, #footer a:active
{
	color: #57473c;
}
#footer .left_content
{
	width: 398px;
	float: left;
}
#footer .right_content
{
	width: 398px;
	float: right;
	text-align: right;
}

/*--------------------flash version style---------------------*/
#flash_version
{
	background-image: url(../Images/Backgrounds/ViewFlash.gif);
	height: 20px;
	width: 121px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #648826;
	font-size: 0.8em;	
}
#flash_version a:link, #flash_version a:visited, #flash_version a:active
{
	color: #648826;
}
#flash_version a:hover
{
	color: #666666;
	text-decoration: none;
}