#container
{
	padding:20px 10px 10px 20px;
	position:relative;
	visibility:visible;
	margin: auto; /* margin:auto = centers on page, with no resize due to set width */
	width: 738px;
}
#header
{
}
#menu-left
{
	background-image:url(../images/menu-left.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 40px;
	float: left;
}
#home
{
	height: 40px;
	width: 57px;
	float: left;
}
#learn
{
	height:40px;
	width:65px;
	float:left;
}
#search
{
	height:40px;
	width:77px;
	float:left;
}
#watch
{
	height:40px;
	width:71px;
	float:left;
}
#links
{
	height:40px;
	width:61px;
	float:left;
}
#contact
{
	height:40px;
	width:117px;
	float:left;
}
#menu-right
{
	background-image:url(../images/menu-right.png);
	width:123px;
	height:40px;
	background-repeat: no-repeat;
	float: left;
}
#body-text
{
	width: auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#column-1
{
	float:left;
	margin-left: 20px;
}
#column-2
{
	float:right;
}
#column-middle
{
	float:left;
	margin-left:20px;
}
#column-right
{
	float:left;
	margin-left:20px;
}
#coming_soon
{
	float:left;
	margin-left:20px;
}
body {
	background-color: #2A562A;
}
body,td,th {  /* ALL FONT TEXT COLOR */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFCC66;
}
