#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; /* slightly larger width than all other sections to avoid any un-natural line breaks */
}
#header
{
}
#navigation
{
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	width: 738px;
	height: 40px;
}
#menu-left
{
	background-image:url(../images/menu-left.png);
	background-repeat: no-repeat;
	width: 167px;
	height: 40px;
	float: left;
	margin-right: 448px;
}
#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: right;
}
#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;
}
#column-frys
{
	float:left;
	margin-left: 20px;
}
#main-sec
{
	float:left;
	margin-left:20px;
	margin-right:20px;
}
#coming_soon
{
	float:left;
	margin-left:20px;
}
#video
{
	float:left;
}
#vidtitle
{
	float:left;
	margin-left: 25px;
	margin-top: 55px;
}
body {
	background-color: #2A562A;
}
body,td,th {  /* ALL FONT TEXT COLOR */
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFCC66;
}
img {
	border:none;
}
