﻿body 
{
	width:980px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:Black;		
}

a {cursor:pointer;}

.wrapper
{
	border-top:solid 15px #9c9c5b;	
	background-image:url('../images/bg-about.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:768px;
	background-color:#e0e0d2;
}

.navigation
{
	background-image:url('../images/bar-bg.gif');
	background-position:top right;
	background-repeat:no-repeat;
	width:183px;
	height:486px;
	position:absolute;
	top:24px;
	left:0px;
	padding-top:154px;
}

.navigation a
{	
	left:0px;
	width:157px;
	height:50px;
	cursor:pointer;
	padding-top:25px;
	padding-left:14px;
	font-weight:bold;
	font-size:20px;
	float:left;
	margin-top:-8px !important;
	margin-top:8px;
	background-image:url('../images/button.gif');
	background-repeat:no-repeat;
	color:Black;
	text-decoration:none;
}

.navigation div:hover
{
	background-image:url('../images/button_a.gif');	
	color:White;
}

.navigation .selected
{
	background-image:url('../images/button_a.gif');	
	color:White;
}

.navigation .logo
{
	position:absolute;
	top:10px; left:30px;
	width:130px; height:130px;
	background-image:none;
}

.footer
{
	background-color:#9c9c5b;
	height:20px;
}

.footer a {color:White;}