html,body {
	width:100%;
	height:100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background:#ccc url('img/bg.jpg') repeat-x;
}

#wrapper {
	width:860px;
	margin: auto;	
	padding-top: 20px;
}

#header {
	height: 269px;
	background: url('img/head.jpg') no-repeat;
	
}
#main {
	background: url('img/bg1.jpg') repeat-y;
}

#lefty {
	float: left;
	width: 227px;
	background-color: #F1F1F1;
	height:100%;
}
#righty {
	float: left;
	width: 632px;
	min-height: 400px;
	
}
#content {	
	padding-left: 39px;
	padding-right:15px;
}
#content p {
	line-height: 18px;
	text-align: justify;
}

h1 {
	color: #99CC33;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top:20px;
}

#menu {
	margin: 14px 0px 0px 11px;
	height:99%;

}
#trigger {
	height: 1%;
}

#menu a {
	display: block; 
	width: 172px;
	margin-bottom: 3px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #333;
	border-bottom: 4px solid #99CC33;
	padding-left: 15px;
}

#menu a:hover {
	background-color: #99CC33;
	color: #fff;
	border-bottom: 4px solid #333;
}

#footer {
	background-color: #000;
	height: 56px;
	height:15%;
}
li { 
 line-height: 19px;
}
#f_content {
	width:860px;
	margin:auto;
	color: #666;
	padding-top:9px;

}
#f_content  td {
	font-size: 10px;
}

#f_content a {
	color :#FFF;
	font-size: 11px;
}
#f_content a:hover {
	color :#99CC33;
	text-decoration: underline;
}