#container {
	height: 640px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: solid thin #ffffff;
	background-image: url(images/ourrangebackdrop.jpg);
	background-repeat: no-repeat;
}
#container #textblockourrange {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	height: 80px;
	width: 600px;
	margin-top: 40px;
	margin-left: 40px;
}
#picturebuttons {
	float: left;
	height: 245px;
	width: 713px;
	margin-left: 25px;
}
#button1 {
	float: left;
	height: 245px;
	width: 172px;
}
#button2 {
	float: left;
	height: 245px;
	width: 181px;
}
#button3 {
	float: left;
	height: 245px;
	width: 180px;
}
#button4 {
	float: left;
	height: 245px;
	width: 180px;
}
#container #ourrangetext {
	height: 90px;
	width: 600px;
	text-align: center;
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#container #ourrangetext a:link{
color: white;
font-weight:bold;
text-decoration:underline;
}
#container #ourrangetext a:hover{
	color: white; 
	text-decoration: underline;
}
 #container #ourrangetext a:visited{
    color: white;
    text-decoration:underline;
}
