/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		background:#FFF;
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	body {
		min-width:750px;
		background-color:#FFF;
		color: #666666;
		background-image:url(images/ppc-background.gif);
		background-repeat:repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	a:link, a:visited {
	color:  #006633;
	text-decoration: none
}

	a:hover, a:active {
	color: #663300;
	text-decoration:underline;
}
	
		a.email:link, a.email:visited {
font-size: 9px;
}

	a.email:hover, a.email:active {
	font-size:9px;
}
	
	#wrap {
		background: transparent;
		margin:0 auto;
	    width: 755px;
	}

	#sidebar {
		background:#FFF;
		float:left;
		width:167px;
		padding-left: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-image:url(css-imgs/sidegrad.jpg);
		background-repeat: repeat-y;
		border: solid 1px #CCCC99;
		height: 580px;
	}
	#sidebar h2, #sidebar h3, {
		font-weight: normal;
		margin: 0px;
    }
	.button {
	height: 30px;
	border-top: solid 1px #CCCC99;
	}
	
	.button-last {
	height: 30px;
	border-top: solid 1px #CCCC99;
	border-bottom: solid 1px #CCCC99;
	margin-bottom: 220px;
	}
	.address {
	vertical-align:bottom;
	padding-left: 30px;
	line-height: 15px;
	font-size: 11px;
	}
	
	#main {
		background:#FFF;
		background-image: url(css-imgs/top.gif);
		background-repeat:no-repeat;
		background-position:top;
		float:right;
		width:540px;
		line-height: 18px;
		padding-left: 2px;
		padding-right: 40px;
		padding-top: 158px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.maintext {
	padding-left: 10px;
	padding-top: 10px;
	}
	
    #main h3, #main p {
		padding:0 10px 0 0;
    }
	
	.links {
	background-color: #cccc99;
	float: left;
	width: 560px;
	margin-left: 5px;
	margin-top: 0px;
	height: 20px;
	padding-left: 12px;
	padding-top: 8px;
	}
	
	
	
	#footer {
		background-image: url(images/footerback.jpg);
		background-repeat: no-repeat;
		color: #666;
		font-size: 10px;
		clear:both;
	}
	
	a.privacy:link, a.privacy:visited {
	color: #666;
	font-size: 10px;
}

	a.privacy:hover, a.privacy:active {
	color: #006633;
	font-size: 10px;
}
	
	
	#footer p {
		padding:5px;
    }
	
	