/* CSS Document */

/*wireframing*/
div {margin:0; padding:0; border:1px solid #000;}

body {
background-color:#333333;
font: normal 80% Arial, serif;
line-height: 125%; 
}

#container {
	width:1000px;
	height:775px;
	margin: 20px auto;
	background-color:#FFFFFF;
}


#masthead {
	padding: 20px 0px 15px 10px;
	text-indent: 170px;
	background-color: #FFFFFF;	
}

/*Navigation Bar section*/

#Navbar{
	padding: 0px 0px 0px 8px;
	font-family: "Bookman Old Style";
	font-size: 13px;
}

#Navbar ul {
list-style:none;
margin:0; 
padding:0;
}

#Navbar li {
	line-height:200%;
	display:inline;
	margin:0;
	padding: 2px 10px;
	}

#Navbar li a:link, #Navbar li a:visited {
	text-decoration:none;
	color:#336600;
}

#Navbar li a:hover, #Navbar li a:active {
	text-decoration:underline;
	color: #339900;
}

/*Highlighting the current page*/
#home #Navbar a.home {
border-bottom: 3px solid #FFE86C;
}

/*This section will have any content, links, information, ect.*/
#content {
width:480px;
height:580px;
float:right;
margin: 00px 0px 0px 0px;
padding: 20px 80px 0px 40px;
overflow: scroll;
}

/*This section will hold a photo for each page*/
#photo {
float:left;
width:395px;
height:580px;
overflow:hidden;
background-color:#333333;
}

a:link, a:visited {
	text-decoration:none;
	color:#006600;
}

a:hover, a:active {
color:#003333;
text-decoration:underline;
}

/* All Headings will go here*/
ul {
	margin:0;
	Padding:0;
	list-style-type:disc;
}

.note {
font-size:9px;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	letter-spacing: inherit;
}	

.subtitle {
	font-family:"Brush Script MT Italic";
	font-size: 26px;
	letter-spacing: inherit;
	text-indent: 720px;
	font-style: italic;
	color: #006600;
	margin-top: -15px;
}	
