/* CSS Document */
#wrapper {
	background-image: url(i/background.gif);
	width: 1024px;
	padding: 10px;
	margin: auto;
}
#content {
	width: 800px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #999999;
	padding-top: 10px;
	border: medium solid #8C0001;
	height: 740px;
		
}


.menu-bg{
	width:650px;
	height:30px;
	margin: auto;
			
}

.menu-bg ul{
	list-style:none;
	margin-top: 10px;
	margin-bottom: 35px;
}
.menu-bg li{
	float:left;
	list-style:none;
}
.menu-bg li a{
	background:url(i/buttons.gif) no-repeat;
	float:left;
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	font-family: 'Lucida Sans', sans-serif;
	font-size: 14px;
	margin-left: 10px;
	width: 100px;
	
}


.menu-bg li a:hover{
	color:#000000;
	background:url(i/buttonsup.gif) no-repeat ;
}
#content #quote  {
	margin-right: 256px;
	margin-left: 256px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content #quote h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}


#content #images {
	margin-right: 160px;
	margin-left: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 480px;
	float: left;	
}

#content #images img {
	float: left;
	border: thin solid #8c0000;
	margin: 5px;
	background-color: #000000;
}
#content #show {
	margin-right: 36px;
	margin-left: 36px;
	height: 669px;
	width: 725px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content #about {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#content #about h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-align: left;
}
#content #about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
