body {
	background-color: #7B8C86;
	font-family: Arial;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: small;
	font-weight: bold;
}

a {
	color: black;
}

/*//////////////////////
// Whole
//////////////////////*/
#whole {
	width: 800px;
	height: 880px;
	border: 1px solid #3F3F3F;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*//////////////////////
// Header
//////////////////////*/
#header {
	/*border: 1px solid green;*/
	border-bottom: 1px solid #3F3F3F;
	width: 800px;
	height: 99px;
	float: left;
	clear: both;
	background-image: url("backgroundImages/tile.jpg");
	color: #FFFFCC;
}
	#header img {
		float: left;
		margin-top: 15px;
		margin-left: 3px;
	}
	
	#header p {
		float: left;
		margin-top: 12px;
		margin-left: 180px;
	}
	
	#title {

		font-family: "Viner Hand ITC";
		font-size: xx-large;		
	}
	
	#subtitle {
	}

/*//////////////////////
// Left
//////////////////////*/
#left {
	
	/*border: 1px solid blue;*/
	border-right: 1px solid #3F3F3F;
	width: 174px;
	height: 700px;
	float: left;
	background-image: url("backgroundImages/left.jpg");
}

	#left ul {
		margin-top: 3em;	
	}

	#left li {
		width: 8em;
		margin-left: -1em;
		margin-bottom: .75em;
		list-style-type: none;
		text-align: center;
	}
	
	#left a {
		display: block;
		color: black;
		text-decoration: none;
		font-size: 80%;
		padding-top: 3px;
		padding-bottom: 3px;
		border: 1px solid #606060;
		border-left: 1px solid #3F3F3F;
		background-image: url("backgroundImages/leftlist.jpg");
	}
	
	#left a:hover {
		background-image: url("backgroundImages/leftlisthover.jpg");
	}

/*//////////////////////
// Right
//////////////////////*/
#right {
	/*border: 1px solid brown;*/
	width: 625px;
	height: 700px;
	float: left;
	background-color: white;
}

	#rightLinks {
		width: 625px;
		height: 29px;
		background-image: url("backgroundImages/rightlinks.jpg");
		border-bottom: 1px solid #727272;
		font-size: small;
		float: left;
	}	
	
	#rightLinks div {
		text-align: right;
		margin-top: 7px;
	}
	
	#rightLinks a {
		color: black;
		margin-right: 15px;
		text-decoration: none;		
	}
	
	#rightLinks a:hover {
		text-decoration: underline;		
	}
	
	#content {
		font-size: small;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 60px;
	}
	
	#content h1 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	#leftImage {
		margin-left: -15px;
		margin-top: -25px;
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	
	#rightImage {
		float: right;
		margin-left: 15px;
		margin-bottom: 10px;
		margin-top: -15px;
	}
	
	

/*//////////////////////
// Footer
//////////////////////*/
#footer {
		
}

	#footerLinks {
		/*border: 1px solid purple;*/
		border-top: 1px solid #3F3F3F;
		width: 800px;
		height: 49px;
		float: left;
		background-image: url("backgroundImages/tile.jpg");
	}
	
	#footerLinks p {
		text-align: center;
		color: #FFFFCC;
	}
	
	#footerLinks a {
		color: #FFFFCC;
		font-size: 90%;
		text-decoration: none;
	}
	
	#footerLinks a:hover {
		text-decoration: underline;
	}
	
	#ieFooterLinks p {
		margin-top: 14px;
	}
	
	#footerCopyright {
		/*border: 1px solid yellow;*/
		border-top: 1px solid #3F3F3F;
		width: 800px;
		height: 29px;
		float: left;
		background-color: #FFFFCC;
	}
	
	#footerCopyright p {
		color: gray;
		text-align: right;
		font-size: x-small;
		margin-right: 15px;
		margin-top: 8px;
	}


