/* structure */
/* misc */
.clearer {
	clear: both;
}
.container {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 850px
}
.header {
	clear: both;
	width: 700px;
	height: 100px
}
/* main */
.main {
	clear: both;
	padding: 8px 18px;
}
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 100px;
	line-height: 100px;
	margin-bottom:0px;
	text-align: center;
}
/* footer */
.footer {
	background: #FFF;
	border: 0px solid #EEE;
	color: #F76B0C;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 650px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
/* footer Logo*/
.footerLogo {
	clear: both;
	padding: 6px;
	width: 700;
}

/* ************************* */

#links ul {
	clear: both;
	margin:0px; 
	padding-top:0px;
	align:right;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#99CC00;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	align:right;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

/* side menu ************************* */
v/* main left */
.sideMenu h1, .sideMenu ul {
	padding-left: 12px;
	
}
.sideMenu {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 150px;
}
.sideMenu h1 {
	color: #99CC00;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sideMenu ul {
	border-top: 1px solid #FAFAFA;
	background: url('themes/matrix/templates/local/img/bgul.gif') repeat-x;
	margin: 0;
	padding: 0
}
.sideMenu li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sideMenu li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	font-weight: bold;
}
.sideMenu li a:hover {
	color: #99CC00;
	font-weight: bold;
}


