/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/*	Main			
/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/



#container {
	width: 900px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#top_panel {
	width: 900px;
	height: 150px;
	padding: 0px 0px 10px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin dashed #669900;
	border-left: thin none;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 560px 25px;
	background-color: #ddedd8;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: bottom;
	word-spacing: 10em;
}

#main_panel {
	width: 900px;
	height: auto;
	background-color: #ddedd8;
	padding: 20px 0px 0px;
	margin: 0px;
	float: none;
}


#left_panel {
	width: 550px;
	height: auto;
	padding-top: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
padding-right: 20px;
}

#right_panel {
	width: 290px;
	height: auto;
	margin: 0px;
	float:  left;
	background-position: 15px;
	background-repeat: no-repeat;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #669900;
	padding-top: 5px;
}

#email {
	background-color: #FFFFFF;
	font-family: Lucida Grande;
	font-size: 9px;
	color: #0099CC;
	height: 15px;
	width: 200px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
}



/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/*	Content 			
/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/




	


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/*	Copyright ? 2005 Rorie McIntosh, www.rorie.co.uk
/*
/*	All rights reserved 
/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
