body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	color:#666666
}

#bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:0;
}

#page{
	width: 780px;
	float: center;
	position: relative; 
	z-index:1;
}

#border_left{
	width: 20px;
	position: relative; 
}

#border_right{
	width: 30px;
	position: relative; 
}

#border_top{
	height: 20px;
	position: relative; 
}

#border_bottom{
	height: 60px;
	position: relative; 
}

#middle{
	width: 100%;
	float: center;
	position: relative; 
	z-index:2;
	background-color: white;
}

#canvas{
	width: 100%;
	text-align: center;
}

#header{
	/*height: 90px;*/
}

#footer{
	/*height: 33px;*/
	text-align: center;
}

#banners{
	/*height: 84px;*/
	text-align: center;
}


/* COMMON STYLES */
#floater_left{
	float: left;
	position: relative; 
}

#floater_right{
	float: right;
	position: relative; 
}

#greylinebreak{
	height:2px;
	background-color: #e5e5e5;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	empty-cells: show;
	table-layout: automatic;
	text-align: left;
}

img {
	border-style: none;
}

a {
	color: #6677ff;
	font-style: normal;
	text-decoration: none;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.nofont {
	font-size: 1px;
}