﻿/* CSS layout */

body {
	background-image:url('images/orangeflowerbackground.gif');
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#400000;
	margin:0;
	padding:0;
}

h1 {
	font-size:medium;
	font-weight:bold;
	font-family: Verdana, Arieal, sans-serif;
	color:maroon;
}
	
a {
	text-decoration: underline;
}
a:link {
	color:#663300;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #663300;
	text-transform: uppercase;
}
a:active {
	color: #663300;
}


#container {
	width: 900px;
	margin:0 auto;	/* this is how the content is centered */
}

#header {
	width: 900px;
	height:200px;
	margin-top:45px;
	background-image:url('images/Header200H.jpg');
	border-top: medium;
	border-top-style: groove;
	border-top-color:maroon;
	border-right: medium;
	border-right-style: groove;
	border-right-color:maroon;
	border-left: medium;
	border-left-style: groove;
	border-left-color:maroon;
}


#menubar {
	
	width:900px;
	height:60px;
	background-image:url('images/menubar60h.gif');
	background-repeat: no-repeat;
	border-right: medium;
	border-right-style: groove;
	border-right-color:maroon;
	border-left: medium;
	border-left-style: groove;
	border-left-color:maroon;

}

#page_content {
	width: 890px;
	text-align: left;
	background-color:white;
	padding-top:10px;
	padding-left:10px;
	border-right: medium;
	border-right-style: groove;
	border-right-color:maroon;
	border-left: medium;
	border-left-style: groove;
	border-left-color:maroon;

}

#footer {
	width: 900px;
	height:25px;
	background-color: #FF6600;
	border-right: medium;
	border-right-style: groove;
	border-right-color: maroon;
	border-left: medium;
	border-left-style: groove;
	border-left-color:maroon;
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: maroon;
}
