/* General formating */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: normal;
}

a:link {
	color: #CCCCCC;
	text-decoration:none;
}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

hr {
	color: #999999;
	height: 1px;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}

/* Layout formating */
#container {
	background:url(menu_img/head_back.png) repeat-x}

.header {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.content {
	background: url(menu_img/rings_bottom.jpg) no-repeat top;
	height: auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
}

.footer {
	background-color: #000000;
	height: 16px;
	width: auto;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 5px;
	background-repeat: repeat-x;
}

/* thumbnail formatting */
.galleryContainer {
	text-align:center
}

#gallery {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.gallery td {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.thumbnail {
	border: 1px solid #999999;
}

