@charset "utf-8";
/* CSS Document */

body
{
	background-color: #2a2a29;
	background-image: url(../images/background-image-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

a
{
 	color: #6d6e6d;
	text-decoration: none;
}

a:hover
{
	color: #c0d62f;
	text-decoration: none;
}

#transparent_div
{
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	background-color: Black;
	color:white;
}

.MENU_ITEM
{
	height: 45px; 
	width: 74px; 
	text-align: center;
}

.IMAGE_LEFT
{
	width: 88px; 
	height: 453px;
}

.IMAGE_RIGHT
{
	width: 88px; 
	height: 453px;
}

.DIV_IMAGE_CENTER_TD
{
	width: 414px; 
	height: 453px;
}

.DIV_IMAGE_CONTAINER
{
	width: 313px; 
	height: 414px; 
	position: absolute; 
	margin-left: 496px; 
	background-image: url(../images/image-home-right.jpg); 
	background-repeat: no-repeat; 
	background-position: top;
}

.INNER_DIV_LOGO
{
	height: 250px;
}

.INNER_DIV_CONTENT
{
	width: 250px; 
	height: 100px; 
	margin-left: auto; 
	margin-right: auto;	
}

.DIV_BUTTON_HOLDER
{
	width: 274px; 
	height: 32px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}

.FOOTER_LINK
{
	text-align: center; 
	width: 115px;
}

.FOOTER
{
	height: 45px; 
	width: 809; 
	margin-left: auto; 
	margin-right: auto;
}

.LEFT_FOOTER_IMAGE
{
	width: 8px;
}

.CENTER_FOOTER_IMAGE
{
	width: 809px; 
	background-image: url(../images/footer-bottom-image.jpg); 
	background-repeat: repeat-x;
}

.RIGHT_FOOTER_IMAGE
{
	width: 8px;
}