@charset "utf-8";
/* CSS Document */

html, body {

	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#ffffff;
	padding: 0px;
	margin:0px;
	color:#333333;
	height:100%;
	width:100%;
	

}
#wrapper {
	width:980px;
	height:auto;
	z-index:1;
	background: url("images/bg.gif") repeat 0 0; 
	position: relative;
	top: 0;
	left: 0;
	margin: 0px auto;
}
#header {
	
	width:980px;
	height:204px;
	z-index:2;
}

#content {
	
	width:830px;
	height:auto;
	z-index:2;
	margin:10px 30px 0px 80px;
}

#right {
	position:relative;
	top:0px;
	left:610px;
	width:215px;
	height:auto;
	z-index:3;
	margin-top:10px;
}


#footer {	
	width:980px;
	height:135px;
	z-index:1;
	background: url("images/footer.gif") no-repeat 0 0; 
	
}


div.roundy{ margin: 0px 10px 0px 10px;background:#ffffff; width:212px; font-size:.8em;}

span.rtop, span.rbottom{display:block;background: #fdb825}
span.rtop span, span.rbottom span{display:block;height: 1px;
    overflow: hidden; background: #fff}
span.r1{margin: 0 5px}
span.r2{margin: 0 3px}
span.r3{margin: 0 2px}
span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px}

h2 {font-size:1.7em; margin:0px 0px 10px 0px;}
-->

a {
	color: #blue;
	text-decoration:underline;
	}

a:hover{
		color: #000000;
		text-decoration:underline;
	}
	

#quote {
	position:absolute;
	left:468px;
	top:75px;
	width:467px;
	height:72px;
	color: #ffffff;
	font-size:9px;
	z-index:2;

}

#Layer1 {
	position:relative;
	left:250px;
	top:20px;
	width:478px;
	height:60px;
	z-index:2;
}


