/*
	RESET
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, font, img, small, strong, ol, 
ul, li, fieldset, form, label {
	  margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	vertical-align: baseline;	
	background: transparent;
	font-family: Tahoma, Arial, Helvetica, sans serif; }
	
body { 
	line-height: 1.3; 
}
ul { 
	list-style: none; 

}

ol {
	list-style-type: square;
}

:focus { 
	outline: 0;
}

a { 
	text-decoration: none; 
}

/*
	GENERIC STYLES
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #333;
	
}

a {
	text-decoration: none;
	color: #7cb305;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/*
	BASIC STRUCTURE
*/

body {
	background: #FFF;
	width:100%;
}

#pagewrap {
	width:1024px;
	height: auto;
	margin: 0 auto;
	margin-top:20px;
	overflow: hidden;
}


/*
	HEADER
*/

#header {
	width: 100%; 
	height: 174px;
	margin: 0 auto;
	background: url(../images/bg1.png);
	
}

#header-container {
	width:940px;
	height:174px;
	margin: 0 auto;
}
	

#logo {
	width: 300px;
	height: auto;
	padding-top:20px;
	float:left;

} 

#menubar {
    width: 640px;
    height: auto;
	float:left;
	

}

#links{
	width:940px;
	height:60px;
	margin: 15px auto;
	float:left;
	
}

#links li {
	height:auto;
	float:left;
	padding-left:5px;
	padding-top:30px;
	padding-right:80px;
	margin: 0 auto;
}
#links ul{
	margin:0 auto;
}

#links a{
	color: #FFF;
}

#menubar ul
{
    list-style: none;

}

#menubar li
{
    float: left;
}

#menubar li a
{
    height: 30px;
    width: auto;
    display: block;
    padding-top: 50px;
	margin-left: 30px;
    font-size: 11px;
    font-family: verdana;
    text-align: center;
    text-decoration: none;
    color: #7cb305;
}

#menubar li a:hover
{
    height:                30px;
    width:                 auto;
    display:               block;
    text-decoration: underline;
    padding-top:            50px;
	color: #000;

}

/*
	CONTENT
*/

#content-left {
	width:630px;
	height:auto;
	float:left;
	margin-left:40px;
	margin-right:10px;
}

#content-right {
		width:250px;
		height:auto;
		float:right;
		margin-right:60px;
}

#info {
	width:100%;
	height:auto;
	padding:25px 10px 25px 20px;
	background: #f4f4f4;
	color: #808080;
	border: solid 1px #dcdcdc;
	margin-bottom:10px;
}

#info h3, h2, h1, h4{
	padding-bottom:15px;
}

#artc {
	width:100%;
	height:auto;
	padding:15px 10px 15px 10px;
	background: #f4f4f4;
	color: #808080;
	border: solid 1px #dcdcdc;
	margin-bottom:10px;
}

#artc img{
	float: left;
	oveflow:hidden;
	margin-right:10px;
	margin-top:10px;
	}
#artc p,h3{
	overflow:hidden;
	margin-bottom:5px;
}
#artc a{
		color: #7cb305;
}

#artc a:hover{
		color: #000;
}

/*
	FOOTER
*/


#footer {
	width:945px;
	height:auto;
	background: #f4f4f4;
	color: #808080;
	border: solid 1px #dcdcdc;
	margin: 0px auto;
	overflow:hidden;
	margin-bottom:20px;
}

#footer-info {
	width:31%;
	height:auto;
	padding:15px 3px 15px 10px;
	color: #808080;
	margin-bottom:10px;
	float:left;
}

#footer-info img{
	float: left;
	oveflow:hidden;
	margin-right:10px;
	margin-top:0px;
	margin-left:20px;
	}
#footer-info p {
	overflow:hidden;
	margin-bottom:5px;
}
#footer-info h2{
	margin-top:10px;
	margin-bottom:10px;
}
	
#footer-info a{
		color: #7cb305;
		
}
#footer-info td{
	padding-bottom:10px;
	padding-right:2px;
	padding-left:27px;
	
	
}

#footer-info li{
	padding-bottom:10px;
	padding-right:20px;
	margin-left:30px;
	
	
}

	
	


