html {
	overflow-y:scroll;
}

body {
	margin:0px;
	padding:0px;
	background-color:#9d9d9b;
	font-family: Arial, Helvetica, sans-serif, FreeSans;
	font-size:12px;
	color:#000;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:3px 0px 3px 10px;
	color:#000;
	width:100%;
}

#menu{
}

#menu div{
	font-family: Arial, Helvetica, sans-serif, FreeSans;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	background:#c2c1c1;
	height:24px;
	text-indent:20px;
	line-height:24px;
	vertical-align:middle;
	margin-top:20px;
	letter-spacing:1px;
}

#menu a:link, #menu a:active, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif, FreeSans;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	color:#000;
	line-height:22px;
	text-indent:5px;
	text-align:left;
	margin:0px 10px;
	text-decoration:none;
	display:block;
	width:190px;
	border-bottom:1px solid #f8f8f6;
}

#menu a:hover {
	background:#f8f8f6;
}

.gallery_list a:link, .gallery_list a:active, .gallery_list a:visited {
	font-family: Arial, Helvetica, sans-serif, FreeSans;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	color:#000;
	background: #d1ccc1;
	border:1px solid #e9e7e1;
	line-height:17px;
	text-align:left;
	text-decoration:none;
	padding:0px 5px;
	margin:0;
	display:block;
	width:179px;
}

.gallery_list a:hover {
	background:#000;
	color:#fff;
}


.button a:link, .button a:active, .button a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	color:#000;
	text-decoration:none;
	line-height:16px;
	vertical-align:middle;
	background:#fff;
	border:1px solid #000;
	padding:2px 5px;
	width:auto;
}

.button a:hover {
	color:#fff;
	background:#000;
	border:1px solid #fff;
}

.thumbs {
	height:420px;
}

.thumbs td {
	width:140px; 
	height:140px; 
	text-align:center; 
	vertical-align:middle; 
	border-left:3px solid #e5e5dd;
	border-bottom:3px solid #e5e5dd;
	background:#d2d0c7;
}

.thumbs .container {
	float:left;
	width:286px; 
	height:420px; 
	position:absolute;
}

.pages a:link, .pages a:active, .pages a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:45px;
	vertical-align:middle;
	padding:0px 1px;
}

.pages a:hover {
	color:#fff;
}

.pages a.x:link, .pages a.x:active, .pages a.x:visited, .pages a.x:hover {
	color:#fff;
}

.profileDetails td{
	padding:5px 10px;
}

.back a:link, .back a:active, .back a:visited {
	font-family: Arial, Helvetica, sans-serif, FreeSans;
	font-size:12px;
	color:#444;
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	line-height:20px;
	display:block;
	height:20px;
}

.back a:hover {
	font-weight:bold;
}


#cursor_loader {
	position:absolute;
	text-align:right;
	border:1px solid #fff;
	padding:0;
	margin:0;
	display:none;
	width:43px;
	height:11px;
	z-index:99999;
}

#cursor_loader img{
	padding:0;
	margin:0;
	border:0;
	width:43px;
	height:11px;
	vertical-align:middle;
}