* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #header {
	width: 800px;
	height: 160px;
	margin-bottom: 10px;
}
#wrapper #nav {
	width: 800px;
	height: 29px;
	background-image: url(images/navbg.jpg);
}
#holder {
	padding-top: 4px;
	padding-left: 15px;
	color: #FFFFFF;
}
#wrapper #content {
	width: 800px;
	padding-top: 20px;
}
#wrapper #content #text {
	width: 400px;
	padding-right: 50px;
	font-size: 12px;
	float: left;
}
#wrapper #content #gallery {
	width: 800px;
	font-size: 12px;
	float: left;
}
#wrapper #content #gallery #pics {
	width: 180px;
	float: left;
	padding-right: 26px;
	padding-bottom: 26px;
}
#wrapper #content #gallery #picsend {
	width: 180px;
	float: left;
	padding-bottom: 26px;
}
#wrapper #content #images {
	width: 350px;
	float: right;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #585852;
}
.nav a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.nav a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.nav a:hover {
	color: #ececec;
	font-size: 14px;
	font-weight: bold;
}
#flashcontent {
	width:800px;
	height: 490px;
	border:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#footer {
	width:800px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	margin-top: 50px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #585852;
}
.h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
