/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	color: #333;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #0066CC;
	background: inherit;
	font-weight: bold;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	text-align: center;
	background-color: #CCC;
	background-image: url(content2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content-wrap {
	clear: both;
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
#header {
	width: 950px;
	position: static;
	height: 106px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-color: #CCC;
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	background-image: url(menu2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0;
	padding: 0;
	width: 550px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}
