#content {

}
#content_wrapper {
	width:750px;
	margin:1em auto;
	padding:0;
	overflow:auto;
}

#avatar img
{	
	padding:5px;
	border:#999 solid 1px;
	margin:10px 0 10px auto;
}
/*profile navigation*/
#navcontainer
{
float:left;
width: 150px;
margin: 0 10px 10px 0;
padding: 10px;;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 13px;
background: #464646;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
}
ul.subnavlist 
{
list-style:none;
}
ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}
ul#navlist li a,
ul#navlist ul.subnavlist li a
{
	display: block;
	width:100%;
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #6c6c6c #151515 #1e1e1e #6c6c6c;
	border-style: solid;
	color: #c7c5c5;
	text-decoration: none;
	background: #3f3f3f;
}
* html ul#navlist ul.subnavlist li a {width:92%}/*IE6 hack*/
ul#navlist ul.subnavlist li a
{
font-size:11px;
padding: 0.3em 0 0.3em 2em;
margin:0 0 0 20px;
width:inherit;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a,
ul#navlist li ul#active li a
{
background: transparent;
border-color: #151515 #151515 #595959 #1e1e1e;
color: #e18934;
}
ul#navlist li a.rootNav {font-size:15px; }

ul#navlist li a:hover, 
ul#navlist li#active a:hover,
ul#navlist ul.subnavlist li a:hover,
ul#navlist ul.subnavlist li#active a:hover
{
color: #e18934;
background: transparent;
border-color: #151515 #151515 #595959 #1e1e1e;
}
/*Profile Content*/
#profile_content {
	float:right;
	width:550px;
	display:block;
	text-align:left;
	overflow:visible;
}
*:first-child+html #profile_content { width:550px; }/*IE7 Hack*/
* html #profile_content { width:530px; }
* html #profile_content div { width:100%;  }
* html #profile_content div.news_summary div div.news_details { margin-left:10px;}
#profile_content .desc {
	font-weight:bold;
}
#profile_content h2 {
	border-bottom:1px solid #4a4a4a;
}
/* html #profile_content {margin-right:30px;}/*IE Hack*/
#profile_content dt {
	font-weight: bold;
	color: #999;
}
#profile_content dd {
	margin-bottom:15px;
	color: #8D8D8D;
}
div.content_prev {
	margin-bottom:15px;
	position:relative;
}

div.content_prev span.edit_del_art {
	position:absolute;
	right:0px;
	bottom::-90px;
}
* html div.content_prev span.edit_del_art {
	position:relative;
	right:-160px;
}
.news_summary div.content_prev {display:block;	margin-left:0px; }/*cascade replacement from search.css*/
.bordernone {border:none;!important}