﻿body
{
	font-family:Verdana;
	background-image:url(../images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#e7e8e9;
	font-size:0.9em;
}

.logo
{
	padding:20px 20px 10px 20px;
}

.site
{
	margin-left:auto;
	margin-right:auto;
	width:770px;
}

.header
{
	background-repeat:no-repeat;
	height:554px;
	display:block;	
}

.content
{
	color:#fff;
	width:770px;
	font-size:0.9em;
	padding-bottom:10px;
}

.contentLeft
{
	/*padding: 15px 20px 15px 20px;*/
	background-color:#120000;
	width:465px;
	float:left;
	margin:0px 0px 0px 0px;	
	padding: 15px 20px 15px 20px;
}

.contentRight
{
	/*padding:10px;*/
	background-color:#120000;
	width:230px;
	float:right;
	margin:0px 0px 0px 0px;
	padding : 10px 10px 10px 10px;
}

.footer
{
	color:#fff;
	background-color:#120000;
	background-image: url("../images/footer_gradient.jpg");
	background-repeat:repeat-x;
	padding:10px;
	width:750px;	
	margin-top:5px;
	font-size:0.7em;
	height:12px;
}

.transparentBox{
	margin-left:15px;
	margin-top:15px;
	padding:10px;
	width:370px;
	height:310px;
	background-color: #120000;
	border: solid 2px #827d7c;
	opacity: 0.3;
	filter: alpha(opacity=30);
	
}

#update_details
{
	margin-left:35px;
	margin-top: -320px;
	width:360px;
	height:310px;
}

.clear
{
	clear:both;
}

.main_navigation
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:770px;
	height:30px;
	background-image:url(../images/main_navigation.jpg);
	background-repeat:repeat-y;
	font-size:1.0em;
}

.main_navigation li
{
	float:left;
	display:block;
	height:20px;
	margin:0px 5px 0px 5px;
	padding:6px 10px 5px 10px;
	background-image:url(../images/nav.jpg);
	background-repeat:repeat-x;
	background-position:0px 5px;
}

.main_navigation a
{
	text-decoration:none;
	color:#000000;
}

.main_navigation a:hover
{
	text-decoration:none;
	color:#ffffff;
}

.floatRight
{
	float:right;
}

.floatLeft
{
	float:left;
}
