
#head {
	/* background-color: lightblue;
	border: 3px black solid; */
}

.title{
 font-style:italic;
 border-style: double;
 font-size: 45px;
 /*display: block;*/
 width: auto;
 margin:20px 30px 20px 800px; /* top left bottom right */
 padding: 2px 10px 2px 10px;
 /* position: absolute; */
 right: 260px;
 color:blue;
 border-radius: 20px;
 box-shadow: 0 0 20px #777777; /* had insert insert it */
}

.left {
	background-color: yellow;
	border: 2px red solid;
	float: left;
	width: 220px; /* set to keep box width set */
	margin: 10px 10px 10px 25px;
	padding: 5px 5px 5px 12px;
	border-radius: 30px;
	box-shadow: 5px 5px 5px 5px #777777;
	}

.right {
	background-color: lightgrey;
	border: 2px red solid;
	float: right;
	width: 1200px; /* fixed width */
	margin: 10px 30px 10px 10px;
	padding: 4px 10px 4px 20px;
	border-radius: 30px;
	box-shadow: 0 0 20px #777777;
	}
	
.rightcred {
	background-color: lightgrey;
	border: 2px red solid;
	float: right;
	width: 450px;
	margin: 20px 30px 20px 10px;
	padding: 4px 10px 4px 20px;
	border-radius: 30px;
	box-shadow: 0 0 20px #777777;
	}
	
.footer {
	background-color: orange;
	border: 3px green solid;
	clear: both;
	border-radius: 15px;
}

img{
	margin: 10px;
}

body{
 padding:0;
 margin:5px;
 font:76% verdana,tahoma,sans-serif;
 background:#cccccc url(bodybg.gif) repeat;
 color:#303030;
 border: 2px black solid;
 /*width: 1700px; /* sets to keep other boxs from moving */
 /* border-radius: 30px; */
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.footer{
clear:both;
}

.menulinks{
	/* changed by adding a */
 width:190px; /*changed from 110 on 9-6-2010*/
 padding:4px 2px 4px 20px;
 font-size:1.2em;
 font-weight:bold;
 background-color:inherit;
 color:#286ea0;
  /* border:1px solid #ffffff; */
}

.menulinks li {
	list-style-type: none;
	width: 10em;
	text-align: center;
	margin-left: -2.5em;
	font-size: 15px;
	color: blue;
 	display: inline-block;
}

.menulinks a {
	text-decoration: none;
	color: black;
	color: green;
	display: block;
	box-shadow: 5px 5px 5px grey;
	margin-bottom: 2px;
}

.menulinks a:hover {
	background-color: #DDDDEE;
	box-shadow: 3px 3px 3px grey;
	border: none;
}
