/* CSS Document */

body {
	background:#00154b;
	font: .9em Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border:0px;
	text-align: center;
}

#content{
	background:url(../Images/background.jpg) top repeat-x;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:100%;
	text-align:center;
}

#menu {
	background:url(../Images/header.png) top left no-repeat;
	position:relative;
	height:120px;
	margin:10px;
	padding-top:75px;
	text-align:right;
}

#menu ul {
	font: 17px Helvetica, Arial, Verdana, sans-serif;
	text-align: right;	
	font-weight:bold;
	text-transform:uppercase;
}

#menu li {
	display: inline;
	padding:  0 10px 0 10px;
}

#menu a:link, #menu a:visited {
	color: #bcbcbc;
	text-decoration: none;
}

#menu a:hover { 
	color: #d7ba75;
	border-top: 2px solid #bcbcbc;
}

#main{
	background:url(../Images/WhiteBG.png);
	border-top:#b3b2b8 solid medium;
	border-bottom:#b3b2b8 solid medium;
	position:relative;
	height:400px;
	width:840px;
	text-align:left;
	padding:10px;
}

#whiteBox{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:839px;
	height:376px;
	border-top:#b3b2b8 solid medium;
	border-bottom:#b3b2b8 solid medium;
	background:url(../Images/mainBG.png) center no-repeat;
}

#nextYear{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	color:#00006b;
	position:absolute;
	bottom:140px;
	padding-top:4px;
	right:10px;
	width:450px;
	height:40px;
	background:url(../Images/goldBar.png) top center no-repeat;
	text-align:center;
}

#side{
	background: url(../Images/gold.jpg) center repeat-y;
}

#footer{
	color:#FFFFFF;
	font-size:.93em;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
}

#footer a{
	color:#FFFFFF;
	font-size:.93em;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}
