body {
	background-color: #363251;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	margin-left: 0px; 
	margin-right: 0px;
}

a:hover {
	color: red;
}

h1 {	
	color: #363251;
	font-size: 16pt;
	margin-top: 0;
}

h2 {
	color: #363251;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}

h3 {
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}

#topbar{
	background-color: white;
	height: 75px;
	padding-left: 20px;
	position:relative;
	border-top: 3px solid #9080FF;
	border-bottom: 3px solid #9080FF;
}

#subtitle {
	position: absolute;
	top: 38px;
	left: 320px;
}

#dandyfade {
	position: absolute;
	top: 0px;
	right:0px;
	float: right;
}

#menu {
	position: relative;
	padding: 10px;
	color: white;
	background-color: #363251;
	word-spacing: 20px;
}

#menu a {
	color: white;
	word-spacing: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#menu a:hover {
	color: red;
}

#contentbox {
	background-color: white;
	position: relative;
	border-top: 3px solid #9080FF;
	border-bottom: 3px solid #9080FF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	float: left;
	width: 100%;
}

#content {
	padding: 20px;
	width: 600px;
}

#footer {
	position: relative;
	color: white;
	font-size: 8pt;
	font-style: italic;
	margin: 0px;
	height: 40px;
	float: left;
	width: 100%;
}

#footer-thumbnails {
	position: absolute;
	left: 0px;
	float: left;
	padding: 10px;
}

#footer-text {
	position: absolute;
	right: 0px;
	text-align: right;
	float: right;
	padding: 10px;
}

#pictures {
	margin:0px 0px 15px 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.hidden {
	visibility:hidden;
	position: absolute;
}


