body {
	background-color: #F3F9E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
div.column *, div#content p, div#outside p{
	margin:10px;	
	
}
div#content, div#outside {
	background-color:#fff;
	overflow:hidden;
	width:99%;
	position:relative	;
	border:1px solid #A0AD5E;	
	margin-bottom:-1px;
}

div.wrapper {
	margin:10px;
	position:relative;
	float:left;
	vertical-align:top;
}
div.wrapper img{	
	float:left;
	border:0 none;
}
div.wrapper div{	
	position:absolute;
	left:0;
	height:7px;
	width:100%
}
div.wrapper div.tl{
	background:transparent url(tl.gif) top left no-repeat;
	top:0
}
div.wrapper div.tr{
	background:transparent url(tr.gif) top right no-repeat;
	top:0;
	}

div.wrapper div.bl{
	background:transparent url(bl.gif) bottom left no-repeat;
	bottom:0
}
div.wrapper div.br{
	background:transparent url(br.gif) bottom right no-repeat;
	bottom:0;
}
div.column {
	width:35%;
	float: right;
	background-color: #B5C4A5;	
	margin-left:10px
} 
h1 {
	color: #7A8536;	
	font:bold 160% Century Gothic, Georgia, "Times New Roman", Times, serif;	
}
h4.id { 
	padding:0;
	margin:0;
	font-family:Century Gothic, Georgia, "Times New Roman", Times, serif;
	color:#7A8536 ; 
	text-align:right ;
	background:#E4E5D7 ;	
	padding-right: 10px
}			  

div#outside img{
	float: left;	 
	margin:10px 20px
}
