/*
	structural style for a layout - corresponds to our current template.css
	may also contain default colors
	this particular file is copied from template 61 and has not been cleaned up at all - so there may be a lot of unneessary stuff
*/
.accent-box {
	height:5px;
	margin:2px;
	z-index:1;
}
.watermark {
	background-color:#FFFFFF;
}
.whitewrap {
	background-color:#FFFFFF;
}
header {
	position:relative;
	height:auto;
	width:100%;
	overflow-x:hidden;
}

#content_column {
	clear:left;
	float:left;
	margin-right:0px;
	width:750px;
}
#inner_wrapper {
	width:100%;
	overflow:hidden;
	margin-right:10px;
}
#right_column {
	float:right;
	width:200px;
	margin-top:10px;

}
#inner_right {
	overflow-x:hidden;
}
footer {
	background-color:#FFFFFF;
}
#layout_wrapper {
position:relative;
width:960px;
margin-left:auto;
margin-right:auto;
border-width:2px; 
border-style:solid; 
}
#page_content {
	width:99%;
	margin:5px; 
}
nav {
position:relative;
display:block;
height:auto;
width:100%;
zoom:1;
}
header {
position:relative;
display:block;
height:auto;
width:100%;
z-index:0;

}
.top-line {
	height:30px;
	z-index:0;
}
.crumb-trail-container {
	margin-left:5px;
}
.admin-page-wrapper #right_column {
	display:none;
}

.admin-page-wrapper #content_column {
	width:960px; /* replace with default width */
}
.cb-3 { margin-top:10px; }
.cb-2 { margin-bottom:0px;margin-top:0px;
}
.header-text-1,
.header-text-2 {
	color:#FFFFFF;
}
.social-network-panel {
	float:right; 
	margin-right:30px;
	
}
.user-panel {
	float:right;
	margin-top:2px;
}
#non_member_panel {
	margin-top: 5px;
}

#favorites_hover {
	margin-top: 3px;
}