body {
	margin: 0px;
	padding: 0px;
	background:url(img/bg.gif);
	background-repeat: repeat-y;
	}
	
#head {
	display: block;
	height: 292px;
	width: 520px;
	position: absolute;
	left: 120px;
	top: 0px;
}

#menu {
	width: 100px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	position: fixed;
	left: 0px;
	top: 307px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6940d;
}
#menu a, #menu a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #53524f;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#menu a:hover {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c6940d;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #53524f;
	width: 480px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 120px;
	top: 325px;
	padding-bottom: 20px;
	padding-top: 0px;
}

#content a, #content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c6940d;
	text-decoration: none;
}

#content #preview {
	width: 230px;
	min-height: 140px;
	float: left;
	padding-bottom: 12px;

}

#content  #start a {
	cursor:pointer;
	background-image: url(img/start.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
}
#content #start a:hover {
	cursor:pointer;
	background-image: url(img/start_hover.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
}
#content  #prev a {
	cursor:pointer;
	background-image: url(img/prev.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	margin-left: 2px;
}
#content #prev a:hover {
	cursor:pointer;
	background-image: url(img/prev_hover.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	margin-left: 2px;
}
#content  #next a {
	cursor:pointer;
	background-image: url(img/next.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	margin-left: 2px;
}
#content #next a:hover {
	cursor:pointer;
	background-image: url(img/next_hover.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	margin-left: 2px;
}
#content  #end a {
	cursor:pointer;
	background-image: url(img/end.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	margin-left: 2px;
}
#content #end a:hover {
	cursor:pointer;
	background-image: url(img/end_hover.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	margin-left: 2px;
}

#content ul {
	list-style-image: url(img/arrow.gif);
	text-align:left;
}

#content li {
	padding-bottom: 5px;
}

.preview_img {
	margin-bottom: 7px;
	margin-top: 7px;
}

#footer {
	left: 0px;
	bottom: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #928e85;
	height: 20px;
	width: 120px;
	position: fixed;
}

#footer a, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #928e85;
	text-decoration: none;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #928e85;
	text-decoration: underline;
}

.active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c6940d;
	text-decoration: none;
	background-image: url(img/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.active_p {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c6940d;
	text-decoration: none;
	background-image: url(img/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 19px;
	color: #a0adc4;
	text-decoration : none;
	font-weight: lighter;
	padding-bottom: 10px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #53524f;
	text-decoration : none;
}
