html, body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	color: #636363;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	color: #AEB6BB;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

strong, b {
	font-weight: bold;
}

#main_container {
	width: 840px;
}

#member_list td{
	padding: 0px 0px 10px 0px;
}

#topline {
	background-color: #800000;
	height: 9px;
}

#logocell {
	background-color: #FFFFFF;
	text-align: center;
	width: 174px;
	height: 134px;
	
}
#menu {
	background-color: #800000;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 20px;
}

#menu a {
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	line-height: 1.4em;
}

#menu a:hover {
	color: #AEB6BB;
	font-size: 10pt;
	text-decoration: none;
	line-height: 1.4em;
}

#content {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}

#footer {
	background-color: #800000;
	border-top: 1px solid #FFFFFF;
	color: #AEB6BB;
	height: 20px;
	font-size: 8pt;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
}

/* Showcase styles */
#image_list .thumb_wrapper {
	cursor: pointer;
	float: left;
	margin: 4px;
	margin-right: 3px;
	padding: 5px;
}
#image_list .x-view-selected {
	background: #c10435;
	border: 1px solid #c10435;
	padding: 4px;
}
/*--------------------*/