@CHARSET "UTF-8";

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background: #eee;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #666;	
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px 0;
}

a:link, a:active, a:visited {
	color: #545454;
}

p {
	font-size: 14px;
	padding: 0;
	margin: 5px 0 5px 0;
}

th {
	border-bottom: 1px dashed #999;	
}

td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;	
}

.clear {
	clear: both;	
}

.alert{
	background: url('../images/redstripes.gif') top left;
	border: 2px solid #999;
	padding: 10px;
	margin: 10px 0;
	width: 350px;
	font-weight: bold;
	color: #000;
}	

.styled_input_lg {
	width: 250px;
	padding: 3px 5px;
	color: #333;
	background: #eee;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.photo-container {
	width: 200px;
	float: left;
	text-align: center;
	margin-right: 20px;
	height: 220px;
	margin-bottom: 20px;
}
.photo-container img {
	border: 1px solid #666;	
}

#container {
	width: 766px;
	margin: 0 auto;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	min-height: 600px;
	background: #fff;
}

#header {
	border-bottom: 2px solid #666;
}

#nav {
	background: #e2e2e2;
	height: 27px;
	border-bottom: 2px solid #999;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	border-right: 1px solid #ccc;
}
#nav a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
}

#nav a:hover {
	background: #ccc;
}

a#current {
	background: #ccc;
}

#content {
	padding: 10px 20px;
	min-height: 350px;
}

#footer {
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer p {
	font-size: 10px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	border-right: 1px solid #999;
	font-size: 9px;
	padding-right: 5px;
}
#footer a {
	font-size: 11px;
	color: #545454;
}