.sitenav {
	text-decoration: none;
	background-color: #171717;
	padding: 5px;
	font-weight: normal;	
	font-size: 9px;
	color: #555555;
}
.midbg {
	text-decoration: none;
	background-image: url(../images/mainbg_botmid.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
.phone {
	background-image: url(../images/mainbg_topphonemid.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 930px;
	height: 48px;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
	font-weight: normal;	
	font-size: 15px;
	color: #888888;
}
.mainpic {
	/* background-image: url(../images/mainbg_bot.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: 0% 0%; */
	width: 930px;
	height: 215px;
	/* -moz-opacity: 0.55; */
	/* filter: alpha(opacity=55); */
	font-weight: normal;	
	font-size: 15px;
	color: #888888;
}
.flash {
	text-decoration: none;
	background-color: #222222;
	width: 930px;
	height: 215px;
}
.botbordered {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style:  none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #555555;
}
.rightbordered {
	text-decoration: none;
	background-color: #222222;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style:  solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 10px;
}
.leftbordered {
	text-decoration: none;
	background-color: #222222;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style:  none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 10px;
}

