/* 
Project: Liberal International
Filename: textonly.css
Date: May 16th 2005
Author: Malcolm Elsworth
*/

body {
	margin: 0px auto;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #424242;
	background: #ffffff;
	font-size: small;
	}

img {
	border: 0;
	}
	
hr.show {
	height: 1px;
	border-top:1px solid #333;
	border-bottom: none;
	}


/* --- Wrap --- */
#wrap {
	margin: 0px auto;
	padding:10px;
	text-align: left;
	background: #ffffff;
	width: 90%;
	}

