.box {
	background: url(images/FFFFFFFFFFFFnt.jpg) repeat;
	width: 690px;
	text-align:left;
	margin:40px auto;
}
 
.boxtop div {
	background: url(images/FFFFFF66CCCCtl.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(images/FFFFFF66CCCCtr.jpg) no-repeat top right;
 }

.boxbottom div {
	background: url(images/FFFFFFCCFF99bl.jpg) no-repeat bottom left;
 }
 
.boxbottom {
	background: url(images/FFFFFFCCFF99br.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 690px;
	height: 25px;
	font-size: 25px;
}

.content 
{
	width: 690px;
	margin 0 auto;
}

.header
{
	margin-left:0px;
	margin-right:0px;
	background-color:#CCFF99;
	height:102px;
}

.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 1em;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #CCFF99;
	text-decoration: none;
}

.navigation a:active {
	color: White;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
	display: inline;
}

.logo { 
	display: inline;
	font-size: 55px;
	margin-left:80px;
	line-height:90px;
} 

.sidebar {
	width:165px;
	float:left;
	margin: 2px 10px 0px 0px;
	display:inline;
	background-color : #66CDCC;
	padding-left : 10px;
}

.main {
	
	margin-left:200px;
	margin-right:20px;
	padding-top:5px;
	font-size: 1em;
}

.main h1 {
	font-size: 1.5em; 
}

body {
	background: url(images/66CCCCCCFF99gradient.jpg);
	background-repeat:repeat-x;
	background-color:#CCFF99;
	text-align:center; 
	font-size: 1em; 
	font-family: Tahoma,Verdana, Helvetica, Arial;
}
	
.footer {
	font-size: .8em;
	text-align:center;
	width: 690px;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
