body
{
	overflow-x:auto;
	overflow-y:scroll;
	height:100%;
	text-align:center;
	background:#000;
	margin:0;
}

object
{
	border:none;
	margin:0;
	padding:0;
}

div.center
{
	width:900px;
	height:620px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#navpanel
{
	height:20px;
	padding-top:10px;
}

#decoration
{
	width:900px;
	height:22px;
}

#flashpanel
{
	width:900px;
	height:170px;
}

#mainpanel
{
	width:900px;
	height:600px;
}

#meta
{
	height:42px;
	color:red;
}

#forms
{
	float:left;
	width:276px;
}

#login
{
	float:left;
}

#search
{
	float:left;
	margin-top:5px;
}

h2
{
	display:block;
	height:14px;
}

h2 span
{
	display:none;
}

#login label
{
	color:#fff;
	font-weight:700;
	margin-right:5px;
}

#login h2
{
	margin-bottom:5px;
	background:url("static/images/titles/signin.png") 0 0 no-repeat;
}

#login .labels
{
	text-align:right;
}

#login .middle input
{
	margin-right:12px;
	margin-top:5px;
}

#searchon
{
	height:auto!important;
	padding-left:64px;
	margin:10px 0 0;
}

#searchon #searchstring
{
	margin:0 0 0 20px;
}

div.formpanel input#email,div.formpanel input#password,div.formpanel input#searchstring
{
	vertical-align:middle;
	width:174px;
	height:18px;
	border:none;
	background:url("static/images/backgrounds/input_boxes_search_dark.gif") no-repeat;
	padding:5px 0 0 5px;
}

div#search label
{
	display:block;
	width:147px;
	margin-top:-16px!important;
	margin-left:20px;
	margin-bottom:5px;
	background:url("static/images/backgrounds/input_boxes_search_dark.gif") 0 -30px no-repeat;
	padding:3px 30px 3px 3px;
}

div#search label span
{
	margin-left:10px;
	color:#383F2E;
	font-weight:600;
}

#search li
{
	height:22px;
}

div.formpanel .top
{
	width:276px;
	height:18px;
	background:url("static/images/panels/276_panel_top_dark.png") no-repeat;
}

div.formpanel .middle
{
	width:276px;
	height:105px;
	background:url("static/images/panels/276_panel_middle_dark.png");
}

div.formpanel .bottom
{
	width:276px;
	height:18px;
	background:url("static/images/panels/276_panel_bottom_dark.png") no-repeat;
}

* html div.formpanel .top
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/276_panel_top_dark.png");
}

* html div.formpanel .middle
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/276_panel_middle_dark.png", sizingMethod="scale");
}

* html div.formpanel .bottom
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/276_panel_bottom_dark.png");
}

#login .bottom
{
	display:block;
	width:276px;
	height:32px;
	background:url("static/images/buttons/joinnow_n.png") no-repeat;
	cursor:hand;
}

* html #login .bottom
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/joinnow_n.png");
}

#login a:hover .bottom
{
	display:block;
	width:276px;
	height:32px;
	background:url("static/images/buttons/joinnow_o.png") no-repeat;
}

* html #login a:hover .bottom
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/joinnow_o.png");
}

div.featurepanel .top
{
	width:276px;
	height:18px;
	background:url("static/images/panels/276_panel_top.png") no-repeat;
}

div.featurepanel .middle
{
	width:276px;
	height:263px!important;
	background:url("static/images/panels/276_panel_middle.png");
}

div.featurepanel .bottom
{
	width:276px;
	height:18px;
	background:url("static/images/panels/276_panel_bottom.png") no-repeat;
}

* html div.featurepanel .top
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/276_panel_top.png");
}

* html div.featurepanel .middle
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/276_panel_middle.png", sizingMethod="scale");
}

* html div.featurepanel .bottom
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/276_panel_bottom.png");
}

div.featurepanel .fmember
{
	width:248px;
	height:104px;
	margin:0 0 0 15px;
}

div.featurepanel .fmember .top
{
	float:left;
	width:246px;
	height:16px;
	background:url("static/images/panels/246_panel_top.png") no-repeat;
}

div.featurepanel .fmember .middle
{
	float:left;
	width:246px;
	height:auto!important;
	background:url("static/images/panels/246_panel_middle.png");
}

div.featurepanel .fmember .bottom
{
	float:left;
	width:246px;
	height:16px;
	background:url("static/images/panels/246_panel_bottom.png") no-repeat;
}

* html div.featurepanel .fmember .top
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/246_panel_top.png");
}

* html div.featurepanel .fmember .middle
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/246_panel_middle.png", sizingMethod="scale");
}

* html div.featurepanel .fmember .bottom
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/panels/246_panel_bottom.png");
}

