body {
	margin : 0;
	padding : 0;
	background-color:#ffffff;
	background: url('bg.jpg');
	background-repeat: repeat;
	color: #929292;
	font-family: century gothic, georgia, trebuchet ms, arial, sans-serif; 
	font-size: 11px;
	text-align:justify;
	}
#header{
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	border:0px;
	}
#main{
	position:absolute;
	top:25px;
	left:375px;
	width:450px;
	}
#main p {
	padding-left:15px;
	padding-right:25px;
	}
a:link, a:active, a:visited{
	color:#ad0003;
	border-bottom:1px solid #ad0003;
	text-decoration:none;
	}
a:hover {
	color:#408830;
	text-decoration:none;
	}
b, strong {
	color : #408830;
	font-weight:bold;
	}
i, em {
	color: #425029;
	}
h1 {
	text-align: right;
	font-family: century gothic, georgia, trebuchet ms, arial, sans-serif; 
	font-style:italic;
	font-size: 20px;
	color: #425029;
	border-bottom:2px solid #ad0003;
	width:90%;
	height:25px;
	padding-right:20px;
	margin-bottom: 5px;
	margin-right:20px;
	margin-left:10px;
	line-height: 20px;
	text-transform: lowercase;
	}
