#main {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 1000px;
	margin: 0 auto;
}

#header {
	border-style: none;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

#nav {
	width: 825px;
	text-align: right;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#nav a:hover {
	color: white;
	background-color: black;
}

#body {
	width: 1000px;
	margin: auto;
	text-align: center;
}

#footer {
	margin-top: 100px;
	font-size: x-small;
	text-align: center;
}

#container {
	background-color: #e3ebf3;
	border: 5px solid #ccc;
	width: 720px;
	text-align: center;
	margin: 0 auto;
	padding: 1em;
}

.clear {
	clear: both;
}

.picture {
	height: 305px;
}

.picBorder {
	border-style: solid;
	border-color: transparent;
	border-width: 4px;
}

.picBorder:hover {
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 4px;
}

fieldset {
	text-align: left;
	width: 400px;
	margin: 1em 0;
	padding: 1em;
	border: 10px solid #ccc;
	background: #e3ebf3;
	margin: 0 auto;
}

input {
	font-size: large;
	border-color: #cccccc;
	border-width: 2px;
	border-style: solid;
	background-color: white;
}

input[type="text"],[type="password"] {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	height: 20px;
	width: 200px;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	height: 100px;
	width: 300px;
	border-color: #cccccc;
	border-width: 2px;
	border-style: solid;
	background-color: white;
}

input.radio, input.checkbox {
	border-width: 0px;
	border-style: none;
	float: left;
	margin-right: 1em;
}

input:focus {
	background: #ffd3d3;
}

.submit:active {
	border-color: gray;
	border-style: solid;
	border-width: 2px;
}

.submit:hover {
	cursor: pointer;
}

label {
	display: block;
}

a:hover {
color: black;
background-color: #66ff66;
text-decoration: underline;
}

a {
font-weight: bold;
color: black;
text-decoration: none;
}

#photosContainer {
	padding: 10px;
	margin: auto;
	width: 525px;
}

#photosContainerLeft {
	float: left;
}

#photosContainerRight {
	text-align: left;
	float: right;
}

img {
	border-style: none;
}

img:hover {
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#newMessageLeftCol {
	text-align: left;
	width: 400px;
	float: left;
}

#newMessageRightCol {
	text-align: left;
	float: right;
}

table {
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	border-collapse: collapse;
	width: 40em;
}

caption {
	margin: auto;
	text-align: left;
}

tr {
	border-color: #e6e6e6;
	border-width: 1px;
	border-style: solid;
}

td {
	padding: 5px;
	text-align: left;
}

.date {
	color: #666666;
	font-size: small;
}

a.messageNav {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 5px;
	border-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
}

