body 	{
	font-size: medium;
	font-family: arial;
	background-color: #333399;
}

#content{
	background-image: url(gif/clearitback.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 650px;
	margin-left: 18.75%;
}

#header {
	height: 150px;
}

#main	{
	background-color: #fefefe;
	border-top: solid black;
	border-bottom: solid black;
	height: 400px;
}

#menu	{
	margin-top: 120px;
	padding-left: 100px;
}

#picture {
	float: left;
	width: 100px;
	margin-left: 20px;
	margin-top: 50px;
}

#introduction {
	padding: 25px;
	margin-left: 150px;

}

#text	{
	padding-left: 50px;
}

#footer { 
	width: 800px;
	height: 100px;
	font-size: 75%;
	padding: 10px;
}

#contact{
	width: 200px;
	float:left;
	padding-left: 10px;
}

#bean{
	width: 200px;
	float: right;
}


H1	{
	font-size: 200%;
	font-family: neuropol;
}

H2	{
	text-align: center;
}

a {
	text-decoration: none;
	display: inline;
	padding: 10px;

}

a.beanlink:link{
	color:black;
	text-decoration:underline;
}


a.pmail:link{
	color: black;
	text-decoration: underline;
}


p.contactdetails{
	padding: 50px;
}
	

a:link {
	color: white;
}

a:visited {
	color: red;
}

a:hover	{
	color: yellow;
}



