body
{
	margin: 0;
	background: #7da7d8 url(images/page_bg.gif) top repeat-x;
}

a
{
	text-decoration: none;
	color: red;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, p
{
	margin-top: 0;
}

#page_container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 900px;
	height: 137px;
	margin-top: 25px;
	background: url(images/header.jpg) top center no-repeat;
}

#content
{
	width: 900px;
	background: transparent url(images/content_bg.jpg) repeat-y center top;
	min-height: 200px;
}

#left
{
	float: left;
	width: 223px;
}

#right
{
	float: left;
	width: 630px;
	padding-left: 15px;
}
.title
{
	display: none;
}
#left ul
{
	list-style: none;
}
#content_bottom
{
	width: 900px;
	height: 36px;
	background: url(images/content_bottom.jpg) top center no-repeat;
}

#footer
{
	text-align: center;
	font-size: 8pt;
}

#fvideo
{
	width: 480px;
	margin: 0 auto;
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#mainmenu ul li
{
	margin-bottom: 10px;
}

#mainmenu ul li a
{
	color: #ffffff;
	font-size: 16pt;
}
