body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#container {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
}
#top {
}
#logo {
	width: 390px;
	float: left;
}
#address {
	width: 390px;
	float: right;
	background-color: #65727A;
}
#nav {
	background-color: #47535a;
	height: 50px;
	clear: both;
	padding-top: 10px;
}
#main {
	background-color: #65727a;
	height: 583px;
	clear: both;
	background-image: url(images/cards.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main2 {
	background-color: #65727a;
	height: 583px;
	clear: both;
	background-image: url(images/bkgallery.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#flash {
	width: 390px;
	float: left;
}
#gallery {
	width: 583px;
	float: left;
	background-color: #111c22;
	height: 583px;
}
#text{
	width: 320px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 35px;
	margin-top: 15px;
}
#footer {
	clear: both;
	color: #000000;
}
