body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #333333;
}
#container {
	background-color:#fff;
}
#main {
	padding:10px;
	height:520px;
}
#main p {
	line-height:18px;
}
#nav {
	background-color:#000;
}
#footer {
	font-size:10px;
	color:#fff;
}
h1 {
	font-size:24px;
	color:#7d983b;
	border-bottom:1px solid #333;
}
h2 {
	font-size:16px;
	color:#f2ac33;
	text-transform:uppercase;
}
.clear {
	clear: both;	
}
.float_left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.float_right {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist li {
list-style: none;
margin: 0;
padding: 10px;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none;
color:#fff;
 }
#navlist li a:hover { 
	text-decoration: none;
	color:#f2ac33;
 }
.styled_input {
 	width:400px;
	padding:2px;
	color:#333333;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}
.visible {
	display:block;
}
.hidden {
	display:none;
}

.album {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.photo-container {
	width: 160px;
	float: left;
	margin-left: 15px; 
	margin-top: 20px;
	margin-bottom:30px;
}
.photo-image {
	width: 145px;
	height: 150px;
	border: 1px solid #ccc;
}
.small_text {
	font-size:10px;
}