HTML, BODY {

	margin: 0px;

}

BODY { 

	margin: 60px;
	padding: 0px;

}

DIV {

	font: normal 12px "Arial", "Arial"; 
	line-height: 16px; 
	color: #000000;

}

div.clearer {

	clear: both; 
	line-height: 0px; 
	height: 0px;
	font: normal 0px "Helvetica", "Arial"; 
	margin: 0px;
	padding: 0px;
	border: 0px solid black;

}

#global-container {

	width: 1030px;
	border: 0px solid purple;

}

#menu {

	float: left; 
	width: 320px;
	border: 0px solid green;
	line-height: 16px;

}

a.header:visited {

	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}

a.header {

	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}

a.main:visited {

	color: #999999;

}

a.main {

	font-size: 18px;
	line-height: 20px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;

}

a.main:hover {

	color: #000000;

}

a.sub:visited {

	color: #999999;

}

a.sub {

	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 16px;
	
}

a.sub:hover {

	color: #000000;

}

#float-container {
 
	margin-left: 340px;
	padding-top: 0px;
	border: 0px solid red;

}

#center-column {

	float: left; 
	width: 440px;
	border: 0px solid red;

}

#center-column IMG,INPUT {

margin-bottom: 20px;

}

#sidebar {

	margin-left: 460px;
	width: 165px;
	text-align: right;
	border: 0px solid blue;

}

#sidebar A {

text-decoration: none;
color: #80c1d2;

}

#sidebar A:hover {

color: #000000;

}

A {

color: #666666;
text-decoration: none;

}

A:hover {

color: #000000;

}

LABEL {

font: normal 12px Verdana;

}