/*  Something Sweet Style Sheet  */

body {
	background-image: url(images/bg.jpg);
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 100%;
	background-color: #437798;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#container {
	width: 780px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 3px solid #033454;
}

div#header {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #86c4ec;
}

div#main {
	padding: 20px 10px;
	color: #074773;
	font-size: 80%;
	line-height: 1.4;
}

div#trailer {
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
	font-size: 60%;
	color: navy;
	width: 100%;
}

div#credits {
	font-size: 70%;
	line-height: 1.4;
	text-align: center;
        color: #ffffff;
}

/******************** Top Navigational Links   *********************/

div#nav {
	margin: 0;
	padding: 0;
	height: 20px;
}

div#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

div#nav ul li a{
	background: #ffffb3;
	width: 128px;
	height: 18px;
	border-top: 2px solid #ff6;
	border-left: 1px solid #ff6;
	border-bottom: 2px solid #ff6;
	border-right: 1px solid #ff6;
	padding: 3px 0 0 0;
	margin: 0;
	color: #99001a;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 80%/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

div#nav ul li a:hover {
	color: #E60026;
	background: #ff6;
}

div#nav a:active {
	background: #ffc;
	color: #fff;
}

div#nav li#active a {
	background: #ffc;
	border: 1px solid #c60;
	color: #fff;
}

/****************  Bottom Navigational Links   ********************/

div#trailer a {
	text-decoration: none;
	color: #0000ff;
}

div#trailer a:hover {
	text-decoration: underline;
	color: #0099cc;
}

/****************  Credits Links   ********************/


div#credits a {
	color: navy;
	text-decoration: none;
	font-weight: bold;
}

div#credits a:hover {
	color: goldenrod;
	text-decoration: underline;
}

h1 {
	font-size: 140%;
	line-height: 1.4;
	font-weight: bold;
	color: #074773;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.announce {
	font-size: 100%;
	font-weight: bold;
}
.events {
	font-size: 100%;
	line-height: 1.1;
	color: #660000;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #660000;
	text-align: center;
	line-height: 1.2;
}
h3 {
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.indent {
	text-indent: 25px;
}

