body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/page_bg.png);
	color:#675a36;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#675a36;
}
a:link,a:visited{
	color:#675a36;
}

a:active,a:hover{
	color:grey;
}

#horizon        
{	
	background-color: transparent;
	//text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content    
{
	text-align:left;
	background-color: #dbd2ba;
	margin-left: -288px;
	position: absolute;
	top: -214px;
	left: 50%;
	width: 577px;
	height: 428px;
	background-image: url(images/main_bg.gif);	
}

#frame_top {
	background-image:url(images/main_top.gif);
	position: absolute;
	height: 87px;
	width: 727px;
	top: -87px;
	left: -102px;
}

#frame_left {
	background-image:url(images/main_left.gif);
	position: absolute;
	height: 428px;
	width: 92px;
	top: -0px;
	left: -92px;
}

#frame_bottom {
	background-image:url(images/main_bottom.gif);
	position: absolute;
	height: 51px;
	width: 727px;
	top: 428px;
	left: -102px;
}

#frame_right {
	background-image:url(images/main_right.gif);
	position: absolute;	
	height: 428px;
	width: 108px;
	top: 0px;
	left: 577px;
}

#frame_corner {
	background-image:url(images/main_corner.gif);
	position:absolute;
	width: 147px;
	height: 145px;
	top: -92px;
	left: 457px;
}

#top_eye {
	position: absolute;
	height: 37px;
	width: 48px;
	top: 55px;
	left: 368px;	
}

#top_menu {	
	position: absolute;
	left: 161px;
	top: 12px;
	width: auto;
	height: 38px;
}

#menu_content {
	position: relative;
	height: 297px;
	width: 97px;
	left: 27px;
	top: 107px;
	overflow: auto;
	padding: 5px;	
}

#menu_entry {
	position: relative;	
	top: -5px;
	border-bottom: solid 1px #675a36;
}

#content_container {	
	position: absolute;
	height: 330px;
	width: 385px;
	left: 163px;
	top: 79px;
	padding: 2px;
}

#small_type {
	font-size: 9px;
	color: #666666;
}

#news_entry {	
	border:thin solid #675a36;	
	margin: 5px;
	background-color: #96c9b3;
}

#news_text {
	background-color: #fdfcf6;
	border-top:thin solid #675a36;
	padding: 5px;	
	//padding-top: 15px;
}

#news_entry_header {	
	height: 17px;	
}

#news_entry_header_corner {	
	position:absolute;
	width: 5px;
	height: 17px;
	display: inline;	
}

#news_entry_title {
	position:absolute;	
	height: 17px;
	left: 5px;
	padding-left: 10px;
	padding-right: 50px;
}

#news_entry_edit {
	width: 100%;
	text-align: right;	
	color: #990000;	
}

#gallery_thumb {
	background-image: url(images/thumb_bg.gif);
	height: 69px;
	width: 69px;	
	position: absolute;
	padding: 10px;
	background-repeat:no-repeat;
}

#login_box {
	background-color:#FF0000;
	border:thin solid #770000;
	top: 0px;
	left: 0px;	
	position: absolute;	
	padding: 5px;
}

.open { display: block; }
.close { display: none; }

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 5px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 5px;
left: 0px;

}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/slider/vscroller.png) 0px -2px;
width: 5px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/slider/vscroller.png);
width: 5px;
height: 2px;
}

.hscrollerbarbeg {
background: url(images/slider/hscroller.png) -5px 0px;
height: 5px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(images/slider/hscroller.png);
height: 5px;
width: 5px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
//background-color: #D1DDCB;
//background-image: url(images/slider/scrollbaseback.png);
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 5px;
background: url(images/slider/scrollbases.png) -5px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 5px;
width: 5px;
background: url(images/slider/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
//top: 0px;
//width: 5px;
//background: url(images/slider/scrollbases.png) -5px -5px no-repeat;
}

.vscrollerbaseend {
//height: 5px;
//width: 5px;
//background: url(images/slider/scrollbases.png) -5px 0px no-repeat;
}

.scrollerjogbox {
width: 5px;
height: 5px;
bottom: 0px;
right: 0px;
background: white url(images/slider/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
