@charset "UTF-8";
* {
margin: 0px;
padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/backgroundpic.jpg);
}
h1 {
	color: #FE8B06;
}
h2 {
	color: #FE8B06;
}
#piclefttop {
	margin-top: 5px;
	margin-left: 5px;
	z-index: 0;
	background-color: #EAEAEA;
	margin-right: 5px;
}

#brush1 {
	width: 300px;
	position: absolute;
	z-index: 10;
	top: 190px;
	left: 0px;
}

#navileft {
	width: 300px;
	background-color: #FF8C01;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	padding-top: 70px;
	background-repeat: repeat-x;
	height: 590px;
}
#navileft ul {
	padding-left: 80px;
	padding-top: 50px;
	list-style-type: none;
	padding-right: 40px;
}
#navileft li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
	font-size: 15px;
	text-transform: lowercase;
}
#navileft a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	text-transform: lowercase;
}
#navileft a:hover {
	color: #666666;
}

#logo {
	position: absolute;
	top: 40px;
	z-index: 100;
	left: 352px;
}
#content {
	float: left;
	margin-left: 5px;
	left: 305px;
	top: 207px;
	z-index: 20;
	margin-top: 5px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 625px;	/*position: absolute;*/
	position: absolute;
}
#content a {
	color: #FE8B06;
}
#brush2 {
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer {
	clear: both;
	position: relative;
	text-align: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0033FF;
	top: 5px;
	margin: 5px;
	padding-left: 343px;
	font-size: 12px;
}
#footer a {
	color: #506EFA;
	text-decoration: none;
}

