body { 
	width:150px;
	background: white;
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 6pt;
	}

#container {
	position: absolute;
	
	}
	
#content { 
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid black;
	}

#logo
{
	width: 150px;
	height: 56px;
	position: relative;
	overflow: hidden;
	
}
	
#logo span {

	position: absolute;
	width: 150px;
	height: 56px;
	background: url(../images/head-mobi.jpg) no-repeat;
}

p { 
	font-family: 'arial', sans-serif; 
	font-size: 8pt;
	text-align: left;
	line-height: 130%; }
	
ul {
	font-family: 'arial', sans-serif; 
	font-size: 8pt;
	text-align: left;
	line-height: 130%; }	
	
a:link { 
	display: block;
	background: transparent;
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	border-right: 5px solid white;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	font-family:  Arial, Tahoma, Verdana, sans-serif; 
	font-size: 8pt;
	border-right: 5px solid white;
	display: block;
	}

a:hover, a:active { 
	display: block;
	background: rgb(207,113,110);
	text-decoration: none; 
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: navy;
	padding-right: 0px;
	border-right: 5px solid rgb(207,113,110);

	
#rightbox {
	
	display: none !important
	}
		
img {border: 0px; }


#footer {
	font-family: 'arial', sans-serif;
	color: rgb(0,0,0); 	
	padding-left: 0px;
	padding-top: 20px;
	border: 1px solid black;
	text-align: center; }
}