* {
	margin: 0;
	padding: 0
}

body {
	background: #FFFEFA;
	font: 0.9em Arial, Verdana, Palatino, Georgia;
	line-height: 20px;
	color: #ffffff;
	text-align: center
	}
	
	
#global {
	text-align: left;
	width: 500px;
    margin: 0 auto 0 auto;
	height: 540px;
	padding:0;
	border:0;
	}
	

#leftbottle {
	float: left;
	text-align: left;
	width: 180px;
	height: 540px;
   	border:0;
	}	
	
	
#center {
	float: left;
	text-align: left;
	width:270px;
	height: 540px;
   	padding-left:5px;
	border:0;
	}
	
	
#right {
	float: left;
	text-align: left;
	width: 126px;
	height: 540px;
   	padding:0;
	border:0;
	}
		
		
p {
	color:#A5A5A5;
	font: 0.8em Arial, Verdana, Palatino, Georgia;
	padding-left:5px;
	line-height: 1.8em;
	}
	
p.italic {
	color:#A5A5A5;
	font-style: oblique;
	font: 0.9em Arial, Verdana, Palatino, Georgia;
	font-weight:bold; 
	padding-left:5px;
	}
	
h3 {
	color:#A5A5A5;
	padding-left:5px;
	}	
	
h2 {
	font: Arial, Verdana, Palatino, Georgia;
	color:#B59F7C;
	padding-left:5px;
	padding-top: 15px;
	}	

a.general { 
   	display: block;
	height:50px;
	Padding-top:10px;
    Padding-left:60px;
	color: #797979; 
	text-decoration:none;
	text-align: left;
	background: url(./images/pdf.jpg) no-repeat 0 -4px ; 
     }
	 
a.general:hover { 
    text-decoration:underline;	
}
 

	
hr {
clear: both;
visibility: hidden;
}
	
	
#bottomclearfloat {
	clear:both;
	}		
	

