/*
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-color: #CCCCCC;
}



#wrapper {
	background: url(images/img02.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 950px;
	height: 125px;
	margin: 0 auto;
}




/* Menu */

#menu {
	width: 950px;
	height: 63px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 63px;
	background: url(images/img05.jpg) no-repeat right top;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	margin-right: 3px;
	padding: 20px 30px 0px 30px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 1px 1px 2px #4D5A1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu li.current_page_item {
}

#menu .current_page_item a {
	background: url(images/img06.jpg) repeat-x left top;
}

#menu a:hover {
	text-decoration: none;
	background: url(images/img06.jpg) repeat-x left top;
}

#splash {
	width: 920px;
	height: 472px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 30px;
	background: #FFFFFF;
}

#content {
	height: auto;
	width: 950px; margin-left:auto; margin-right:auto;
}

#leftside{
	float:left;
	width:580px;
	background-color: #FFFFFF;
	border:1px solid #E5E5E5;
}
#rightside{
	width:350px;
	margin-left:590px;
	background-color: #FFFFFF;
	border:1px solid #E5E5E5;
}
#text1 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 20px;
}
