/* standard elements */
* {
	margin: 0;
	padding: 0;
	font: normal 11px "verdana",sans-serif;
	line-height:15px;
}

html {
     overflow: -moz-scrollbars-vertical;
}


body {
	background: url(../images/bg.jpg) repeat-x;
	color: #333;
	font: normal 62.5% "verdana",sans-serif;
	font-size: 9px;
	line-height: 15px;
}

h1 {
	color:#42842a;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	color:#42842a;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

blockquote {
	margin-left:10px;
}

strong {
	font-weight:bold;
}

i {
	font-style:italic;
}

ul { 
	list-style: outside url(../images/li.gif);
	margin-left:15px;
	margin-bottom:15px;
}

.main-container {
	margin: 0 auto;
	width: 770px;
}

.main-wrapper {
	background:#FFFFFF;
	margin-top: 5px;
	width: 770px;
	background:#FFFFFF;
	padding-top:2.5px;
}

.header {
	margin:2.5px;
	margin-top:0;
	margin-bottom:0;
	background: url(../images/lingap-top.jpg) no-repeat;
	height:58.5px;
}

.banner-wrap {
	margin:2.5px;
	margin-top:0;
	margin-bottom:0;
	background: url(../images/banner.jpg) no-repeat;
	height:221px;
}

.banner-wrap-bottom {
	margin:2.5px;
	margin-top:0;
	margin-bottom:0;
	background: url(../images/banner-bottom.jpg) no-repeat;
	height:52px;
}

.banner-menu ul {margin:0; margin-top: 5px; padding: 0; text-align:left;}
.banner-menu li {
	border-bottom: 1px solid #669900;
	list-style: none;
	list-style-image:none;
}
.banner-menu li a {
	color:#FFFFFF;
	display: block;
	font-weight:bold;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.banner-menu li a:hover {
	background: #00CC00;
	color:#FFFFFF;
}

.banner-menu {
	padding-left:30px;
	padding-top:30px;
	width:160px;
}

span.fl {
	font-size:14px;
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}

.content-wrapper-home {
	background:#FFFFFF;
	margin:50px;
	margin-top:0;
	margin-bottom:0;	
}

.footer {
	margin:2.5px;
	margin-top:5px;
	margin-bottom:0;
	padding-top:80px;
	height:150px;
	text-align:center;
	background: url(../images/footer.jpg) no-repeat;
}

.footer strong {
	color:#42842a;
}