#root {
	width: 100%;
	background-color: Gray;
	line-height: 130%;
	border-color: #FFA500 #FFA500 #FFA500 #FFA500;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
#header {
	margin-left: 200px;
	margin-right: 200px;
	border-color: #FFA500 #FFA500 #FFA500 #FFA500;
	border-style: solid solid solid solid;
	border-width: 2px 4px 2px 4px;
	height: 70px;
	background-image: url(header.jpg);
}
#nav {
	padding: .5em;
	background-color: #20B2AA;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 4px;
	border-color: #FFA500 #FFA500 #FFA500 #FFA500;
	border-style: solid solid solid solid;
	border-width: 2px 4px 2px 4px;
	text-align: center;
	font-size: larger;
}
#content {
	background-color: #20B2AA;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 30px;
	padding: .5em;
	font-size: small;
	font-style: normal;
	text-align: center;
	border-width: 1px 4px 1px 4px;
	border-style: solid solid solid solid;
	text-decoration: none;
	border-color: #FFA500 #FFA500 #FFA500 #FFA500;
	}
#footer {
	clear: both;
	padding: .3em;
	text-align: center;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 200px;
	margin-right: 200px;
	border: 1px dotted #FFA500;
	font-size: smaller;
}
#banner {
	float: left;
	width: 140px;
	height: 150px;
	margin-top: 58px;
	padding: 1em;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
	font-style: italic;
}

.pictures 	{
	color: White;
	font: 1.2em Tahoma;
	text-align: center;
}
