/* CSS Document */

#main_pane {
	width:760px; 
	padding:0px; 
	margin: 0 auto;
	background-color:#FFFFFF;
	min-height:600px;
	
}
#copyright {
	width:100%;
	font-size:9px;
	padding:0px 0px 10px 0px;
}

#navigation_pane {
	width: 145px;
	/*min-height:300px;*/
	float:left;
	background-image:url(/common/images/interface/navGrad.gif);
	background-repeat:repeat-x;
}

#navigation_pane div.navcontainer {
	padding-left:10px;
}

#rightside_pane {
	width:615px;
	background-color:#ffffff;
	float:left;
	padding-top:0px;
}

#rightside_pane div.rss_contact_pane {
	width:100%;
	padding:0px;
	margin:0px;
	height:18px;
}

#rightside_pane div.rss_contact_pane div.rsslogo {
	width:307px;
	padding:0px;
	margin:0px;	
	float:left;
}


#rightside_pane div.rss_contact_pane div.contact {
	width:308px;
	padding:0px;
	margin:0px;
	float:left;
}

#rightside_pane div.banner {
	width:615px;
	height:106px;
	padding:0px;
	margin:0px;
	background-image:url(/common/images/interface/banner_stretched.gif);
}


#rightside_pane div.content {
	width:450px;
	float:left;
	padding:20px 0px 0px 20px;
}

#rightside_pane div.content div.titleimg {
	width:100%;
	height:38px;
	padding-bottom:25px;
}

#rightside_pane div.features {
	width: 145px;
	padding:20px 0px 20px 0px;
	float:left;
}

#rightside_pane div.features div.ad {
	text-align: center;
	width: 145px;
	height: 75px;
}

#rightside_pane div.features div.feature_topbar {
	width:100%;
	height:27px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

#rightside_pane div.features div.feature_text, #rightside_pane div.features table.feature_text {
	width:135px;
	background-color:#cf2d2a;
	padding: 10px 5px 5px 5px;
	margin: 0px;
	font-size:9px;
	color:white;
}
#rightside_pane div.features div.feature_text input.text {
	width:90px;
}

#rightside_pane div.features div.feature_bottom {
	width:100%;
	height:45px;
	background-image:url(/common/images/interface/featureBoxBase.gif);
	background-repeat:no-repeat;
} 
	

#rightside_pane div.content div.greybar {
	width:100%;
	height:26px;
	background-image:url(/common/images/interface/titleBar.gif);
	background-repeat:no-repeat;
}

#rightside_pane div.content div.text {
	width:420px;
	padding:10px 10px 15px 10px;
}

a{
color:#972427;
text-decoration:none;
}

a:hover { 
color: #000000;
text-decoration: underline;
}

a.normal{
color:#000000;
text-decoration:none;
}

a:hover.normal { 
color: #000000;
text-decoration: underline;
}

.left {
float: left;
padding: 0 8px 8px 0px;
}
