@charset "utf-8";
/* CSS Document */

body {
	margin:  0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 15px;
	background-color: #7f1517;
	color:#333333
}

img {  border-style: none; }
a {
	color:#7f1517;
}
#container {
	width: 850px;
	margin: 0 auto;
	background:#ffffff;
}

#header {
	background-image: url(images/header.jpg);
	height: 200px;
}

#content {

}
#signup {
	float:right;
	width: 250px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	border: medium double #996600;	

}


#right {
	width: 850px;
	float: right;
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(images/rhino.png);
	background-repeat: no-repeat;
	background-position: center 300px;
}
#right p {
	padding-left:25px;
	padding-right:25px;
}

#footer-top {
	height:123px;
	background-attachment: scroll;
	background-image: url(images/orange_bar.jpg);
	background-repeat: no-repeat;	
}
#footer-mid {
	height:73px;
	background-attachment: scroll;
	background-image: url(images/rhino_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #7f1517;
}



#footer-top p {
	color:#ffffff;
	padding-top:50px;
}

#footer-top a {
	color:#ffffff;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	
	padding-right:25px;
	margin-left:25px;
	font-size:24px;
	letter-spacing:.2em;
}

h2 {
	
	padding-right:25px;
	margin-left:25px;
	font-size:20px;
	letter-spacing:.2em;
}


.standout {
	font-weight:bold;
	color:#000000;
	letter-spacing:.1em;
	}
	
.standout_18 {
	font-weight:bold;
	color:#000000;
	font-size:18px;
	letter-spacing:.1em;
}
	
	
.orange {
	color:#f78f1e;
}
.red {
	color: #7f1517;
}