body
{
	text-align: center;
	background-color: #a39589;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

#bigbox /* this id box contains the other boxes */
{
	width: 760px;
	height: 570px;
	margin: auto;
	background-color: #003366;
}

#header /* this id box contains the header image */
{
	width: 760px;
	height: 94px;
	margin: 0;
	padding: 0;
	background-color: #003366;
	background-image:  url(../seating/images/index_images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#leftcolumn /* this id box contains the leftcolumn background image */
{
	float: left;
	width: 203px;
	height: 476px;
	margin: 0;
	padding: 0;
	background-color: #003366;
	background-image:  url(../seating/images/index_images/side_links.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

ul.leftcolumn /* this styles the links for the leftcolumn as an unordered list */
{
	line-height: 35px;
	list-style-type: none;
	font-weight: 600;
	text-align: left;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	text-transform: capitalize;
	font-size: 12px;
}

#copyright
{
	color: #fbf0e1;
}

#chairs /* this box contains the main content */
{
	float: right;
	width: 557px;
	height: 476px;
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	background-image: url(../seating/images/index_images/chairs02.jpg);
	background-repeat: no-repeat;
}

#linksbox /* this box contains the navigation */
{
	height: 35px;
	width: 557px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: 200;
	text-align: right;
}

#linksbox a /* spaces the navigation links */
{
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	color: #c1b39a;
}

a:link 
{
	color: #fbf0e1;
	text-decoration: none;
}

a:visited 
{
	color: #fbf0e1;
	text-decoration: none;
}

a:hover 
{
	color: #fbf0e1;
	text-decoration: underline;
}

a:active 
{
	color: #fbf0e1;
	text-decoration: none;
}


