/* CSS Document */



body{

	margin:0;

	padding:0;

	text-align:center;

	font-size:.8em;

	font-family:Verdana, Arial, Helvetica, sans-serif;

}



/* General Classes

===================*/

a img{

	border:none;

}

a, a:visited{

	color:#003399;

}

a:hover, a:active{

	text-decoration:none;

}

div.clear{

	clear:both;

	overflow:hidden;

}







div#wrapper{

	width:950px;

	margin:0 auto;

	text-align:left;

}



div#left_column{

	float:left;

	width:206px;

	padding:0;

	margin:0;

}



div#main_column{

	float:left;

	background-image:url(images/right_columb_bg.jpg);

	background-position:right top;

	background-repeat:repeat-y;

}

div#header{

	background-image:url(images/header_bg.jpg);

	background-position:left bottom;

	background-repeat:repeat-x;

	padding:0 0 0 10px;

	margin:0;

	height:80px;

	width:734px;

}



div#content_column{

	float:left;

	margin:0;

	padding:0;

	width:576px;

}



div#nav{

	background-color:#ffcc33;

	margin:0;

	padding:3px 0 3px 2px;

}

div#nav a,div#nav a:visited{

	color:#000000;

	text-decoration:none;

	margin:0;

	padding:0px 5px;

	font-weight:bold;

}

div#nav a:hover,div#nav a:active{

	color:#666666;

}



/* Content Styles

================== */

div#content{

	background-color:#f6f6ec;

	background-image:url(images/content_bg.jpg);

	background-position:right bottom;

	background-repeat:no-repeat;

	border-left:1px solid #0068b3;

	border-bottom:15px solid #0068b3;

	overflow:hidden;

	padding:10px 15px;

}

div#content h1{

	color:#003399;

	font-size:1.2em;

}

div#content h2{

	color:#003399;

	font-size:1.1em;

}





div#right_column{

	float:left;

	width:168px;

	background-image:url(images/testimonial_quotes.jpg);

	background-position:left 25px;

	background-repeat:no-repeat;

}

div#testimonial{

	padding:15px;

}

div#testimonial p.note{

	font-size:.9em;

}





div#footer{

	text-align:center;

	color:#666666;

	font-size:.8em;

	clear:both;

	margin-top:5px;

	padding-top:10px;

}

div#footer a,div#footer a:visited{

	color:#666666;

	padding:0 4px;

	text-decoration:none;

}

div#footer a:hover,div#footer a:active{

	text-decoration:underline;

}