html {
padding:0px;
margin:0px;
}
body {
	padding: 0;
	margin: 0;
	background-color: #7a0a31;
	 
}

#wrapper {
position: relative;
margin: auto;
text-align: center;
width: 850px;
background-image: url("http://tempomentorevent.org/images/shadow.jpg");
background-repeat: repeat-y;
}

#page-container {
	width: 800px;
	margin: auto;
	text-align: left;
	}

#top {
	width: 790px;
	margin: auto;
	text-align: left;
	}
	
#middle {
	width: 790px;
	margin: auto;
	text-align: left;
	border-top: solid thin #000 1px;
	border-bottom: solid thin #000 1px;
	font-family: grotesque, helvetica, arial, sans serif, eurostile;
	font-size: 14px;
	line-height: 18px;
	}

#header {
	width: 790px;
	margin: auto;
	text-align: left;
	}

#menu {
	width: 800px;
	margin: auto;
	text-align: center;
}

#shell {
	margin: auto;
	width: 800px;
	font-family: helvetica, arial, sans serif, eurostile;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
}

#left {
	float: left;
	text-align: left;
	padding: 20px;
	width: 500px;
	background-color: #fff;
}

#right {
	float: right;
	text-align: left;
	padding: 20px;
	width: 220px;
	background-color: #fff;
}
#footer {
	clear: both;
	text-align: center;
	width: 800px;
	height: 20px;
	margin: auto;
	background-color: #ccc;
}

h1 {
font-family: grotesque, helvetica, arial, sans serif, eurostile;
font-size: 30px;
color: #000;
background-color: transparent;
text-align: left;
}

h2 {
font-family: grotesque, helvetica, arial, sans serif, eurostile;
font-size: 24px;
color: #7a0a31;
background-color: transparent;
text-align: left;
}

h3 {
font-family: grotesque, helvetica, arial, sans serif, eurostile;
font-size: 18px;
color: #000;
background-color: transparent;
text-transform: uppercase;
text-align: left;
}

b {
color: #1e90ff;
}

hr {
color: #ccc;
width: 100%;
height: 1px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: ##7a0a31;
	text-decoration: none;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 14px Georgia #000;
line-height: 22px;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://www.hdsavegasnights.com/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #000;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: #000;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #000;
background: transparent url(http://www.hdsavegasnights.com/images/blockactive.gif) center center repeat-x;
}

