#container_profile_header
{
	height: 100px;
	width: 586px;
}

#container_profile_left
{
	width: 152px;
	float: left;
}

#container_profile_main
{
	width: 380px;
	float: right;
}

#container_profile_teaser
{
	height: auto;
	width: 295px;
	float: left;
}

#container_profile_footer
{
	height: auto;
	width: 590px;
}


.box {
	background-color:#c3c3c3;
	font-size: 12px;
	width: 540px;
	height: auto;
	margin: 2px;
	padding: 10px;
	overflow: hidden;
  	position:relative;	
  	border: 1px solid #FF9999;	
}

.profile_box {
	background-color:#FFEEEE;
	font-size: 12px;
	width: 100%;
	height: auto;
	margin: 2px;
	padding: 1px;
	overflow: hidden;
  	position:relative;	
  	border: 1px solid #FF9999;
}

.profile_box.half_width {
	width: 272px;
}

.thumb_in_list 
{
  	float: left;
  	padding: 0 8px;
  	margin: 0px;
}

ul.tsthumbs 
{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

ul.tsthumbs li {
    float: left;
    margin: 0;
    padding: 2px;
    width:70px;
    height:70px;
}

li.categories
{
	display:inline;
}

ul.categories
{
	list-style:none;
}

.profile_menu_title
{
	font-weight:bold;
	text-align:center;
	margin:2px;
}

.profile_menu_container {
	border:1px solid #000;
	background-color:#CCCCCC;
	width:155px;
	margin:10px;
}

a.profile_menu:link, a.profile_menu:visited
{
	 color:#FFFFFF;
	 background-color:#CC0000;
	 text-decoration:none;
}

a.profile_menu:active, a.profile_menu:hover
{
	 color:#CC0000;
	 background-color:#FFFFFF;
}

a.profile_menu 
{
	 display:block;
	 padding:3px;
	 border-top:1px solid #000;
	 background-color:#CC0000;
	 text-align:center;
	 font-weight:bold;
	 color:#eeeeee;
	 text-decoration:none;
}

