/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: #e2e96f url(images/bg.png) repeat-x left top;
	text-align: justify;
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 12px;
	line-height:18px;
	color: #f2f2f2;
}

h1, h2, h3 {
	margin-top: 0;
	color: #e2e86f;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top:-10px;
}


ul {
}

a {
	text-decoration: none;
	color: #e2e86f;
}

a:hover {
	color: #ffffff;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

table {
}

table td {
	vertical-align:top;
	}

#header {
	width: 980px;
	margin: 0 auto;
	height: 164px;
	background: url(images/header.png) no-repeat left top;
}


/* Menu */

#menuli {
	width: 245px;
	margin: 0 auto;
	padding-top: 10px;
	margin-left: 45px;
	height: 40px;
	float: left;
	text-align:center;
	color: #e2e86f;
	border-top: 1px dashed #f2f2f2;
}

#menure {
	width: 230px;
	margin: 0 auto;
	padding-top: 10px;
	margin-right:40px;
	height: 40px;
	float: right;
	text-align:center;
	color: #e2e86f;
	border-top: 1px dashed #f2f2f2;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	background: url(images/page.png) no-repeat left top;
	width: 980px;
	height:570px;
	margin: 0 auto;
}

#top {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	text-align:center;
}
			


/* Content */

#content {
	padding-left: 60px;
	width: 580px;
	height: 215px;
}

.innercontent {
	
	overflow:hidden;
	padding-right: 50px;
}


/* Sidebars */

#sidebar {
	float: left;
	width: 290px;
	height:215px;
	font-size: 11px;
	color:#f2f2f2;
	text-align:right;
}

	#sidebar table {
	height: 215px;
	
	text-align:right;
	}
	
	#sidebar table td {
	line-height:18px;
	font-size: 11px;
	color:#f2f2f2;
	vertical-align:bottom;
	}
	
	#sidebar a {
	color: #ffffff;
	}
	
	#sidebar a:hover {
	color: #e2e86f;
	}

/* Footer */

#footer {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
}

#footer p {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color:#be858d;
}



