body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family:Helvetica, Arial, san-serif;
	font-size: 12px;
	color:#777;
	background:#c1c1c1;
}

#wrapper {
	width:800px;
	height:auto;
	min-height:500px;
	margin: 111px auto 0 auto;
	padding: 0;
	background:#fff;
}

#rounded-top {
	background:url(../images/rounded-top.gif) 0 0 no-repeat;
	width:800px;
	height:12px;
}

#header {
	width:800px;
	height:50px;
}

#header a {
	text-decoration:none;
	color:#82CBFF;
}

#header h1 {
	font-size:35px;
	float:left;
	margin:0 15px 0 20px;
	font-weight:normal;
	color:#82CBFF;
	text-decoration:none;
}

#header span {
	font-size:40px;
	float:left;
}

#header ul {
	margin:8px 0 0 8px;
	padding:0;
	list-style:none;
	float:left;
}

#header ul li {
	display:inline;
	margin-left:10px;
}

#header ul li a {
	text-decoration:none;
	color:#777;
	font-size:20px;
	margin: 0 10px 0 0;
	color:#A6BBE8;
}

#header ul li a:hover {
	color:#89a0d2;	
}

#content {
	width:740px;
	height:auto;
	margin: 0 auto;
}

#top {
	width:740px;
	height:auto;
	font-family: Helvetica, Arial, san-serif;
}

#top h1 {
	font-size:18px;
	margin: 10px auto 0 auto;
}

#top h2 {
	font-size:14px;
	margin: 0 auto 8px auto;
}


#top p {
	margin: 0 auto 10px 8px;
}

#top.info a {
	color:#82CBFF;
	font-size:14px;
}

#top.info p {
	margin: 0 0 0 35px;
}

#bottom {
	position:relative;
	width:740px;
	height:auto;
	margin-top:20px;
	font-family: Helvetica, Arial, san-serif;
}

#bottom a img {
	border:none;	
}

#gallery-menu {
	width:144px;
	height:auto;
	float:left;
}

#gallery-menu ul {
	list-style:none;
	margin: 0 10px 0 0;
	padding:0;
}

#gallery-menu li {
	font-size:14px;
	text-align:right;
	margin: 0 0 14px 0;
}

#gallery-menu li a {
	text-decoration:none;
	font-weight:bold;
	color:#A6BBE8;
}

#gallery-menu li a:hover {
	color:#89a0d2;	
}


#gallery-container {
	width:596px;
	height:auto;
	min-height:400px;
	float:left;
}

#gallery-container .thumb {
	width:135px;
	height:135px;
	margin: 0 0 10px 10px;
	float:left;
	background:#777;
}

#gallery-container .thumb a img {
	border:none;	
}

.thumb-tint {
	filter: Alpha(Opacity=10, Style=0); 
   -moz-opacity: 10%; 
   opacity: 10%;	
}


#footer {
	width:auto;
	height: 20px;
	margin: 0 auto;
	padding:5px 0 20px 0;
	clear:both;
}

#footer hr {
	width:90%;
	border-top:1px solid #888;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

#footer p {
	margin:0;
	text-align:center;
}
