/*********** BASIC ELEMENTS **********/

* {
	margin: 0;
	padding: 0;
}
body {
	background:url(../img/bg_body.jpg) top repeat-x;
	background-color:506c15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*********** STRUCTURE **********/
#header {
	width:994px;
	height:129px;
	margin:0 auto;
	background:url(../img/bg_header.jpg) no-repeat right;
	background-color:#FFFFFF;
	position:relative;
}
#logo {
	width:493px;
	height:129px;
	position:absolute;
	left:-85px;
	background:url(../img/logo.jpg) no-repeat bottom;
}

/*********** NAVIGATION **********/
#nav {
	height:18px;
	border-style:solid;
	border-color:#8cc63f;
	border-width: 2px 0;
	position:absolute;
	top:74px;
	left:410px;
}
#nav li {
	list-style-type: none;
	border-right:1px solid #8cc63f;
	float: left;
	height:18px;
}
#nav li.last {
	border-right:0;
}
#nav a {
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	height: 18px;
	line-height:18px;
	text-decoration:none;
	color:#8cc63f;
	padding:0 5px;
}

#nav a.active, #nav a:hover {
	color:#f47321;
}

/*********** SOCIAL MEDIA **********/

#social {height:34px;
	position:absolute;
	top:15px;
	right:50px;}

