#all {
  	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
	width: 1000px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#head {
float: left;
width: 1000px;
min-height: 200px;
background-color: #000080;
font-family: "Georgia";
font-size: medium;
clear: both;
}

#mainmenu {
float: left;	
width: 1000px;
}

#left {
float: left;
clear: left;
width: 250px;
min-height: 800px;
padding: 2px;
font-family: "Helvetica";
text-align: center;
color: #FFFFFF;
}

#right {
float: left;
width: 745px;
font-family: "Georgia";
}

#right1 {
border-bottom: 3px double black;
float: left;
width: 745px;
font-family: "Georgia";
}

#right2 {
border-bottom: 3px double black;
float: left;
width: 745px;
font-family: "Georgia";
}

#right3 {
border-bottom: 3px double black;
float: left;
width: 745px;
font-family: "Georgia";
}

#footer {
width: 1000px;
background-color: #000080;
text-align: center;
text-decoration: none;
color: #FFFFFF;
border-top: 3px double gray;
clear: both;
}
