.swagger_tag_bg {
	background-image: url(../site_images/whatsyourswagger_tag_line.jpg);
	background-position: left 20px;
	background-repeat: no-repeat;
}
.brown_box_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border:1px solid #663300;
	z-index: 0;
	background-image: url(../site_images/brown_bg_opaq.png);
	background-repeat: repeat;
	
}
.red_box_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border:1px solid #CC0001;
	background-color: #CC0000;
}
.redborder {
	border: 2px solid #CC0000;
}
.red_box_large_text {
	font-family: "century gothic";
	font-size: xx-large;
	color: #FFFFFF;
	background-color: #CC0000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0001;
	border-right-color: #663300;
	border-bottom-color: #CC0001;
	border-left-color: #CC0001;
}
