html,body{
	height:100%;
	padding:0px;
	margin:0px;
	background-position:top;
	color:#E0E0E0;
}
#containerclear{
	clear:both;
}
#topfade{
	background-image:url(images/bg-topfade.png);
	background-position:top;
	background-repeat:repeat-x;
	width-min:100%;
	width-min:750px;
	height:100px;
	padding:0px;
	margin:0px;
	margin-bottom:-100px;
}
#header{
	height:74px;
	width:750px;
	padding:0px;
	margin:0px;
	padding-top:5px;
}
#menu{
	height:24px;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	width:750px;
}
#topdiv{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin:0px;
	height:13px;
	margin-top:5px;
	margin-bottom:10px;
}
#container{
	width:750px;
	min-height:100%;
	padding:0px;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
}
#minifloattop{
	width:180px;
	height:12px;
	background-image:url(images/minifloat-top.png);
}
#minifloatleftborder{
	width:180px;
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
	background-image:url(images/minifloat-leftborder.png);
}
#minifloatcenter{
	width:156px;
	margin-left:12px;
	margin-right:12px;
	background-color:#000000;
}
#minifloatrightborder{
	width:180px;
	background-position:right top;
	background-repeat:repeat-y;
	float:right;
	background-image:url(images/minifloat-rightborder.png);
}
#minifloatbottom{
	background-image:url(images/minifloat-bottom.png);
	height:12px;
	width:180px;
	background-repeat:repeat-x;
	padding-bottom:20px;
}
#floattop{
	width:500px;
	height:12px;
	background-image:url(images/float-top.png);
}
#floatleftborder{
	background-position:left top;
	background-repeat:repeat-y;
	width:500px;;
	float:left;
	background-image:url(images/float-leftborder.png);
}
#floatcenter{
	padding-left:12px;
	padding-right:12px;
	width:476px;
	background-image:url(images/float-middle.jpg);
	background-position:center top;	
	background-repeat:repeat-y;
	color:#FFFFFF;
}
#floatrightborder{
	width:500px;
	background-position:right top;
	background-repeat:repeat-y;
	float:right;
	background-image:url(images/float-rightborder.png);
}
#floatbottom{
	background-image:url(images/float-bottom.png);
	height:12px;
	width:500px;
	background-repeat:repeat-x;
	margin-bottom:20px;
}
#fulltexttop{
	width:750px;
	height:12px;
}
#fulltextleftborder{
	background-position:left top;
	background-repeat:repeat-y;
	width:750px;
	float:left;
}
#fulltextcenter{
	padding-left:12px;
	padding-right:12px;
	width:726px;
	background-image:url(images/all-fulltext-middle.gif);
	background-position:center top;	
	background-repeat:repeat-y;
}
#fulltextrightborder{
	width:750px;
	background-position:right top;
	background-repeat:repeat-y;
	float:right;
}
#fulltextbottom{
	background-image:url(images/all-fulltext-bottom.png);
	height:13px;
	width:750px;
}
#left{
	width:250px;
	float:left;
	padding-left:25px;
}
#right{
	width:450px;
	float:right;
	margin-right:25px;
}
#maintexttop{
	margin:0px;
	padding:0px;
	width:450px;
	height:12px;
}
#maintextleftborder{
	margin:0px;
	padding:0px;
	background-position:left top;
	background-repeat:repeat-y;
	width:450px;
	float:left;
}
#maintextcenter{
	padding:0px;
	margin:0px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:-12px;
	padding-bottom:12px;
	width:426px;
	background-image:url(images/all-maintext-middle.gif);
	background-position:center top;	
	background-repeat:repeat-y;
}
#maintextrightborder{
	width:450px;
	margin:0px;
	padding:0px;
	background-position:right top;
	background-repeat:repeat-y;
	float:right;
}
#maintextbottom{
	margin:0px;
	padding:0px;
	background-image:url(images/all-maintext-bottom.png);
	height:12px;
	position:relative;
	top:12px;
	width:450px;
}
#footer{
	padding-top:10px;
	width:100%;
	text-align:center;
}
p{
	padding:15px;
	padding-bottom:5px;
	padding-top:5px;
	margin:0px;
	text-indent:18px;
	font-family: arial, "lucida console", sans-serif;
	font-size:12px;
	color:#E0E0E0;
}
h1{
	color:#F0F0F0;
	padding:0px;
	margin:0px;
}
h2{
	color:#F0F0F0;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
	font-size:16px;
}
h3{
	color:#CCCCCC;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	margin:0px;
}
a:link, a:visited, a:active, a:hover{
	text-decoration:none;
}