div.featurepanel .fmember .thumb
{
	float:left;
	width:43px;
	height:59px;
	margin-top:5px;
	margin-left:24px;
}

div.featurepanel .fmember .mask
{
	float:left;
	width:53px;
	height:68px;
	margin-top:0;
	margin-left:-48px;
	background-image:url("static/images/masks/53x68_photomask.png");
}

div.featurepanel .fmember .details
{
	float:left;
	width:154px;
	height:50px;
	display:inline;
	overflow:hidden;
	margin:3px 0 4px 10px;
}

* html div.featurepanel .fmember .mask
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/masks/53x68_photomask.png");
}

h1#flashheader
{
	color:#fff;
	font-size:36px;
	text-align:center;
	text-decoration:blink;
	display:none;
}

#forms,#featured,#new
{
	float:left;
	display:inline;
	margin:15px 0 0 16px;
}

div.featurepanel h2,div.formpanel h2
{
	color:#333;
	margin:0 0 3px 16px;
}

div.formpanel h2
{
	color:#fff;
}

div.featurepanel p
{
	line-height:13px;
}

* html #login h2
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/titles/signin.png");
}

#login label.email span
{
	height:14px;
	width:50px;
	display:block;
	float:left;
	position:relative;
	left:45px;
	top:10px;
	background:url("static/images/titles/email.png") 0 0 no-repeat;
}

* html #login label.email span
{
	background:none;
	margin-right:-8px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/titles/email.png");
}

#login label.password span
{
	height:14px;
	width:50px;
	display:block;
	float:left;
	position:relative;
	left:30px;
	top:10px;
	background:url("static/images/titles/password.png") 0 0 no-repeat;
}

* html #login label.password span
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/titles/password.png");
}

#login .buttons
{
	width:172px;
	display:inline;
	float:right;
	margin:2px 16px 0 0;
}

#buttonpassword
{
	display:block;
	width:107px;
	float:left;
	margin-top:4px;
}

#buttonpassword a
{
	display:block;
	height:14px;
	background:url("static/images/buttons/forgotpassword.png") 0 0 no-repeat;
}

#buttonpassword a:hover
{
	background-position:-107px 0;
}

