body {
	font-family: verdana;
	font-size: 10px;
	vertical-align:middle;
	margin:10px 10px 0px 10px;
	padding:0px;
}

/*	Layout Mandatory Styles */
#ct-wrap {
	text-align:center;
}
#ct {
	text-align:left;
	margin:auto;
}
#north, #navlinks, #south {
	float:none;
	clear:both;
}
#west {
	float:left;
	clear:left;
}
#center {
	float:left;
}
#east {
	float:right;
	clear:right;
}

/*	Mandatory Dimensions	*/
#ct {
	width:640px;
}
#west {
	width:180px;
}
#east {
	width: 80px;
}
#center {
	width: 380px;
}
h2 a{
	text-decoration: none;
}

