body{
	margin:0;
	text-align:center;
	background-color:#000;
}

#main {
	background:url("../images/bg.jpg");
  	margin-left: auto;
  	margin-right: auto;
	width:800px;
	height:600px;
}

#menu {
	width:141px;
	height:304px;
	float:left;
	margin-top:101px;
	margin-left:70px;
	background-color: #ccc;
}



#menuTable {
	width:141px;
	height:304px;
	margin: 0 auto;
	border: 0;
}

#menuTable td {
	border: 0;
	height:38px;
}

#highlights {
	width:194px;
	height:351px;
	float:right;
	margin-top:200px;
	margin-right:77px;
	background: url("../images/orange_frame.png");
}


#highlightsContent {
	width:160px;
	height:285px;
	float:right;
	margin-top:50px;
	margin-right:12px;
	background-color: #ccc;
}



.rolloverLink1 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/1.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink1 a:hover { 
	background-position: 0 -38px;
}


.rolloverLink2 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/2.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink2 a:hover { 
	background-position: 0 -38px;
}


.rolloverLink3 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/3.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink3 a:hover { 
	background-position: 0 -38px;
}

.rolloverLink4 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/4.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink4 a:hover { 
	background-position: 0 -38px;
}


.rolloverLink5 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/5.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink5 a:hover { 
	background-position: 0 -38px;
}


.rolloverLink6 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/6.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink6 a:hover { 
	background-position: 0 -38px;
}


.rolloverLink7 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/7.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink7 a:hover { 
	background-position: 0 -38px;
}

.rolloverLink8 a {
	display:block;
	width: 141px;
	height: 38px;
	background: url("../images/8.png") 0 0 no-repeat;
	text-decoration: none;
}
.rolloverLink8 a:hover { 
	background-position: 0 -38px;
}



*/ Menu Image Rollover */