/* 4ae layout */
<!--
* {
	margin:0px;
	padding:0px;
}

html {
	font-family:"Century Gothic", Tahoma, Arial, sans-serif;
	background-color:#666666;
	overflow:auto;
	
}

#wrapper {
	width:1000px;
	height:auto;
	margin:5px;
	/*margin-right:auto;*/
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	background-image:url(../pics/background_cols.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	overflow:hidden;
}

#wrapper1 {
	width:1012px;
	height:auto;
	margin-top:20px;
	margin-left:auto;

	margin-right:auto;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	overflow:hidden;
}


#banner_top {
	width:1000px;
	height:75px;
	background-color:#000000;
	color:#FFFFFF;
	overflow:hidden;
}


#header_enclose {
	overflow:auto;
	}

#header_left {
	width:150px;
	height:40px;
	float:left;
	background-color:#FF9900;
	overflow:hidden;
}

#header_right {
	width:850px;
	height:40px;
	float:right;
	background-color:#CCCCCC;
	overflow:hidden;
}


#menu {
	width:150px;
	height:auto;
	float:left;
	overflow:hidden;
	background-color:transparent;
}

#main {
	width:850px;
	float:right;
	overflow:hidden;
	background-color:transparent;
}

#maincontent {
	margin:25px;
	min-height:500px;
}


#footer_enclose {
	overflow:auto;
	clear:both;
}

#footer_left {
	width:150px;
	height:40px;
	float:left;
	background-color:transparent;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border-top:1px solid #EEEEEE;
}

#footer_right {
	width:850px;
	height:40px;
	float:right;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border-top:1px solid #CCCCCC; 
}

#footer_content {
	top:5px;
}

#clearing {
	clear:both;
}

#loginlayer {
margin:10px;
}
#loginlayer p{
font-size:11px;
color:#666666;
}
-->
