#website-main {
	width: 978px;
}
#left-nav-title {
	color:#CC0000; 
	font-size:16px;
	font-weight: bold;
}
.left-nav-tabs ul {
	margin: 10px 0;
	padding: 0;
	border-bottom: #CCCCCC 1px solid;
}
.left-nav-tabs ul li {
	list-style:none;
	padding: 3px;
	border-top: #CCCCCC 1px solid;
}
.left-nav-tabs ul li.tab_on a {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

#profile-photo {
	float:left;
	margin: 20px 0 20px 0;
}
#profile-name {
	float: left;
	margin: 20px;
	font-size:16px;
	font-weight: bold;
}

.required {
	font-size:14px;
	color:#FF0000;
}

.wide {
	width: 300px;
}

fieldset {
	background-color: #FFFFFF;
}
legend {
	background-color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
}

hr {
	margin: 25px 0 25px 0;
}

#main-area {
	float: left;
	width: 728px;
}
#left-column {
	float: left;
	margin-right: 20px;
	width: 190px;
}
#middle-column {
	float:left;
	width: 420px;
}
#right-column {
	float:right;
	width:300px;
}
.spaced-items li {
	font-size: 14px;
	margin-bottom: 10px;
}
.module-bar-highlighted {
	color: #FFFFFF;
	background: url('/images/1x38red.jpg') top left repeat-x;
	height: 22px;
	border: #ddd 5px solid;
	padding: 8px 10px;
	position: relative;
}

.header {
	position: relative;
	width: 722px;
	height: 72px;
	background-color: #414141;
	padding: 3px;
	margin-bottom: 10px;
}
#header-images {
	position: relative;
	width: 722px;
	height: 72px;
	overflow: hidden;
	z-index: 100;
}
#header-images #images-container {
	position: absolute;
	width: 730px;
	left: -2px;
}
#header-images span {
	float: left;
}
#header-images span img {
	margin-right: 3px;
}
#banner {
	position: absolute;
	width: 270px;
	height: 78px;
	top: 0;
	left: 0;
	background: url('/images/member-sign-up.png') top left no-repeat;
	z-index: 200;
}




/*----------------PHOTO STRIP---------------*/
.photo-strip{
	padding: 2px 0 5px 0;
	height: 94px;
	margin: 0 auto;
}
a.photo-strip-left {
	float: left;
	width: 11px;
	height: 96px;
	background: url('/images/photo-gallery/left.gif') top right no-repeat;
}
a.photo-strip-right {
	float: left;
	width: 11px;
	height: 96px;
	background: url('/images/photo-gallery/right.gif') top left no-repeat;
}
a.photo-strip-left:hover, a.photo-strip-right:hover {
	background-position: 0 -96px;
	width: 11px;
	height: 96px;
}

.photo-strip-body{
	float: left;
}
.photo-strip-body a {
	float: left;
	padding: 1px;
}



#social-media-box {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
}
#social-media-box legend {
	margin: 0 auto;
	font-size:9px;
	color:#999999;
}
#social-media-box table {
	width:100%;
}
#social-media-box td {
	text-align: center;
}


