@charset "utf-8";
body {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#container .copyStatement {
	font-size: 11px;
	color: #999999;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #4B5E9C;
	text-decoration: none;
}
p {
	line-height: 20px;
}

a:hover {
	text-decoration: underline;
}

#frame {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}
#frame #header {
	width: 700px;
	float: left;
	height: 80px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#frame #header #logo {
	width: 370px;
	float: left;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#frame #header #logo h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#frame #header #nav {
	width: 300px;
	float: right;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	text-align:right;
}


#frame #content {
	float: left;
	height: auto;
	width: 700px;
	padding: 0px;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#frame #content h1{
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#frame #content h2 {
	font-size: 18px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	position: relative;
	width: 100%;
}
#frame #content h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.large {
	margin-right: 15px;
}
.thumb_gallery {
	position: relative;
	height: auto;
	float: left;
	width: auto;
	margin-bottom: 10px;
}


.thumb {
	height: 50px;
	width: 50px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
}
#frame #bottom {
	float: left;
	width: 700px;
	padding: 0px;
	height: 30px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#frame #bottom #footer {
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.float-l {
	float: left;
	margin-right: 20px;

}
