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

#container{
	margin-left:auto; 
	margin-right:auto; 
	width:650px; 
	margin-bottom:150px; 
	margin-top:0px;
}

#container_body{
	width:650px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px;
	background:#FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	background:url(../image/light-pattern.png) fixed; 
	background-position: 0px 0px;
}

#footer{
	position:fixed;
	bottom:0px;
	left:0px;
	background:transparent url('../image/bg-bottom.png') repeat-x 0px 0px; 
	height:35px; 
	width:100%; 
	z-index: 1000;
}


#breadCrumbs{
	font-size:10px;
	font-style:italic;
	margin-bottom:10px;
	margin-top:20px;
}

li{
	margin-top:5px;
}

input, textarea{
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}



#sponsors div{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

.ad{
	display:inline;
	width:100px;
}

.polaroid {
	padding:10px 10px 35px 10px;
	border:1px solid #CCCCCC;
	text-align:center;
}
.polaroidtext {
	font-size:9px;
    color:black;
    position:relative;
    top: -30px;
}


#menu{
	border:1px solid #333333; 
	background:#CCCCCC url(../image/paper-texture.gif); 
	width:200px; 
	margin-left:-50px; 
	margin-top:30px; 
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	float:left; 
	margin-right:20px; 
	padding:8px; 
	font-size:12px;
}
#topmenu{
	background:#FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:60px;
	overflow:hidden;

}

#topmenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#topmenu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top:10px;
}



#topmenu ul li a{
	width:100px;
	height:30px;
	margin:0px;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	display: block;
	text-decoration:none;
	font-size:1.2em;
	color:#313131;
	border-right:solid 1px #e1e1e1;
		
}

#topmenu ul li a:hover{
	color:#7878ff;
		
}






.midmenu{
	margin-left:30px;
	height:70px;
}

.midmenu ul{
	padding:0px;
	list-style:none;
	margin-bottom:10px;
	height:50px;
}

.midmenu ul li{
	display: block;
	float: left;
	text-align: center;
	margin-bottom:10px;
}

.midmenuItem2{
	margin-left:5px; 
	width:200px; 
	height:30px; 
	padding-top:20px; 
	font-size:18px;
}



#vendorList{
	margin-left:30px;
	width:500px;
}

#vendorList td{
	padding-top:5px;
	border-bottom:#E4E4E4 1px solid;
}

.vendorName{


}

.vendorItems{
	font-size:10px;
}


#entList{
	margin-left:20px;
	width:600px;
}
#entList td{
	padding-top:5px;
	border-bottom:#E4E4E4 1px solid;
}





.fullopaque{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

h1, h3, h4, h5{
	color:#660000;
}

h2{
	color:#660000;
	font-size:20px;
	margin-left:5px;
	margin-top:30px;
}

h4{
	margin-top: 30px;
	margin-left:5px;
	margin-bottom:5px;
}

p{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
}

li{
	list-style:square;
}

body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a:link {
	color:#660000;
}
a:visited {
	color:#660000;
}
a:hover {
	color:#660000;
}
a:active {
	color:#660000;
}

a img{
	border:0px;
}

