body {
	width: 960px;
	margin: auto;
	background: #e3e3e3;
	}
	
h1,
h2	{
	margin-top: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
	}
	

.main_container {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	padding: 15px;
	margin: 5px;
	border: 1px outset green;
	}

.image_container {
	margin-left: 15px;
	padding: auto;
	/*border: 1px outset green;*/
	}

a 	{
	background: none transparent;
	color: #650198;
	text-decoration: none;
	font-weight: bold;
	}
	
	a img{
		border: 10px;
	}
	
	a:hover	{
			background: gray;
			color: white;
			font-weight: bold;
			text-decoration: none;
	}
			
ul.menu {
	list-style: none;
	padding: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	}

ul.menu li {
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
	}

ul.menu li a {
			margin-right: 5px;
	}

ul.menu li a:hover {
				background: #8f8f90;
				color: white;
				padding-right: 5px;
				padding-left: 2px;
	}
	
	
.light-box h1{
	background: #650198;
	color: #fff;
	}

#img {
	float: right;
	margin: 5px;
	border: 1px outset green;
	}
	
.headlines a{
	text-transform: uppercase;
	font-size: 120%;
	}

#formula {
	margin-left: 325px;
	margin-right: 325px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 3px ridge green;
	padding: 5px;
	text-align: center;
	}