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

a img {
	border: 		0;
}

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

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;
}

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: 		#868686;
	text-shadow: 		2px 2px 1px #cccccc;
	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: 		#868686;
	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: 		#f2f2f2;
	color: 		#868686;
}

#container {
	background: 		#ffffff;
	border: 		0px solid #ffffff;
	text-align: 		center;
	margin: 		0 auto;
	margin-top: 		-10px;
	padding: 		0px;
}

#header {
//	background: 		url(logo.gif) top left no-repeat; //
	height: 5		1px;
	text-align:		right;
	padding: 		5px 6px 0 0;
}

#header a {
	font: 			10px verdana, arial, helvetica, sans-serif;
	color: 		#b0b0b0;
	text-decoration: 	none;
}

#header a:hover{
	color: 		#F0FF00;
}

#content {
//	background: 		url(footer.gif) 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: 		2px;
	margin: 		1px;
	background-color:	#bbbbbb;
	border: 		0px dotted #4e94a5;
}

.thumbnails:hover {
	padding:		2px;
	margin: 		1px;
	background-color:	#000000;
	border: 		0px dotted #4e94a5;
}
	
	
#image {
	padding: 		0px;
	position: 		relative;
	background-color: 	#fff;
	width: 		250px;
	height: 		250px;
	margin: 		0 auto;
}

#imgmaine {
	margin-left:		-3px;
	border: 		3px solid #000000;
	background: 		#efefef url('loading.gif') 50% 50% no-repeat;
}

.rest {
	padding: 		0px;
	margin:		0px;
	position: 		relative;
	top:			0px;
}

.image-title {
	font: 			18px verdana, arial, helvetica, sans-serif;
	font-weight: 		bold;
	letter-spacing: 	2px;
	color:			#000000;
	text-align: 		left;
}

.image-date {
	color: 		#868686;
	font: 			9px verdana, arial, helvetica, sans-serif;
	text-align: 		right;
	font-weight: 		normal;
	letter-spacing: 	0px;
}

.image-info {
	color: 		#868686;
	font: 			10px verdana, arial, helvetica, sans-serif;
	text-align: 		left;
}

#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: 		#b0b0b0;
	text-decoration: 	none;
	padding: 		5px;
}

#comments li a {
	color: 		#000000;
	text-decoration: 	none;
}

#comments li:hover {
	background: 		#eeeeee;
}

#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: 		#FFFFFF;
}

.formfield:hover, .formfield:focus{
	border-top: 		1px solid #868686;
	border-bottom:	1px solid #868686;
	border-left: 		1px solid #868686;
	border-right:		1px solid #868686;
	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 #868686;
	border-bottom:	1px solid #868686;
	border-left: 		1px solid #868686;
	border-right:		1px solid #868686;
}








#surtitre {
	font-size: 		12px;
	text-align:		left;
	width: 		1000px;
	margin: 		0 auto;
	margin-top:		-20px;
	color: 		#444444;
	}

#surtitre a {
	text-decoration: 	none;
	color: 		#444444;
	}

#surtitre a:hover {
	color: 		#000000;
	}




#menu {
	width: 		1000px;
	text-align: 		right;
	margin: 		0 auto;
	margin-top:		-10px;
	padding-bottom:	2px;
	border-bottom: 	1px solid #cccccc;
	font-size: 		9px;
   }

#menu a {
	text-decoration: 	none;
	color: 		#999999;
	font-size: 		11px;
	}

#menu a:hover {
	text-decoration: 	none;
	color: 		#000000;
	font-size: 		11px;
	}


#navi {
	text-decoration: 	none;
	width: 		1000px;
	text-align: 		left;
	margin: 		0 auto;
	padding-top:		0px;
	padding-bottom:	2px;
	font-size: 		11px;
	}


#aboutbox {
	position:		relative;
	width: 		70%;
	text-align: 		justify;
	font-size: 		12px;
	color: 		#3c3c3c;
	top:			17px;
	left:			15%;
	right:			15%;
  	border-width:		0px;
  	border-bottom-style:	solid;
  	border-color:		black;
  	padding:		2px;
	}


#credits {
	font-size: 10px;
	color: #9C9C9C;
	}

#credits a {
	text-decoration: none;
	color: #9C9C9C;
	}

#credits a:hover {
	text-decoration: none;
	color: #000000;
	}