body {
	padding-bottom: 20px;
	color: #ffccff;
	background-color: #303446;
	margin: 0px;
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background-repeat: repeat;
	background-image: url(body_background.gif);
}

body a {
	color: #ffccff;
}

input[type="text"] {
	height: 25px;
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

input[type="password"] {
	height: 25px;
	font-size: 15px;
}

table {
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#header {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: white;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
	height: 60px;
	background-repeat: no-repeat;
	background-position: top center;
}

#header h1 {
	margin: 0px;
	font-size: 30px;
	font-weight: normal;
}

#header h2 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}

#navigation {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	padding: 10px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(navigation_background.png);
}

#navigation_content {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#navigation_content #selected_item {
	font-size: 18px;
	font-weight: bold;
}

#navigation_content .left_item {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	color: white;
}

#content {
	width: 680px;
	padding: 10px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#content h1
{
	margin: 0px;
	font-size:25px;
	font-weight: bold;
}

#content h2
{
	margin: 0px;
	font-size:20px;
	font-weight: normal;
}

#content h3
{
	margin: 0px;
	font-size:12px;
	font-weight: normal;
}

#content form
{
	margin: 0px;
}

#content a {
	color: #ffccff;
}

#content ul
{
	margin:0px;
	padding-left:20px;
}

#content .image_box {
	border-color: #4b506a;
	border-width: 2px;
	border-style: solid;
}

#content .image_box img {
	margin: 5px;
}

#content .movie_box {
	border-color: #4b506a;
	border-width: 2px;
	border-style: solid;
}

#content .movie_box object {
	margin: 5px;
}

#footer {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #ffccff;
}