




/*
     FILE ARCHIVED ON 7:24:45 May 18, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:37:04 Oct 25, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body { 	background-image:url('/img/bg_01.jpg');
	background-repeat:repeat;
	margin:0px 0px; padding:0px;
	}

	a.nav:link { color: #008fff; text-decoration: none; }
	a.nav:visited { color: #008fff; text-decoration: none; }
	a.nav:hover { background: #008fff; color: #fff; }
	a.nav:active { background: #008fff; color: #fff; }

p 	{ font-family: 'Quattrocento Sans', arial, serif;
	color:#000;
	font-size: 20px;
	line-height: 25px;
	}

.h1 { font-family: 'Josefin Slab', arial, serif;
	color:#f63;
	font-size: 60px;
	line-height: 75px;
	}

.h2 { font-family: 'Quattrocento Sans', arial, serif;
	color:#f63;
	font-size: 20px;
	line-height: 25px;
	}

.h3 { font-family: 'Quattrocento Sans', arial, serif;
	color:#666;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	}

#contentwrapper {
	width: 840px;
    margin: 0 auto;
	}

#contentleft {
	float: left;
	width: 230px;
	height: 500px;
	padding:0px 0px 0px 0px;
	text-align: center;
	}	
	
#rightcontent {
	float: right;
	width: 600px;
	height: auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
	}
	
	