
#blog_wrapper { 
	width: 774px;
	float: left;
	margin: 0px auto;
	background-color: #666600;
	border: 2px solid #fff;
	color: #fff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: none;
}

#blog_wrapper a:link {
	color: #fff;
	text-decoration: none;
}
#blog_wrapper a:visited {
	text-decoration: none;
	color: #fff;
}
#blog_wrapper a:hover {
	text-decoration: none;
}
#blog_wrapper a:active {
	text-decoration: none;
}

#CommonAvatarListItemName a:link {
	color: #fff;
	text-decoration: none;
}
#CommonAvatarListItemName a:visited {
	text-decoration: none;
	color: #fff;
}
#CommonAvatarListItemName a:hover {
	text-decoration: underline;
}
#CommonAvatarListItemName a:active {
	text-decoration: none;
}

#blog_content_wrapper { 
	margin: 5px 5px;
	padding: 5px 5px;
	float: left; 
	width: 540px;
}

#blog_sidebar_wrapper { 
	margin: 5px 5px;
	padding: 5px 5px;
	float: left; 
	width: 180px; 
}


#CommonContent {
	margin: 0;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#CommonContent .CommonContentBoxHeader
{
    font-size: 180%;
}

#CommonContentInner
{
	width: 100%;
	overflow: hidden;
}

.CommonContentBox
{
    padding: 12px;
    margin: 0 0 12px 0;
    height: 1%;
}

#CommonSidebarRight
{
}

#CommonSidebarRight .CommonSidebar
{
    float: right;
	overflow: hidden;
}

.CommonContentBox
{
    padding: 12px;
    margin: 0 0 12px 0;
    height: 1%;
}

.CommonContentBoxHeader
{
    padding: 0 0 6px 0;
    border-bottom: solid 1px #fff;
    margin: 0 0 8px 0;
    line-height: 100%;
    font-size: 120%;
    color: #fff;
}

.CommonContentBoxContent
{	
		border-bottom: solid 1px #fff;
    padding: 0 3px 15px 3px;
    font-size: 90%;
    overflow: hidden;
}

UL.CommonSidebarList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

UL.CommonSidebarList LI
{
    margin: 3px 0;
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #fff;
}

UL.CommonSidebarList  a:hover {
	text-decoration: none;
	font-weight: bold;
}

.CommonAvatarListItemsArea
{
	margin: 0;
}

.CommonAvatarListItemsArea h1
{
	font-family: tahoma;
	color: #fff;
	font-weight: none;
	font-size: 24px;
	margin-bottom: 8px;
	border-bottom: solid 2px #fff;
	
}

.CommonAvatarListItemArea
{
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 10px 10px 70px;
	min-height: 46px;
	background-color: #666600;
	border-bottom: solid 2px #fff;
}

UL.CommonAvatarListItemList
{
	margin: 0;
	padding: 0 20px 0 0;
	list-style-type: none;
}

.CommonAvatarListItemArea.Custom
{
	padding-left: 0px;
}

.CustomAvatarListItemCustomAvatar
{
	float: left;
	padding-left: 10px;
	padding-left: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.CustomAvatarListCustomContent
{
	margin-left: 80px;
}

.CommonAvatarListItemName
{
	font-family: tahoma;
	font-size: 16px;
	padding: 0;
	margin: 0 0 4px 0;
	color: #fff;
}



.CommonAvatarListItem
{
	font-size: 100%;
}

.CommonAvatarListItemDetails
{
	margin: 4px 0 0 0;
	color: #fff;
	font-size: 80%;
}


