@charset "utf-8";
/* CSS Document */
body {
<!	font-family: Verdana, Geneva, sans-serif;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #6C6C00;
	background-color: #6C6C00;
	margin: 0 auto;
}
#container {
	width: 968px;
	margin: auto;
	background-color: #6C6C00;
	float: none;
	color: #303;
}
#main_image {
	height: 300px;
	width: 768px;
	padding-top: 100px;
	padding-left: 200px;
	background-color: #606;
}
#header{
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:24px;
	color: #FFF;
	text-align: center;
	height: 65px;
	margin: 0 auto;
	width: 968px;
}

#menu_container {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	width: 763px;
	text-align: center;
	height: 100px;
	padding-left: 205px;
}

#box_image_container{
	float:left;
	width: 200px;
	height: 225px;
	padding: 0px;
	color: #303;
	font-size: 14px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
#box_image{
	width: 200px;
	height:200px;
	background-image: url(images/orb_200.jpg);
}
#box_image_text{
	width: 200px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	line-height: 1cm;
}
#spacer{
	float:left;
	width:175px;
	height:175px;
}
#box_image2_container{
	float:left;
	width: 200px;
	height: 225px;
	padding: 0px;
	color: #303;
	font-size: 14px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
#box_image2{
	width: 200px;
	height: 200px;
	background-image: url(images/spire_200.jpg);
}
#box_image2_text{
	width: 200px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	line-height: 1cm;
}

#main_text h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#main_text h4 {
font-size: 100%;
margin:0 auto;
}
#main_text p{
font-size: 90%;
margin:0 auto;
}
#sun_container {
	text-decoration: underline;
	text-align: center;
	margin-top: 15px;
	color: #303;
}
p {
	margin-top: 0em;
 }
a {
	text-decoration: inherit;
	cursor: pointer;
	color: #400040;
}

