/* CSS Document */

body {
	background-color:#5f2100;
	margin: 0px 0px 0px 0px;
	
}
body,td {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align:justify;
}
.Content_bg {
	background-color:#b14e1a;
	padding-left:20px;
}
.content {
	padding-left:0px;
	background-color:#FFFFFF;
}
.footer {
	background-color:#5f2100;
	line-height:20px;
	color:#ffffff;
	font-size:9px;
	text-align:center;
}
.padding {
	padding:10px;
}
.paddingleft {
	padding-left:10px;
	background-color:#FFFFFF;
	}
.picture_frame {
	width:159px;
	height:208px;
	background-color:#CCCCCC;
	border: 1px solid #ffffff;	
}
.picprofilebg {
	background-image:url(images/profile_bg.jpg);
	color:#000000;
	height:20px;
	text-align:right;
	padding-right: 32px;
	font-weight:bold;
	line-height:20px;
}
.pattern{
	background-image:url(images/pattern.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:149px;
}
.noline {	
	text-decoration:none;
	color:#ffffff;
}
.noline2 {
	text-decoration:none;
	color:#000000;
}
.sub_bg{
	background-color:#e78d4e;
}
.white_text {
	color:#FFFFFF;
}