﻿/*	Website width 766px
	Header height 330px, width 766px
	photo height 200px, width 200px
	sidebar width 225px
	content width 540px
*/

html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	background: #333333;
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: large;
	font-weight: bold;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
	font-style:italic;
	color:maroon;
	border-bottom: medium black double;
}
	
h2{ 
	font-size: medium;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
}
	
p {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#container{
	margin: 0px auto 0px auto;
	width: 766px;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position:relative;
}
	
#header{
	height: 330px;
	background: url("images/skyline1.jpg") no-repeat bottom;
	width: 766px;
	background-color: silver;
}	

#main{
	padding:0px 0px 0x 0px;
}

#title {
	font-family: Arial,Verdana;
	width: 726px;
	margin-left: 20px;
	padding-top: 20px;
	font-size: 24px;
	color: #800000;
	font-weight: bold;
	font-style: italic;
	border-bottom: medium black double;
}

#subtitle {
	font-family: Verdana,Arial;
	width: 80%;
	float: right;
	margin-right: 45px;
	text-align: right;
	font-size: 13px;
	color: #800000;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}
	
#content{
	width: 540px;
	background-color: #C0C0C0;
	padding: 0 0 0 0;
	float:left;
}

#sidebar{
	width: 225px;
	background-image: url('images/sidebar.jpg');
	background-color: #838484;
	background-repeat: repeat-x;
	float: right;
	border-left: 1px #ffffff solid;
}	

.lphoto {
	margin:0px 20px 20px 20px;
	float:left;
	width: 200px;
	height:200px;
}
	
.rphoto {
	margin:0px 20px 20px 20px;
	width: 200px;
	height:200px;
	float:right;
}
	
.cphoto {
	margin:20px auto 20px auto;
	width: 200px;
	height:200px;
}
	
a:link,a:active,a:visited {
	text-decoration: underline;
	color: #800000;
}

a:hover{
	text-decoration: underline;
	color: #000080;
}

.indentmenu{
	font: bold small Verdana;
	margin: 32px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 25px;
	width: 100%;
	background-image:url('images/indentmenu1.jpg');
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 95%; /*width of menu*/;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF; /*text color*/;
	text-decoration: none;
	text-align:center;
	padding: 5px 10px 0px 10px;/*spacing of text within image*/;
	width: 110px;
	border-right: thin #666666 double;
}

.indentmenu ul li a:visited{
	font: bold small Verdana;
	color: #FFFFFF;
}

.indentmenu ul li a:hover{
	color: #000000; /*text color of selected and active item*/;
	width:110px;
}

#footer	{
	text-align: center;
	font-style: italic;
	font-size: xx-small;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: #838484;
	height: 30px;
	width: 766px;
	clear: both;
}

