/* CSS Document */
body, html {
	padding: 0px;
	margin: 0px;
	padding-bottom: 60px;
	font: 11px Helvetica, sans-serif;
}
a.login {
	font-weight: bold;
	color: #333399;
	text-decoration: underline;
}
a.login:hover {
	text-decoration: none;
}
#navigation {
	background-image: url(../images/navigation/nav_background.gif);
	background-repeat: repeat-x;
	border-bottom: 6px solid #666666;
}
#navigation img {
	background-image: url(../images/navigation/header.jpg);
	background-position: center;
}
#header {
	height: 95px;
	background-image: url(../images/navigation/header.jpg);
	background-position: center;
}
#photoGallery {
	width: 640px;
	margin-top: 30px;
	text-align: center;
}
#content {
	width: 740px;
	height:100%;
	margin-top: 30px;
	font: 11px/16px Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}
#content .right {
	width: 400px;
	float: right;
	border-left: 2px dotted #cccccc;
	padding-left: 15px;
}
#content h1 {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #333399;
	margin-top: 0px;
	padding-top: 0px;
}
#content h2 {
	font: bold 13px Helvetica, Arial, sans-serif;
	color: #333333;
}
#content img {
	float: left;
}
#content img.noFloat {
	float: none;
	margin-bottom: 20px;
	padding: 5px;
	border: none;
}
#content ul {
	margin-left: 0px;
	padding-left: 15px;
}
#content a {
	color: #333399;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#footer {
	font-size: 10px;
	position: fixed;
	background-image: url(../images/navigation/footer.jpg);
	background-position: center;
	border-top: 6px solid #666666;
	bottom: 0px;
	height: 30px;
	width: 100%;
	color: #FFFFFF;
	margin-top: 20px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	line-height: 30px;
}
#footer a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
input {
	border: 1px solid #cccccc;
	font: 11px Helvetica, Arial, sans-serif;
	color: #333399;
	width: 185px;
	padding: 4px 0px 3px 2px;
}
input.button {
	width: auto;
	font-weight: bold;
	color: #ffffff;
	background-color: #333399;
	padding: 4px 3px 3px 3px;
}
label {
	font-weight: bold;
}
textarea {
	border: 1px solid #cccccc;
	font: 11px Helvetica, Arial, sans-serif;
	color: #333399;
	width: 185px;
	padding: 4px 0px 3px 2px;
}
.message {
	font-weight: bold;
	color: #ff0000;
}
.red {
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
}
.border {
	padding: 3px;
	border: 0px solid #e6e6e6;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}