@import url(nav.css);
@import url(login.css);
@import url(input.css);
@import url(ad_bar.css);
@import url(footer.css);
@import url(content.css);
@import url(error.css);
@import url(sitemap.css);

body {

	font-family			: 	Georgia, "Times New Roman", Times, serif;
	font-size			: 	12px;
	color				: 	#333333;
	text-decoration		: 	none;
	margin				:	0;
	padding				:	0;
		background			:	url(../../images/common/bg_repeat.jpg) repeat-x;
		background-color:#c7c7c7;

}

form{
	margin				:	0;
	padding				:	0;
}
a{

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

	color			:	#C5B4AD;

}
.clear{
	
	margin				:	0;
	padding				:	0;
	clear				:	both;
}
div#bgcontainer{
	margin				:	0 auto;
	padding				:	0;
	width				:	846px;
	background			:	url(../../images/common/bg.jpg) repeat-x;
		
}
div#container{

	margin				:	0 auto 0 auto;
	padding				:	0;
	width				:	780px;

	
}

div#top{

	margin				:	0;
	padding				:	0;
	width				:	780px;
	/*background			:	url(../../images/common/top_image_logo.jpg) no-repeat;*/
	height				:	373px;
}

div#smarttan{

	float				:	right;
	/*background		: 	url(../../images/common/smart_tan.png) no-repeat;
	_background-image	: 	none;
	_filter				:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/smart_tan.png',sizingMethod='crop');	*/
	margin				:	0;
	padding				:	0 30px 0 0;
	width				:	95px;
	height				:	93px;


}


div#topnav{

	position			:	relative;
	top					:	124px;
	left 				:	553px;
	margin				:	0;
	padding				:	0;
	height				:	230px;
	width				:	200px;
}


div#middle{

	margin				:	0;
	padding				:	0;
	width				:	780px;
	background			:	url(../../images/common/water_bg.jpg) repeat-y;
	
}

div#left{

	margin				:	0;
	padding				:	0;
	float				:	left;
	width				:	175px;


}
div#right{

	margin-left			:	auto;
	padding				:	0;
	width				:	535px;

}
div#login{

	width				:	531px;
	margin				:	0px auto;
	height				:	50px;
	background			: 	url(../../images/common/register_bar.png) no-repeat;
	_background-image	: 	none;
	_filter				:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/register_bar.png',sizingMethod='crop');		
}
div#maincontent{
	
	width				:	535px;
	margin				:	10px auto;


}

div#topmaincontent{
	
	padding				:	0;
	height				:	31px;
	background			: 	url(../../images/common/textbox_top.png) no-repeat;
	_background-image	: 	none;
	_filter				:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/textbox_top.png',sizingMethod='crop');		

}
div#middlemaincontent{

	width				:	535px;
	background			: 	url(../../images/common/textbox_mid.png) repeat-y;
	_background-image	: 	none;
	_filter				:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/textbox_mid.png',sizingMethod='scale');		
}
div#middlemaincontent div{

	padding				:	0px 2px 0 0;
	
}
div#bottommaincontent{
	
	width				:	535px;
	padding-bottom		:	20px;
	height				:	31px;
	background			: 	url(../../images/common/textbox_bot.png) no-repeat;
	_background-image	: 	none;
	_filter				:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/textbox_bot.png',sizingMethod='crop');			
}

div#bottom{

	margin				:	-19px 0 0 0;
	padding				:	0 10px 0 0;
	height				:	35px;
	background			: 	url(../../images/common/bottom_page.png) no-repeat;
	_background-image	: 	none;
	_filter				:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/common/bottom_page.png',sizingMethod='crop');	
	
}

h5 {
	color:#3366FF;
	margin:1px;
}

