body {
	overflow: 			-moz-scrollbars-vertical;
	background: 		#848589;
	color: 				#282828;
	font: 				10px verdana, arial, helvetica, sans-serif;
	margin: 			30px 0 0;
	padding: 			0;
	text-align: 		center;
}

a img {
	border: 0;
}

::-moz-selection {
	background:#d4f699;
	color:#7aa62f;
}

::selection {
	background:#d4f699;
	color:#7aa62f;
}

code::-moz-selection {
	background: #535353;
	color:#9dd63c;
}

code::selection {
	background: #535353;
	color:#9dd63c;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #282828;
}

a:hover, a:active, a:focus {
	color: #4FA3DA;
}

a.rss:link, a.rss:visited {
	color: #ff950b;
}

a.rss:hover, a.rss:active, a.rss:focus {
	color: #8fc80d;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h2 {
	font:                           12px verdana, arial, helvetica, sans-serif;
        font-weight:                    bold

}

h3 {
	margin: 0px 0 1px 0px;
	height: 20px;
	cursor: pointer;
	text-align: right;
}
#h3special {
	margin: 0px 0 1px 0px;
	height: 24px;
	cursor: pointer;
	text-align: right;
}
h3 a:link, h3 a:visited {
	font: 				10px verdana, arial, helvetica, sans-serif;
	background: 		#FFFFFF;
	color: 				#99CCFF;
	text-shadow: 		2px 2px 1px #8fc80d;
	padding: 			4px 8px 0;
	-moz-outline-style: none;
	display: 			block;
	height: 			16px;
	text-decoration: 	none;
	border-top: 		0px solid #000000;
	border-bottom: 		1px dotted #b0b0b0;
}
#h3special a:link, #h3special a:visited {
    font: 				14px verdana, arial, helvetica, sans-serif;
    font-weight: 		bold;
    letter-spacing: 	2px;
    color: 				#99CCFF;
    text-align: 		right;
	text-shadow: 		2px 2px 1px #8fc80d;
	padding: 			4px 8px 0;
	-moz-outline-style: none;
	display: 			block;
	border-bottom: 		1px dotted #b0b0b0;
	height:				20px;
}
h3 a:hover, #h3special a:hover{
	background: #F0FF00;
	color: #868686;
}


#container {
	background: #848589;
	border: 1px solid #bbbbbb;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}

#header {
	background: url(header.gif) top left no-repeat;
	height: 100px;
	text-align:			right;
	padding: 			5px 6px 0 0;
}
#header a {
    font: 				10px verdana, arial, helvetica, sans-serif;
    color: 				#282828;
    text-decoration: 	none;
    }
#header a:hover{
    color: 				#99CCFF;
    }
#content {
	background: 		 bottom center no-repeat;
	padding: 			0 0 20px 0;
}

p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}

i {
	font-style: normal;
	color: #7AA62F;
}

div.wrapper {
	background-color: #EBEBEB;
}


#content div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
	background: none !important;
	background: #fff;
}





#menu_browse{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	}
#menu_browse a{ outline: none;}
#menu_browse_prev, #menu_browse_next{
	width: 				49%;
	height: 			99%;
	background: 		transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: 			block;
	}
#menu_browse_prev {
	left: 				0;
	float: 				left;	
	}
#menu_browse_next {
	right: 				0;
	float: 				right;	
	}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: 		url('prev.gif') no-repeat left 45%;
	cursor: 			pointer;
	}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: 		url('next.gif') no-repeat right 45%;
	cursor: 			pointer;
	}
	
	
	
	
	
#images{
	paddding: 0px;
}
.thumbnails {
    padding: 			5px;
    margin: 			1px;
    background-color:	#efefef;
    border: 			0px dotted #4e94a5;
    
	}
.thumbnails:hover {
    padding: 			5px;
    margin: 			1px;
	background-color:	#868686;
	border: 			0px dotted #4e94a5;
	}
	
	
	
	
	
#image {
    padding: 			0px;
    position: relative;
	background-color: #848589;
	width: 250px;
	height: 250px;
	margin: 0 auto;
    }
#imgmaine {
	background: #efefef url('loading.gif') 50% 50% no-repeat;
    }
.rest {
    padding: 			0px;
    margin:				0px;
    position: 			relative;
    top:				0px;
    }

    
    
    
    
#comments {
    color: 				#000;
    font: 				10px verdana, arial, helvetica, sans-serif;
    text-align: 		justify;
    }
#comments ul {
    list-style-type: 	none;
    margin: 			0px;
    padding: 			0px;
    }
#comments li {
    display: 			block;
    border-bottom: 		1px dotted #efefef;
    margin: 			0px;
    color: 				#252525;
    text-decoration: 	none;
    padding: 			5px;
    }
#comments li a {
    color: 				#606060;
    text-decoration: 	none;
    }
#comments li:hover {
    background: 		#efefef;
    }
#comments li a:hover {
    color: 				orange;
    }
    
    
    
    
    
#form_container {
    padding: 			5px;
	background-color: 	#FFFFFF;
	margin: 			0px auto;
	width: 				100%;
}    
form {
    padding: 			5px;
}    
.formfield{
	width: 				99%;
	font: 				10px verdana, arial, helvetica, sans-serif;
	color:				#494949;
	border: 			1px solid #D4D2CF;
	background: 		#282828;
}
.formfield:hover, .formfield:focus{
	border-top: 		1px solid #868686;
	border-bottom:		1px solid #efefef;
	border-left: 		1px solid #868686;
	border-right:		1px solid #efefef;
	background: 		#FFFFFF;
}
.formbutton{
	font: 				10px verdana, arial, helvetica, sans-serif;
	padding: 			5px;
	color: 				#494949;
	background: 		#FFFFFF;
	border: 			1px solid #D4D2CF;
}
.formbutton:hover{
	color: 				#494949;
	background: 		#FFFFFF;
	border-top: 		1px solid #efefef;
	border-bottom:		1px solid #868686;
	border-left: 		1px solid #efefef;
	border-right:		1px solid #868686;
}