body{
	background: #ececed;
	padding:0;
	margin:0;
	font: 75% Arial, Helvetica, sans-serif;
	font-size: 75% ;
	text-align:center;
	color:#333333;
	}

a{
	color:#333;
	}

#main{
	text-align:left;
	margin:auto;
	width:755px;
	background: #fff url(bottom.gif) no-repeat bottom left;
	}

#subcontent{
	float:left;
	width:171px;
	}
	
#maincontent{
	width:584px;
	float:right;
	}
	
div#text{
	padding:0 15px 15px 15px ;
	}

ul#nav{
	list-style:none;
	font-size:1.2em;
	display:block;
	margin:0;
	padding: 20px 20px 0 20px;
	height:200px;
	background: url(PL_menu.gif) no-repeat top left;
	}
li{
	margin:0;
	padding:0;
	display:block;
	height:20px;
	}	
ul > li {

height:auto;
}	
	
li a{
	padding: 10px 0 10px 0;
	text-decoration:none;
	color:#fff;
	margin:0;
	display:block;
	border-bottom:1px solid #fff;
	}	

li a:hover, li.active a{
	font-weight:600;
	}	
	
#red{
	border-right:1px solid red;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
	}

#footer{
	width:735px;
	margin:auto;
	text-align:left;
	padding: 5px 0 0 0;
	font-size:.9em;
	color:#666666;
	}
	
#hmd{
	text-decoration:none;
	float:right;
	color:#333;
	}

.profilePic{
	float:left;
	margin: 0 0 0 0 ;
} 

.profile{
	width:390px;
	float:right;
} 


/*-------------TEXT--------------*/

hr{	
	color:#fff;
	background:#fff;
	margin:1em 0 1em 0;
	border:4px solid #fff;
	clear:both;
	}
h1{
	font-size:1.6em;
	color:#e2001a;
	}
	
.grey{
	color:#6f7072;
	}
	
.red{
	color:#e2001a;
	}