@charset "utf-8"; html,
/* CSS Document */

/******** ZERO DOCUMENT ********/ 
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset    {
margin: 0px;
padding: 0px;
border: 0px;
}

#wrapper {
	margin: 15px auto 15px auto;
	width: 470px;
	height: auto;
	padding: 0px 15px 15px 15px;
}

#logo {
	height:300px;
	width:470px;
	background-image:url(../images/title.png)
}

#menu {
	background:black;
	height:30px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	float: left;
	height: 30px;
	text-align: center;
	width: 94px;
	line-height: 30px;
}

#menu ul li a:hover {
	color:#990000;
}

.contentBox {
	margin: 20px 0;
}

.contentBox a img  {
	border:3px #FFFFFF solid;
	margin: 10px;
	text-align: left;
	float: left;
}

.contentBox a:hover img {
	border-color: #990000;
}

.contentBoxLast {
	margin: 20px 0;
	background:url(../images/footer.png) no-repeat;
	height:300px;
}

.merch {
	margin:2px;
}

.divider {
	display:block;
	height:14px;
	background:url(../images/divider.png) no-repeat;
	text-align: right;
	padding-right: 5px;
	clear: both;
}

.top {
	color:#000000;
	text-decoration:none;
}

.top:hover {
	color:#990000;
}

#copyRight {
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	height:20px;
}

/******** TEXT ********/
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: justify;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

h1 {
	color:white;
	font-size:xx-large;
	border-bottom: 1px dotted white;
	margin: 0 0 20px 0;
}

h2 {
	font-size:150%;
	margin-bottom: 10px;
}

h3 {
	font-size:9px;
}


hr {
	border: none 0;
	border-top: 1px dotted #FFFFFF;/*the border*/
	width: 50%;
	height: 1px;
	margin-bottom: 20px;
}

/******** FORM STYLE ********/

textarea {
	border:white 1px solid;
	background-color:#000000;
	color:#FFFFFF;
}

input {
	border:white 1px solid;
	background-color:#000000;
	color:#FFFFFF;
}
