body {
	background-color: #fff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

a img { border: none; }

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #339;
	margin: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #339;
	margin-top: 22px;
	margin-bottom: 14px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 22px;
}

a {
	text-decoration: none;
	color: #339;
}

a:hover { color: #000; }
a:active { border: none; }

p {margin: 0px;}

ul {list-style-type: square; width: 80%; }
.secondindent {list-style-type: none;}
li {margin-bottom: 3px;}

.name { font-style: italic; font-weight: bold; color: #339; }

.wrapper {
	width: 809px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

.headera {
	position: relative;
	float: left;
	width: 809px;
	height: 13px;
	margin: 0px;
}

.headerb {
	position: relative;
	float: left;
	width: 800px;
	height: 200px;
	margin: 0px;
}

.headerbleft {
	position: relative;
	float: left;
	width: 3px;
	height: 200px;
	margin: 0px;
}

.headerbright {
	position: relative;
	float: left;
	width: 6px;
	height: 200px;
	margin: 0px;
}

.buttons {
	position: relative;
	float: left;
	width: 809px;
	font-size: 12px;
	font-weight: bold;
	color: #339;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

.buttons a { margin-right: 7px; margin-left: 7px; }

.titlebar {
	position: relative;
	float: left;
	width: 809px;
	height: 50px;
	margin: 0px;
	background-image: url(images/title-bar.png);
	background-repeat: no-repeat;
}

.title {
	position: relative;
	float: left;
	width: 500px;
	margin-top: 8px;
	margin-left: 18px;
}

/*content module in page css*/

.mountain {
	position: relative;
	float: left;
	width: 809px;
	height: 120px;
	margin: 0px;
}

.mountain2 {
	position: relative;
	float: left;
	width: 809px;
	height: 100px;
	margin: 0px;
}

.copyright {
	position: relative;
	float: left;
	width: 809px;
	height: 53px;
	margin: 0px;
	background-image: url(images/copyright.png);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666;
}

.copyinfo {
	position: relative;
	float: left;
	width: 809px;
	margin-top: 11px;
	text-align: center;
}

.copyright a { color: #333; }
.copyright a:hover { color: #000; }