/******** Content Style *********/


body {
          background: url(img/background3.gif);
          font: 0.9em  Tahoma, Verdana, sans-serif;
    }

h1 {
          text-align : center;
          font : bold 1.2em  Tahoma, Verdana, sans-serif;
    }
    
h2 {
          color : black;
          font : bold 1.3em  Tahoma, Verdana, sans-serif;
    }
    
    
h3 {
          color : black;
          font : bold 1.4em  Tahoma, Verdana, sans-serif;
    }
    
#page {
	text-align: center;
	margin: 0em auto 0em auto;
	width: 760px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: black;
}

#header {
	background-color: #EDEDED;
	height: 120px;
	margin: 1px 6px 3px 6px;
}

#wrexpo {
	margin: 0px 0px 0px 0px;
}

#menucontainer {
	margin: 1px 6px 3px 6px ;
	height: 28px;
	background-color: #831728;
}

#content {
          width : 730px;
          margin: 0em auto 0em auto;
          color : black;
          padding: 5px;
          border : 4px solid rgb(255, 255, 255);
          background-color : #FFFFFF;
          text-align : justify;
    }   

#sponsors {

	margin: 0px 6px 6px 6px ;
	height: 250px;
    background-color : #FFFFFF;
	color:black;

}

#sponsors a:link img {
	border-style: none;
}

#sponsors a:visited img{
	border-style: none;
}

#sponsorstbl {
	width: 730px;
	height: 200px;
	
}

#sponsorstbl td {
	width: 120px;
	height: 100px;
	text-align: center;  
	vertical-align: middle;

}

#td2 {
	height: 120px;
}


#footer {

	margin: 1px 6px 3px 6px ;
	padding-top: 1px;
	height: 30px;
	color:#FFFFFF;
	font : bold 9pt "Lucida Sans", Verdana, sans-serif;
	background-color: #831728;
	text-align : center;

}
    
/******** Menu Style *************/

/* remove the bullets, padding and margins from the lists */

#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */

#menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */

#menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */

#menu a, #menu :visited {
	display:block;
	font: bold 9pt  "Lucida Sans", Verdana, sans-serif;
	width:149px;
	padding:7px 0;
	color:#E1DFDD;
	background:#831728;
	text-decoration:none;
	text-align:center;
}

/* style the links hover */

#menu :hover{
	color:#FFDD42;
	background:#440D14;
}



/* hide the sub level links */

#menu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
}

/* make the sub level visible on hover list or link */

#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible;
}

.width_120
{
	
}