html, body{ padding: 0px; margin 0px; }

body {  padding: 0px; margin: 0px; font-family: Arial; font-size:11px; color:#626262; cursor:default;
	height:100%;
        width:100%;
}

a { color: #626262; text-decoration: underline;}
a:hover { color: #868788; text-decoration: none;}
#main{
	margin:0 auto;
	width:877px;
	background:url("../images/bg1.jpg") repeat-y scroll 0 0 #FFFFFF;
}

#wrapper { 
	width:801px;
	padding-left:38px;
	height:100%;
}
#header{
	width:801px;
	height:182px;
}

#leftcolumn { 	

	width:154px;
	float:left;
	padding: 4px 0px 0px 0px;
}

div#leftcolumn h3 {
background:url("../images/col_head.jpg") no-repeat scroll left top transparent;
color:#FFFFFF;
font-size:12px;
height:20px;
margin:0;
padding:5px 0 0 10px;
}

div#leftcolumn div.block{
	background:none repeat scroll 0 0 #F5F5F5;
	padding: 10px;
}



#content { 
	float:right;
	width:630px;
	display:inline;
	padding-left:17px;

}

.white_12_i_b {font-size:12px; font-family: arial; font-style:normal; color:#FFFFFF; font-weight:bold;}
.white_12_i_b a{text-decoration:underline; color:#FFFFFF;}
.white_12_i_b a:hover{text-decoration:none;}


#footer { 
	width:801px;
	clear:both;
	margin:5px 0 0px 0;
	background-color:#868788;
}

#footer table.copyinfo{
	width: 100%;
	background: #FFF;
}

#footer table.copyinfo tr td{
	padding: 20px;
}

#footer table.copyinfo tr td.right{
	text-align: right;
}

td.first_column{
	background-color:#e0eaf1; 
	width:45%;
}

td.second_column{
	background-color:#f5f5f5;
}

div.message{
	width: 60%;
	margin: 10px auto;
	text-align: center;
}

div.message h3{
	font-size: 1.3em;
}

div.message p{
	font-size: 1.3em;
}

div.m_error{
	border: 1px solid #FF3F3F;
	background-color: #FFE6E6;
}
td.photo {
	width: 160px;
}
td.photo img{
	width: 150px;
	border: #E0EAF1 solid 5px;
}

td.user_info{
	vertical-align: top;
}
td.user_info h3{
	font-size: 19px;
}
	
div#lists{
	padding-left: 3px;
	margin-top: 5px;
}

div#lists a, span{
	padding: 3px 7px;
	margin-right: 4px;
}

div#lists span{
	font-weight: bold;
	background: #0067AC;
	color: #FAFAFA;
}

div#lists a{
	background: #E0EAF1;
	text-decoration: underline;
}

div#lists a:hover{
	text-decoration: none;
	font-weight: bold;
}

