* { /* star is universal symbol for IE */
padding:0;
margin:0;
}

body {
font: 12px Helvetica, Tahoma, Verdana, Arial, sans-serif;
color:#666666;
line-height:12pt;
}

p {
margin-top:10px;
}


#container {
width: 860px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}



/* CSS class for zoomed area */
.MagicZoomBigImageCont {
border:1px solid #ccc;

}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			12px Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color:			#666;
	background:		#ccc;
	text-align:     center; !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}



#col1 {
width:300px;
margin-right:20px;
margin-top:20px;
float:left;
}

#col2 {
float:left;
width:530px;
margin-top:20px;
}

#header{
font: 12px Helvetica, Tahoma, Verdana, Arial, sans-serif;
color:#666666;
line-height:12pt;
height:168px;
}



#header a {
text-decoration:none;
color:#666666;
}

#header a:hover {
text-decoration:none;
color:#FF0000;
}



#nav {
height:110px;
font-size:12px;
}

#nav ul {
line-height:30px;
list-style-type:none;
}

#nav li {
display:block;
padding-top:1px;
float:left;
width:90px;
margin-right:15px;
list-style-type:none;
border-top:3px solid #333;
}

#nav li a {
display:block;
width:90px;
color:#666666;
text-decoration:none;
}

#nav li a:hover {
display:block;
width:90px;
color:#FF0000;
text-decoration:none;
}

#nav li .aboutnav, 
.seatingnav, 
.tablesnav, 
.commissionsnav, 
.clearancenav {
color:#333;
width:80px;
}

#topplaceholder {
margin-top:278px;
}

#tophead {
\font: 18px Georgia, "Times New Roman", Times, serif;
f\ont: 18px Helvetica, Tahoma, Verdana, Arial, sans-serif;
line-height:30px;
color:#666666;
border-bottom:1px solid #ccc;
margin-top:169px;
}

html>body #tophead { font: 18px Georgia, "Times New Roman", Times, serif; }


#lefthead {
\font: 18px Georgia, "Times New Roman", Times, serif;
f\ont: 18px Helvetica, Tahoma, Verdana, Arial, sans-serif;
line-height:30px;
color:#666666;
height:30px;
border-bottom:1px solid #ccc;
}

html>body #lefthead { font: 18px Georgia, "Times New Roman", Times, serif; }

#righthead {
\font: 18px Georgia, "Times New Roman", Times, serif;
f\ont: 18px Helvetica, Tahoma, Verdana, Arial, sans-serif;
color:#666666;
height:30px;
border-bottom:1px solid #ccc;
}

html>body #righthead { font: 18px Georgia, "Times New Roman", Times, serif; }

#instruction {
display:inline;
color:#666666;
font-size:11px;
line-height:24px;
}

#instruction a { 
text-decoration:none;
}

#instruction a:hover {
text-decoration:none;
}

.small {
padding-right:5px;
}

#topsection {
height:100px;
margin-top:8px;
font-size:12px;
}

#leftsection {
height:300px;
margin-top:35px;
overflow:auto;
}

#leftsection img{
margin-right:5px;
margin-bottom:5px;
}

#leftsection a {
text-decoration:none;
color:#FF0000;
}

#leftsection a:hover {
text-decoration:underline;
color:#FF0000;
}

#leftsection ul {
text-decoration:none;
margin:5px 0 0 30px;
}

#box {
width:90px;
float:left;
height:130px;
}

#box a img {
border:2px solid #FFF;
}

#box a:hover img {
border:2px solid #ccc;
}




#blockrow {
height:90px;
width:260px;
float:left;
font-size:10px;
border-bottom:1px solid #ccc;
margin-bottom:10px;
padding-bottom:5px;
}

.blockrow {
height:20px;
width:260px;
float:left;
border-bottom:1px solid #ccc;
margin-bottom:10px;
}


#blockrow a img {
border:2px solid #FFF;
float:left;
margin-right:20px;
margin-top:5px;
}

#blockrow a:hover img {
border:2px solid #ccc;
}

.dimensions {
font-style:italic;
line-height:25px;
font-size:12px;
}





#rightsection {
min-height:400px;
margin-top:10px;
overflow:hidden;
}

#textleft {
float:left;
margin-right:15px;
}

#textright {
line-height:14px;
}

.was {
text-decoration:line-through;
}

.now {
color:#FFFFFF;
background-color:#FF0000;
padding-left:4px;
padding-right:4px;
font-size:14px;
}

<script type="text/javascript" src="virtualpaginate.js">

/***********************************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>


.virtualpage{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
text-align: left;
}


.paginationstyle select{ /*Style for demo pagination divs' select menu*/
color:#FF0000;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
color:#666;
background-color:#CCCCCC;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
}

.paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color:#fff;
background-color:#FF0000;
}