/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #2C2723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}

 

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Menu */

#menu {
	width: 950px;
	height: 64px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	background: url(images/img02.jpg) repeat-y left top;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 28px 25px 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #989282;
}

#menu a:hover {
	text-decoration: underline;
	color: #03264a;
}

#menu .current_page_item a {
	height: 20px;
	color: #03264a;
}

#menu .first {
	background: none;
}

/* Search */



/* Page */

#page {
	width: 950px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#page-bgtop {
	padding-top: 30px;
}

/** LOGO */

#logo {
	width: 1000px;
	height: 415px;
	margin: 0 auto;
	padding-top: 25px;
	background-color: #FFFFFF;
}
 
/* Content */

#content {
	float: left;
	width: 560px;
	height:auto;
	margin-top: 10px;
}

 

#sidebar {
	width: 360px;
	margin-left: 580px;
	
}

 
