html
{
	height: 100,1%;
}

body
{
	margin: 25px;
	font-family: helvetica, verdana, arial, tahoma, sans-serif;
	font-size: 85%;
	background-color: #FFF;
	line-height: 175%;
}

a:active, a:visited, a:link
{
	color: #6699CC;
	/*color: #4D6600;*/
	text-decoration: none;
}

a:hover
{
	color: #0099CC;
	text-decoration: none;
}

#container
{
	margin: 10px auto;
	width: 760px;
}

#header
{
/*	width: 740px;*/
/*	height: 81px;*/
        border-bottom: 1px solid #006699;
/*	background: #006699;*/
/*	background: #99CC00;*/
/*	color: #FFFFFF;*/
	font-size: 20pt;
	text-align: center;
	margin-bottom: 15px;
}

#logo
{
	width: 97%;
	text-align: right;
	padding: 0px 6px;
	letter-spacing: -2px;
}

#logo h1
{
	font-size: 200%;
	padding-top: 48px;
}

#left
{
	float: left;
	width: 225px;
}

#right
{
	border-left: 1px dashed #006699;
	float: left;
	width: 505px;
	padding: 0px 10px;
	min-height: 375px;
	overflow: auto;
}

#right h2
{
	letter-spacing: 6px;
	border-bottom: 1px dashed #006699;
	padding: 6px 0px;
	color: #006699;
	/*color: #89B700;*/
	font-size: 175%;
}

.submenu
{
	float: left;
	margin-top: 15px;
	width: 150px;
}

#footer
{
	float: left;
	width: 740px;
	padding: 5px 10px;
	text-align: right;
	letter-spacing: 2px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 15px;
        border-top: 1px solid #006699;
}

.topnav
{
	padding-left: 0;
	margin-left: 0;
	width: 140px;
}

.topnav li
{
	list-style: none;
	margin: 0;
	padding: 5px 6px;
	border-bottom: 1px solid #006699;
}

.topnav li a
{
	text-decoration: none;
}

.tableMovies li
{
	list-style-type: none;
}