﻿body {

	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url('images/background.psd.jpg');
	}


#container {

	border: medium black solid;
	width: 760px;
	height: auto;
	margin: 0 auto;
	background-color: #C0C0C0;
	}


#header {
	
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	font-size: large;
	width: 100%;
	height: 100px;
	border: thin black solid;
	background-image: url('images/header.psd.jpg');
}


#menu {

	margin-left:5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	height: 430px;
	width: 170px;
	background-image: url('images/king.psd.jpg');
	border:thin black solid;
}


#content {

	margin-top: 5px;
	margin-bottom: 5px;
	height: 430px;
	width: 572px;
	background-image: url('images/contentbackground.psd.jpg');
	font-weight: bold;
	border: thin black solid;
	
}
	

#footer {

	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	height: 80px;
	width: 100%;
	border: thin black solid;
	background-color: white;
	text-align: center;
	font-weight: bold;
}
