*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

a{
	color:#6b993d;
}

a:hover{
	color:#519000;
}

body{
	background:url(../img/bg.jpg) repeat-x top #f8f7f3;
	text-align:center;
}

h1{
	font-size:10px;
	text-align:right;
}

#wrap{
	width:850px;
	margin:0 auto;
	text-align:left;
}

#head{
	margin-top:15px;
	margin-bottom:4px;
}

p#logo{
	float:left;
	width:500px;
}

#head div{
	float:right;
	width:350px;
	line-height:32px;
}

#head div p{
	text-align:right;
}

#head div ul{
	text-align:right;
	_margin-top:8px;
}

#head ul li{
	display:inline;	
	margin-left:8px;
}


#main{
	width:620px;
	float:left;
}

#topicpath{
	font-size:12px;
	line-height:3em;
}

#topprof{
	padding:19px 23px;
}


ul#gnav {
	width:850px;
	background:url(../img/navbg.jpg) bottom;
	padding-top:4px;
	height:58px;
}

ul#gnav li{
	display:inline;
	margin-left:4px;
}

#content{
	background:url(../img/profilebg.jpg) no-repeat;
	font-size:12px;
}

#prof{
	height:152px;
	_height:198px;
	padding:19px 23px;
}

img#face{
	float:left;
}

#prof div{
	width:427px;
	float:right;
}

#prof div p{
	margin-top:16px;
	line-height:20px;
}

#message{
	background:url(../img/meesagebg.jpg) no-repeat bottom;
	padding-bottom:13px;
}

#message p{
	margin-left:23px;
	margin-right:23px;
	margin-bottom:8px;
	line-height:20px;
}

#side{
	width:210px;
	float:right;
	margin-top:3em;
}

ul#rnav01,
ul#rnav02,
ul#rnav03{
	width:210px;
	padding-top:6px;
	padding-bottom:20px;
}

ul#rnav01 li,
ul#rnav02 li,
ul#rnav03 li{
	margin-left:13px;
	line-height:20px;
	_margin-bottom:2px;
}

ul#rnav01{
	background:url(../img/rnavbg01.jpg) no-repeat;
}

ul#rnav02{
	background:url(../img/rnavbg02.jpg) no-repeat;
}

ul#rnav03{
	background:url(../img/rnavbg03.jpg) no-repeat;
}

#foot{
	width:850px;
	background:url(../img/footbg.jpg) no-repeat;
	margin:20px auto 0;
}

#foot ul{
	text-align:center;
	width:850px;
}

#foot ul li{
	display:inline;
	font-size:10px;
	line-height:58px;
}

address{
	text-align:center;
	font-size:10px;
	font-style:normal;
}





/* Clearfix
--------------------------------------*/
#head:after,
#wrap:after{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

#head,
#wrap{  
	display: inline-block;  
}  