@charset "utf-8";
/* CSS Document */

body { 
	background: url(images/bg-horizontal-fade.png) repeat-y fixed center top; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;
	height:auto;
	text-align: center;
	background: url(images/bg-horizontal-white-fade.png) repeat-y scroll center center;
}
#innerwrap {
	margin: 0px auto;
	width: 950px;
	padding: 5px;
}
#header {
	background: no-repeat fixed center center;
	text-align: center;
	width: 850px;
	float:left;
	clear:both;
	padding: 20px 50px 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
.menu {
	letter-spacing: 2pt;
	border: 1px;
	font: bold normal 16px Arial, Helvetica, sans-serif;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu li {
	float:right;
	text-align:center;
	width:200px;
	list-style: none;
}
.menu a {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #E97C3B;
	text-decoration: none;
}

#text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	clear: both;
	float: left;
	width: 850px;
	min-height:300px;
	padding: 15px 50px 50px;
	margin: 0 20px;	/* background: url(images/bg-vert-fade.png) repeat-x scroll left bottom; */
}
#text h1 {
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: -10px;
}
#text h1 a {
	color: #000000;
	text-decoration: none;
}
#text h1 a:hover {
	color: #E97C3B;
	text-decoration: underline;
}
a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #137DCD;
	text-decoration: underline;
}
#footer {
	text-align: center;
	width: 990px;
	float: left;
	height: 25px;
	padding: 5px;
}
#menu {
	float: right;
	clear: both;
	text-align: center;
	height: 40px;
}
