/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0;
	background-color:black;
	color:white;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
}	
#minWidth{
	width:100%;
	min-width:786px;
	height:100%;
}
body, #minWidth {
	min-height: 100%;
	height: 100%;
	width: 100%;
	height: 635px;
	min-height: 635px;
}
html>body html, body, #minWidth {
	min-height: 100%;
	height: 100%;
}
#minWidth{
	position: absolute;
	top: 0;
    left: 0;
	min-width: 100%;
	}
#leftTop{
	position:absolute;
	top:0;
	left:0;
	width:503px;
	height:216px;
	background-color: #000000;
	background-image: url(../images/upperLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:10;
}
#threeToneStripe{
	position:absolute;
	top:153px;
	left:0;
	width:100%;
	height:9px;
	background-image: url(../images/threeToneStripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:20;
}
#yellowVette{
	position:absolute;
	top:0;
	right:0;
	width:342px;
	height:237px;
	z-index:30;
}
html>body #yellowVette{
	background-image: url(../images/vette.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#chromeWords{
	position:absolute;
	top:111px;
	left:0px;
	width:660px;
	height:104px;
	z-index:40;
}
html>body #chromeWords{
	background-image: url(../images/chromeWords.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navWrap{
	position:absolute;
	top:0;
	left:0;
	width:176px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	z-index:5;
	height:100%;
	height:650px;
}
html>body #navWrap{
	min-height:635px;
	height:100%;
}
#nav{
	position:absolute;
	top:212px;
	left:0;
	width:176px;
	height:324px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideBanner{
	width:176px;
}
#content{
	width:100%;
	/*top:0;
	left:0;*/
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	padding-top:220px;
	padding-left:186px;
	/*border-left:solid 176px #3B3B3B;
	margin:0 10px;*/
	/*z-index:1;*/
}
html>body #content{
	width:auto;
	padding-top:200px;
}
a {
color:white;
}
#events{
	margin:20px 0 10px 10px;
}
#events td {
	vertical-align:top;
}
#albumlist {
	list-style-type: none;
}
#albumlist li {
	width:125px;
	height:125px;
	text-align:center;
	float: left;
	margin-right: 6px;
	/*margin-bottom: 6px;*/
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	/*display: block;*/
	/*border: 1px solid #333300;*/
	border:1px solid #003366;
}
#gallery{
	text-align:center;
}
.centerItem {
	text-align:center;
}
#sponsor{
	position:relative;
	width:100%;
	/*width:225px;
	left:50%;
	margin-left:-150px;*/
}
h2{
	font-style: italic;
	font-variant: small-caps;
	color: #CCCCCC;
	margin-bottom: 0px;
}
h3{
}
.tableHeader
{
    background-color:#990000;
}
.hiddenItem
{
    visibility:hidden;
}