body
{
	font-family: 'lucida grande',verdana,arial,sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #fff;
}

a:link
{
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}

a:visited
{
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}

a:hover
{
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

#header
{
	margin: 10px;
}

/* ---[ nav ]------------------------------- */

#nav 
{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 0px solid #466869;
	border-bottom: 3px solid #466869;
	background: #466869 url(images/nav_bkg.jpg) repeat-x top left;
}

#nav li 
{
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(images/nav_border.gif) no-repeat top right;
}

#nav a 
{
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

#nav a:visited
{
	font-weight: normal;
}

#nav a:hover, #nav a.active 
{
	color: #466869;
	background: #fff;
}

#nav a.active 
{
	font-weight: bold;
}

li#t-home a 
{
	margin-left: 25px;
}

li#t-welcome
{
	margin-right: 25px;
	float: right;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

/* Header Styles ----------*/

h1
{
	font-size: 170%;
	color: #000;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #bbb;
}

h2
{
	font-size: 160%;
	color: #333;
	font-weight: normal;
	margin: 20px 0 0 0 ;
	font-family: georgia,times,serif;
	padding: 0 0 0 16px;
	background: #fff url(images/arrow.gif) no-repeat 0 3px;
}

#content
{
	padding: 20px;
}

dl
{
	font-size: 100%;
}

dt
{
	font-weight: bold;
	color: #466869;
	font-size: 110%;
	margin: 0;
}

dd
{
	font-size: 90%;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
}

#logintable
{
	width: 50%;
}

#logintable td
{
	font-size: 90%;
	color: #333;
	font-weight: bold;
	padding: 3px;
}

#movie
{
	text-align: center;
	padding: 20px;
}

#indent
{
	margin: 0 0 0 30px;
}