* html #buttonpassword a
{
	width:0;
	padding-left:107px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/forgotpassword.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonpassword a:hover
{
	width:107px;
	text-indent:107px;
	voice-family:inherit;
	margin-left:-107px;
}

#buttonlogin
{
	display:block;
	width:55px;
	float:right;
}

#buttonlogin a
{
	display:block;
	height:18px;
	background:url("static/images/buttons/login.png") 0 0 no-repeat;
}

#buttonlogin a:hover
{
	background-position:-55px 0;
}

* html #buttonlogin a
{
	width:0;
	padding-left:55px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/login.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonlogin a:hover
{
	width:55px;
	text-indent:55px;
	voice-family:inherit;
	margin-left:-55px;
}

#search h2
{
	background:url("static/images/titles/searchmembers.png") 0 0 no-repeat;
}

* html #search h2
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/titles/searchmembers.png");
}

#search .buttons
{
	width:175px;
	display:inline;
	float:right;
	margin:2px 15px;
}

#buttonsearch
{
	display:block;
	width:120px;
	float:left;
	margin-top:4px;
}

#buttonsearch a
{
	display:block;
	height:14px;
	background:url("static/images/buttons/moresearchoptions.png") 0 0 no-repeat;
}

#buttonsearch a:hover
{
	background-position:-121px 0;
}

* html #buttonsearch a
{
	width:0;
	padding-left:120px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/moresearchoptions.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonsearch a:hover
{
	width:120px;
	text-indent:121px;
	voice-family:inherit;
	margin-left:-121px;
}

#buttongo
{
	display:block;
	width:43px;
	float:right;
}

#buttongo a
{
	display:block;
	height:18px;
	background:url("static/images/buttons/find.png") 0 0 no-repeat;
}

#buttongo a:hover
{
	background-position:-43px 0;
}

* html #buttongo a
{
	width:0;
	padding-left:43px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/find.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttongo a:hover
{
	width:43px;
	text-indent:43px;
	voice-family:inherit;
	margin-left:-43px;
}

#featured h2
{
	background:url("static/images/titles/featuredmembers.png") 0 0 no-repeat;
	margin-bottom:5px;
}

* html #featured h2
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/titles/featuredmembers.png");
}

#buttonmembers
{
	display:inline;
	width:88px;
	float:right;
	margin:0 40px 10px 0 !important;
}

#buttonmembers a
{
	display:block;
	height:12px;
	margin-top:1px;
	background:url("static/images/buttons/moremembers.png") 0 0 no-repeat;
}

#buttonmembers a:hover
{
	background-position:-88px 0;
}

* html #buttonmembers a
{
	width:0;
	padding-left:88px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/moremembers.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonmembers a:hover
{
	width:88px;
	text-indent:88px;
	voice-family:inherit;
	margin-left:-88px;
}

#buttonquotes
{
	display:inline;
	width:80px;
	float:right;
	margin:0 40px 0 0;
}

#buttonquotes a
{
	display:block;
	height:12px;
	margin-top:1px;
	background:url("static/images/buttons/morequotes.png") 0 0 no-repeat;
}

#buttonquotes a:hover
{
	background-position:-80px 0;
}

* html #buttonquotes a
{
	width:0;
	padding-left:80px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/morequotes.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonquotes a:hover
{
	width:80px;
	text-indent:80px;
	voice-family:inherit;
	margin-left:-80px;
}

#buttonnew1
{
	display:inline;
	width:96px;
	float:right;
	margin:0 40px 10px 0 !important;
}

#buttonnew1 a
{
	display:block;
	height:12px;
	margin-top:1px;
	background:url("static/images/buttons/morenewpages.png") 0 0 no-repeat;
}

#buttonnew2
{
	display:inline;
	width:96px;
	float:right;
	margin:0 40px 0 0;
}

#buttonnew2 a
{
	display:block;
	height:12px;
	background:url("static/images/buttons/morenewpages.png") 0 0 no-repeat;
}

#new h2
{
	background:url("static/images/titles/newmembers.png") 0 0 no-repeat;
	margin-bottom:5px;
}

* html #new h2
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/titles/newmembers.png");
}

#buttonview
{
	display:inline;
	width:71px;
	float:right;
	position:relative;
	top:4px;
	margin:-3px 21px 0 0;
}

#buttonview a
{
	display:block;
	height:18px;
	background:url("static/images/buttons/viewpage.png") 0 0 no-repeat;
}

#buttonview a:hover
{
	background-position:-70px 0;
}

* html #buttonview a
{
	width:0;
	padding-left:70px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/viewpage.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonview a:hover
{
	width:70px;
	text-indent:70px;
	voice-family:inherit;
	margin-left:-70px;
}

#buttonnew1 a:hover,#buttonnew2 a:hover
{
	background-position:-96px 0;
}

* html #buttonnew1 a,* html #buttonnew2 a
{
	width:0;
	padding-left:96px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/images/buttons/morenewpages.png",sizingMethod="crop");
	cursor:hand;
}

* html #buttonnew1 a:hover,* html #buttonnew2 a:hover
{
	width:96px;
	text-indent:96px;
	voice-family:inherit;
	margin-left:-96px;
}

#homeContent	{ display: block; }
.homeLeft	{ float: left; width: 156px; margin: 27px 0 0 27px; }
.homeCenter	{ float: left; width: 400px; margin: 27px 0 20px 19px; }
.homeRight	{ float: left; width: 255px; margin: 27px 0 0 18px; }

#homeCenterConent	{ background: url(static/images/bg_homeCenter.png); padding: 0 11px; }
#endCenter	{ margin: 0 0 20px 0; }

#homeCenterConent p { color: #335c7a; padding: 14px 0; }
a#btn_readmore			{ width: 73px; height: 18px; float: right; background: url(static/images/buttons/btn_readmore.png) right top; }
a#btn_readmore:hover	{ background: url(static/images/buttons/btn_readmore.png) right bottom; }

#homeRightContent	{ background:url(static/images/bg-home_RightCenter.png) repeat-y; padding: 0 11px; }
#homeRightContent2	{ background:url(static/images/bg-home_RightCenter2.png) repeat-y; padding: 0 4px; }
#homeRightSubContent	{ background:url(static/images/bg-home_RightSubContentCenter.png) repeat-y; }

.forms th { padding: 0 0 7px 0; }
.forms input { height: 20px; width: 158px; background: url(static/images/home/input_boxes.gif) no-repeat 0 2px; border: 0; padding: 6px 2px 0 5px; }

.forms2 th { padding: 0 0 7px 0; }
.forms2 .input { height: 20px; width: 195px; background: url(static/images/home/input_boxes2.gif) no-repeat 0 2px; border: 0; padding: 6px 2px 0 5px; }
.searchchoice	{ color: #666666; height: 23px; font-weight: bold; background: url(static/images/home/input_boxes-grey.gif) no-repeat 0 2px; padding: 2px 0 0 5px; }
.btn_more	{ padding: 0 0 0 140px; }
.btn_meer	{ padding: 0 0 0 115px; }

.homeCenter a		{ color: #000033; }
.homeCenter a:hover	{ color: #335c7a; }