#mainsail {
	margin: 10px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	background-color: #dee4e8;
	width: 960px;
}

#heading1 {
	padding: 10px;
}

#mainsail h1 {
}

p#attribution {
	color: #74787d;
	font-size: 0.9em;
}

#aside {
	margin-right: 10px;
	margin-left: 10px;
	background-color: white;
	float: left;
	width: 160px;
}

#aside h2 {
	font-size: 1.2em;
	padding: 10px;
}

#aside #profilepic {
	margin-right: 30px;
	margin-left: 30px;
	background-color: #d5d5d5;
	height: 100px;
	width: 100px;
}

#aside p {
	font-size: 0.8em;
	padding: 10px;
}

#aside p a {
	color: #4f5f7f;
	display: block;
}

#aside p a:link, #aside p a:visited {
	text-decoration: none;
}

#aside p a:hover, #aside p a:active {
	text-decoration: underline;
}

#options {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 640px;
}

.option {
	margin-bottom: 10px;
	background-color: white;
	clear: left;
	float: left;
	width: 640px;
}

.option h2 {
	padding: 10px;
}

.suboption {
	padding-top: 5px;
	border-top-style: solid;
	border-top-color: #dee4e8;
	border-top-width: 1px;
	width: 640px;
	float: left;
}

.heading {
	float: left;
	width: 160px;
}

.heading h3 {
	font-size: 1.1em;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 5px;
}

.items {
	float: left;
	width: 480px;
}

.item {
	margin-bottom: 10px;
	width: 480px;
	float: left;
}

.item .name {
	width: 160px;
	float: left;
}

.item .name h4 {
	margin: 5px;
	font-size: 0.9em;
}

.item .name p {
	margin: 5px;
	font-size: 0.7em;
}

.item .value {
	float: left;
	width: 160px;
}

.item .value p {
	font-size: 0.8em;
	padding: 5px;
}

.item .value p input[type=text] {
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	font-size: 0.9em;
	background-color: #dee4e8;
	border-style: none;
	width: 130px;
}

.item .helper {
	margin-top: 5px;
	margin-right: 10px;
	background-color: #f1f1f1;
	width: 150px;
	float: left;
}

.item .helper p {
	margin: 5px;
	color: #3f3f3f;
	font-size: 0.7em;
}

.item .helper p a {
	color: #3f3f3f;
}

#mainsail h1, #mainsail h2, #mainsail h3, #mainsail h4 {
	color: #242b2e;
}

#cropping {
	margin-bottom: 5px;
	float: left;
	margin-left: 10px;
}

#thumbnail {
	position: relative;
	float: left;
	padding: 100px;
	margin: 100px;
	overflow: hidden;
}

#userinfo {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

#pichit {
	margin-right: 10px;
	float: left;
	width: 100px;
}

#pichit #profilepic {
	float: left;
	background-color: #bfbfbf;
	height: 100px;
	width: 100px;
}

#pichit #picbuttons {
	width: 100px;
	float: left;
}

#picbuttons p {
	display: block;
	font-size: 0.7em;
	margin-top: 5px;
}

#picbuttons p a {
	text-decoration: none;
	padding: 5px;
	display: block;
}

#picbuttons p a:link, #picbuttons p a:visited {
	color: #242b2e;
	background-color: #c7cdd2;
}

#picbuttons p a:hover {
	color: #dee4e8;
	background-color: #53656c;
}

#options {
	float: left;
	width: 220px;
}

#options ul {
	font-size: 0.8em;
	list-style-type: none;
}

#options li {
	margin-bottom: 5px;
	list-style-type: none;
}

#options li a {
	text-decoration: none;
	padding: 5px;
	display: block;
}

#options li a:link, #options li a:visited {
	color: #4f5f7f;
	background-color: white;
}

#options li a:hover {
	color: #4f5f7f;
	background-color: #c7cdd2;
}

#profileinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
	background-color: white;
	float: left;
	width: 340px;
}

#profileinfo .row {
	float: left;
	clear: left;
}

#profileinfo .field {
	float: left;
	width: 110px;
}

#profileinfo .value {
	float: left;
	width: 230px;
}

#profileinfo .field p {
	padding: 5px;
	font-weight: bold;
	font-size: 0.8em;
}

#profileinfo .value p {
	font-size: 0.8em;
	padding: 5px;
}

#profileinfo p a:link, #profileinfo p a:visited {
	color: #4f5f7f;
	text-decoration: none;
}

#profileinfo p a:hover {
	color: #4f5f7f;
	text-decoration: underline;
}

#membership {
	margin-right: 10px;
	width: 220px;
	float: left;
}

#membership h2 {
	padding-bottom: 5px;
}

#membership .club {
	margin-bottom: 5px;
	background-color: white;
	margin-top: 5px;
	clear: left;
	float: left;
}

#membership .club .thumb {
	float: left;
	background-color: #bfbfbf;
	height: 45px;
	width: 45px;
}

#membership .club .text {
	margin-left: 5px;
	width: 170px;
	float: left;
}

.club .text h3 {
	margin-top: 5px;
	font-size: 1.1em;
}

.club .text h3 a {
	text-decoration: none;
	color: #4f5f7f;
}

.club .text p {
	color: #c7cdd2;
	font-size: 0.8em;
}

#activity {
	margin-left: 10px;
	width: 340px;
	background-color: white;
	float: left;
}

#activity h2 {
	color: #242b2e;
	padding: 5px;
}

#activity .story {
	border-top-color: #dee4e8;
	border-top-style: solid;
	border-top-width: 1px;
}

#activity .story p {
	font-size: 0.8em;
	padding: 5px;
}

#activity .story p a:link, #activity .story p a:visited {
	color: #4f5f7f;
	text-decoration: none;
}

#activity .story p a:hover {
	color: #4f5f7f;
	text-decoration: underline;
}

.option .save {
	width: 100%;
	clear: left;
	float: left;
	border-top-color: #dee4e8;
	border-top-style: solid;
	border-top-width: 1px;
}

.option .save p {
	margin-top: 10px;
	padding-left: 325px;
	margin-bottom: 10px;
}


