body {
	margin: 5px;
	background: #000;
	font: bold 15px "Times New Roman", Times, serif;
	color: #A6BAC3;
	}
a:link, a:visited, a:active {
	color: #A2B6BF;
	text-decoration: underline;	
	}
a:hover{
	color: #fff;
	}
h1 {
	font-size: 24px;
	color: #A2B6BF;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: 24px;
	color: #A2B6BF;
	text-align: left;
}
#container{
	width: 830px;
	\width: 830px;
	w\idth: 830px;
	margin-left: auto;
	margin-right: auto;
	}

	/* START HEADER */
#header{
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/header_bg.jpg);
	}	
		/* END HEADER */
#navigation{
	text-align: center;
	letter-spacing: 1px;
	height: 30px;
	padding: 10px;
		}
	#navigation ul{
		margin: 0;
		padding: 0px;
		}
	#navigation ul li {
		list-style-type: none;
		display: inline;
		padding: 10px;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #A2B6BF; 
		text-decoration: none;
		font-size: 16px;
		}
	#navigation a:hover{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		}
#content{
	padding: 20px;
	text-align: left;
	}
.stroke {
	border: 1px solid #A2B6BF;
	}
.accent {
	font-size: 18px;
	font-weight: bold;
}
.smalltext {
	font-size: 12px;
}
/* START GALLERIES */
	#gallery{
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		}
	#enlarge{
		width: 500px;
		height: 450px;
		}
	#enlarge img{
		border: 1px solid #A2B6BF;
		}
	.thumbnails td {
	}
	.thumbnails img{
		margin: 5px;
		border: 1px solid #A2B6BF;
		}
/* END GALLERIES */
#footer{
	font-size: 12px;
	text-align: center;
	color: #A2B6BF;
	padding: 0px;
	}
	#footer a:link, #footer a:visited, #footer a:active {
	color: #A2B6BF;
	text-decoration: none;	
	}
	#footer a:hover{
	color: #fff;
	}
