body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url('../images/bg.png');
	background-repeat:repeat-x;
	}

a {
   outline: none;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	outline: none;
}

#gutter {
	float: left;
	display: inline;
	width: 3%;
	height: 1px;
}

#content {
	width: 94%;
	float: left;
	display: inline;
	text-align:left;
	}


/* Header */

#header {
	position: relative;
	height: 84px;
	background-image:url('../images/header-bg.png');
	background-repeat:repeat-x;
	overflow: hidden;
}

#header-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 84px;
	background-image:url('../images/header-left.png');
	background-repeat:no-repeat;
	z-index: 2;
}

#header-right {
	position: absolute;
	right: 0;
	_right: -1px; /* IE 6 Fix */
	top: 0;
	width: 10px;
	height: 84px;
	background-image:url('../images/header-right.png');
	background-repeat:no-repeat;
}

#header-logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 240px;
	height: 84px;
	z-index: 2;
}

#header-logo a img {
	border: 0;
}

#header-message {
	position: absolute;
	right: 10px;
	top: 0;
	width: 488px;
	height: 84px;
	background-image:url('../images/header-message.png');
	background-repeat:no-repeat;
	z-index: 1;
}

/* End Header */


/* Nav Block */

#nav-block {
	position: relative;
	height: 91px;
}

#geo-box {
	position: absolute;
	top: 10px;
	right: 0;
	width: 523px;
	height: 69px;
	background-image:url('../images/geobox-bg.png');
	background-repeat:repeat-x;
}

#geo-box-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 69px;
	background-image:url('../images/geobox-left.png');
	background-repeat:no-repeat;
	z-index: 2;
}

#geo-box-right {
	position: absolute;
	right: 0;
	_right: -1px; /* IE 6 Fix */
	top: 0;
	width: 10px;
	height: 69px;
	background-image:url('../images/geobox-right.png');
	background-repeat:no-repeat;
	z-index: 2;
}

#online-icon {
	position: absolute;
	top: 7px;
	left: 18px;
	width: 13px;
	height: 13px;
	background-image:url('../images/online-icon.png');
	background-repeat:no-repeat;
	z-index: 1;
}

#girls-online {
	position: absolute;
	top: 8px;
	left: 36px;
	font-weight: bold;
	z-index: 1;
}

#geo-info-text {
	position: absolute;
	top: 30px;
	left: 36px;
	font-size: 15pt;
	color: #5e747d;
}

#newest-members {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 10px;
	background-color: #FFF;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 7px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-width: 1px;
	border-color: #c3c3c3;
	cursor: hand;
}


#most-viewed {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 128px;
	background-color: #97b2be;
	text-align: center;
	color: #3b5999;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
}

#most-commented {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 214px;
	background-color: #97b2be;
	text-align: center;
	color: #3b5999;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
}

#members-online {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 325px;
	text-align: center;
	color: #8baebd;
	font-weight: lighter;
	padding: 4px;
}

/* End Nav Block */


/* Thumbs */

.thumb {
	position: relative;
	float: left;
	display: inline;
	width: 300px;
	height: 250px;
	margin-left: 13px;
	margin-bottom: 17px;
	cursor: hand;
}

.thumb a {
	text-decoration: none;
}


.thumb-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
		background-image:url('../images/thumb-border.png');
	_background-image:url('../images/thumb-border.gif'); /* easy ie 6 fix */
	background-repeat:no-repeat;
	z-index: 2;
}

.thumb-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 35px;
	background-color: #4f6067;
     filter:alpha(opacity=75); /* IE's opacity*/
     opacity: 0.75;
	z-index: 1;
	_margin-bottom: 3px; /* IE 6 fix */
}

.thumb-bar-text {
	position: absolute;
	bottom: 8px;
	_bottom: 10px; /* IE 6 fix */
	left: 0;
	width: 300px;
	height: 20px;
	color: #FFF;
	text-align: center;
	font-size: 12pt;
	z-index: 2;
	font-weight: bold;
	outline: none;
	border: 0;
	overflow: hidden;
}

.thumb-bar-text a {
	color:#FFF;
	text-decoration:none;
	outline: none;
}

.thumb-bar-text a:hover{
	color:#FFF;
	text-decoration:none;
	outline: none;
}


a.geolink:link  {
	text-decoration: none;
	color: #d4d9e6;
	}
a.geolink:visited {
	text-decoration: none;
	color: #d4d9e6;
	}
a.geolink:hover {
	text-decoration: none;
	color: #d4d9e6;
	}
a.geolink:active {
	text-decoration: none;
	color: #d4d9e6;
	}

#thumb-header {
	margin: 13px;
	font-size: 18pt;
	color: #3b5999;
	font-weight: lighter;
}



a.divbox:link  {
	text-decoration: none;
	cursor: hand;
	}
a.divbox:visited {
	text-decoration: none;
	cursor: hand;
	}
a.divbox:hover {
	text-decoration: none;
	cursor: hand;
	}
a.divbox:active {
	text-decoration: none;
	cursor: hand;
	}
	

/* Profile Box */

#profile-box {
	width: 900px;
	background-color: #f0f2f6;
	margin:0px auto;
	margin-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #cecece;
}

#profile-box-left {
	float: left;
	display: inline;
	width: 300px;
	padding: 5px;
	background-color: #FFF;
	margin: 5px;
}

#profile-box-left a img {
	border: 0;
}

#profile-box-right {
	float: left;
	display: inline;
	width: 555px;
	padding: 5px;
	margin: 5px;
}

#profile-member-tab {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 10px;
	background-color: #FFF;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 7px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-width: 1px;
	border-color: #c3c3c3;
	cursor: hand;
	width: 120px;
}

#profile-member-gallery {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 152px;
	background-color: #d4d9e6;
	text-align: center;
	color: #3b5999;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
}

#browse-all-members {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 232px;
	background-color: #d4d9e6;
	text-align: center;
	color: #3b5999;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
}

#members-online2 {
	position: absolute;
	bottom: 0px;
	_bottom: -1px; /* IE Fix */
	left: 362px;
	text-align: center;
	color: #0038ae;
	font-weight: lighter;
	padding: 4px;
}

.iframe-style {
	border-style: solid;
	border-width: 0px;
	border-color: #cecece;
}
}
