/*****
 * Layout
 */

body {
	padding: 0px;
	margin: 0px;
	}
#header {
	padding: 20px 0 0 0;
	margin: 0 auto;
	height: 36px;
	width: 900px;
	margin: 0 auto;
	}
#container {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 10px;
	margin: 0 auto;
	}
#main-content {
	width: 480px;
	float: left;
	padding: 20px 0 0 0;
	}
#navigation {
	width: 900px;
	padding: 5px 0;
	margin: 0 auto;
	}
#second-content {
	float: left;
	width: 400px;
}
#footer {
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	clear: both;
	}








/*****
 * Borders
 * for debugging
#header {
	border: 1px solid red;
	}
#container {
	border: 3px solid orange;
	}
#main-content {
	border: 1px solid blue;
	}
#second-content {
	border: 1px solid green;
	}
#footer {
	border: 1px solid violet;
	}
 */








/*****
 * Formatting
 */

body {
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	background: #fff url(../images/template/profile-straw-background.gif) center top no-repeat;
	}

a img {
	border: 0;
	}

a {
	color: #009;
	text-decoration: none;
	}

td {
	vertical-align: top;
	}




#header img {
	position: relative;
	top: -10px;
	left: -20px;
	}

#navigation {
	text-align: right;
	font-size: 1em;
	color: #fff;
	}

	#navigation a {
		color: #fff;
		padding: 0 10px;
		text-decoration: none;
		font-weight: bold;
		}

	#navigation a:hover {
		color: #fd0;
		text-decoration: underline;
		}

	#navigation a.yah {
		font-weight: bold;
		}


#container {
	background: #fff;
	}


#main-content {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	#main-content h1 {
		font-size: 1.4em;
		line-height: 1.5em;
		}
	#main-content h2 {
		font-size: 1.2em;
		line-height: 1.4em;
		}
	#main-content a {
		}



#second-content {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	#second-content h3 {
		font-size: 1em;
		color: #BF951C;
		}
	#second-content ul {
		margin: 0;
		list-style-type: none;
		font-size: 0.9em;
		}
	#second-content li {
		padding-bottom: 6px;
		}
		#second-content li a {
			font-weight: bold;
			display: block;
			color: #000;
			}




#footer {
	font-size: 0.7em;
	text-align: left;
	color: #666;
	border-top: 1px solid #999;
	text-transform: uppercase;
	}
	#footer a {
		text-decoration: underline;
		color: #666;
		}




.instructions {
	color: #669;
	}
.disabled {
	color: #999;
	}


td h3 {
	margin: 15px 0 0 0;
	}


table.gallery-contents td {
	}
	table.gallery-contents td {
		padding: 10px;
		vertical-align: top;
		text-align: center;
		}

.backnext {
	margin-top: 10px;
	font-size: 0.9em;
	}
	.backnext a {
		text-decoration: none;
		}
	.backnext a.yah {
		text-decoration: underline;
		font-weight: bold;
		}

table.attribute-choices {
	}
	table.attribute-choices h3 {
		font-size: 1em;
		margin: 0;
		}
	table.attribute-choices td {
		padding: 5px 15px;
		}

table.gallery-list td {
	border: 1px solid #fff;
	padding: 10px 5px;
	}
table.gallery-list h3 {
	margin: 0;
	}


dd {
	margin: 0 0 10px 0;
	}


.error {
	color: #c00;
	background: url(../images/icons/icon.error.gif) top left no-repeat;
	padding-left: 18px;
	}

table.groups-contents td {
	padding: 10px 15px;
	}
table.groups-contents tr.a td {
	background: #f5f5f5;
	}
table.groups-contents tr.b td {
	background: #fff;
	}
table.groups-contents th {
	text-align: left;
	padding: 0px 15px;
	}