body {
	font-family: arial,verdana,helvetica, sans-serif;
	background-color: #DDDDDD;
	color: #000000;
	margin: auto;
}

.leftside {
	background-image: url(../images/ln.gif);
	background-repeat: repeat-y;
	background-color: #DCDFD2;
	vertical-align: top;
}

.rightside {
	background-image: url(../images/rb.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	vertical-align: top;
}

.border {
	background-color: #A2A2A2;
	color:#000000;
	height:1px;
}

.address {
	font-size: 11px;
	color: #FFFFFF;
	text-align :right;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.address a {
	color: #FFFFFF;
}

.banner {
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom:0px;
}

.inner {
	width:460px;
	color:#999999;
	font-size:11px;
	margin: auto;
	padding-top:30px;
}

.featured {
	background-image: url(../images/featured_bg.gif);
	background-repeat: repeat-y;
	background-color: #AC998C;
	color: #FFFFFF;
	text-align: center;
	padding:10px 0px 30px 0px;
}

.featured a {
	color: #FFFFFF;
}

.error {
	border: 1px dotted #FF0000;
	font-weight:bold;
	text-align:center;
	width:420px;
	background-color:#FFFFFF;
	color:#FF0000;
	padding:3px;
	margin:auto;
	font-size:12px;
	margin-bottom:10px;
}