/* CSS Document */

body {
	background-color: #E1E0CB;
	display: block;
	font-family: "trebuchet MS", tahoma;
	font-size: 12px;
	color: #303030;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

li {
	display: block;
	text-indent: 0px;
	margin-bottom: 0px;
	list-style-image: url(../img/bullet.jpg);
	list-style-type: disc;
	line-height: 20px;
	font-weight: bold;
}

h1 {
	clear: both;
	margin: 0;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0px;
	color: #ce4616;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	padding-bottom: 15px;
}

h2 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #a7a754;
	text-decoration: underline;
	text-indent: 25px;
	padding-bottom: 40px;
}

#sitebox {
	height: 870px;
	width: 740px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	height: 120px;
	width: 740px;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	text-align: center;
	height: 15px;
	width: 740px;
	font-size: 13px;
	background-position: center top;
	padding-top: 11px;
	padding-bottom: 7px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(../img/menu_line.jpg);
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	text-decoration: none;
	color: #a7a754;
	padding-top: 5px;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	text-align: left;
	color: #EF8900;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ef8900;
}

#inside {
	width: 680px;
	float: left;
	line-height: 1.8em;
	font-family: "trebuchet MS", tahoma;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
	background-image: url(../img/ref.jpg);
	background-repeat: no-repeat;
	background-position: 220px 70px;
	height: 650px;
}

#reference {
	height: 500px;
	width: 300px;
	margin-left: 190px;
	margin-top: 50px;
}

#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#counter {
	height: 60px;
	width: 88px;
	margin-left: 600px;
	float: left;
	display: none;
}

.hidden {
	visibility: hidden;
	margin-top: 10px;
	margin-left: 85px;
	font-size: small;
}

.normal {
	font-weight: normal;
}	

