body{
	margin:0;
	font-family:verdana,arial,helvetica,'sans serif';
	font-size:.7em;
	line-height:1.3em;
}
a{
	color:#C31800;
}
a:visited{
	color:#FF5C03;
}
h1,h2,h3{
	color:#C31800;
	font-size:1.5em;
	line-height:1.2em;
	
}

fieldset{
	border:1px solid #C31800;
	margin-bottom:1.5em;
	padding:.5em;
}

legend{
	border:1px solid #C31800;
	font-weight:bold;
	font-size:1.2em;
	padding:.5em;
	background-color:#C31800;
	color:#FFF;
	width:25%;
}


#container{
	margin-left:1em;
	margin-right:1em;
	min-width:800px;
}

#column_left{
	float:left;
	padding:.5em;
	width:68%;
}

#column_right{
	margin-left:70%;
	border-left:1px solid #000;
	padding:.5em;
}

#header{
	background-image:url(/images/logo_small_black_red.gif);
	background-repeat:no-repeat;
	background-color:#000;
	height:42px;
}


.header_title{
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
	margin-left:120px;
	padding-top:10px;
}


.user_photos{
	width:75px;
	height:75px;
	margin:2px;
	float:left;
	overflow:hidden;
	display:block;
}

.image_box{
	height:99%;
	overflow:hidden;
}

.buddies{
	height:99%;
	overflow:hidden;
}

.buddy{
	float:left;
	width:55px;
	display:inline;
	font-size:.8em;
	margin-right:5px;
}

.buddy a{
	text-decoration:none;
}

.comment_text{
	word-wrap: break-word;
	margin-left:110px;
}

.comment_img{
	float:left;
	width:100px;
}
.comment_img a{
	text-decoration:none;
	font-size:.85em;
}

.comment_row{
	border-bottom:1px solid #555;
	margin-bottom:.5em;
	padding-bottom:.5em;
	padding-top:.5em;
}

.comment_header{
	font-weight:bold;
	font-size:1.2em;

}

.comments{
	margin-top:2em;
}

.users_reviews{
	height:150px;
	overflow:auto;

}

.submit{
	font-size:10px;
	border: 1px solid #000;
	padding:2px;
}


.blog_list ul{
	list-style:none;
	margin-left: 0;
}

.blog_list li{
	list-style:none;
	min-height:30px;
	background-image:url(/images/icons/s-HU.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:1.2em;
	margin-left:0;
	margin-bottom:.5em;
}

.blog_bottom{
	margin-top:1em;
	margin-bottom:1em;
	border-top:1px dotted #555;
	border-bottom:1px dotted #555;
	padding-bottom:1em;
	padding-top:1em;

}

.users_top_nav{
	color:#FFF;
	text-decoration:underline;
}

.users_top_nav a:visited{
	color:#FFF;
	text-decoration:underline;
}
.clr{
	clear:both;
}

.clrlft{
	clear:left;
}


