/* CSS Document */

.box { 
	background: url(images/FFFFFFFFFFFFnt.jpg) repeat;
	width: 690px;
	text-align:left;
	margin:40px auto;
 }
 
.boxtop div {
	background: url(images/FFFFFF0099FFtl.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(images/FFFFFF0099FFtr.jpg) no-repeat top right;
 }

.boxbottom div {
	background-image: url(images/bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
 
.boxbottom {
	background: url(images/br.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 25px;
}

.content 
{
	width:690px;
	margin: auto;
 }

.header
{
	margin-left:0px;
	margin-right:0px;
	background-color:#FFFFFF;
	height:102px;
	padding-bottom: 45px;
}

.navigation
{
	float:left;
	margin:20px 0px 20px 0px;
	font-size: .8em;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #66CCCC;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
}

.logo { 
	font-size: 55px;
	margin-left:80px;
	line-height:90px;
} 

.sidebar {
	width:150px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: left;
}

.main {
	width:430px;
	margin-left:200px;
	margin-right:20px;
	font-size: .8em;
	background-color: #FFFFFF;
	text-align: left;
}

.main h1 {
	font-size: 1.3em; 
}

.main h2 {
	font-size: 1.1em; 
}

body {
	background-repeat:repeat-x;
	background-color:#000000;
	text-align:left;
	font-size: .9em;
	font-family: Tahoma,Verdana, Helvetica, Arial;
	background-image: url(images/FFFFFFgradient.jpg);
}
	
.footer {
	font-size: .8em; 
	text-align:center; 
	width:690px;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
