body {
	background-color: black;
	background-image: url(images/background-stripes.png);
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

hr {
	border: 0;
	height: 2px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin: 0;
	padding: 0;
}

hr.header {
	background-image: url(images/header-separator.png);
}

hr.footer {
	background-image: url(images/footer-separator.png);
}

div#container {
	width: 1042px;
	margin: 0 auto;
}

a#home_link {
	color: transparent;
	display: block;
	width: 454px;
	height: 32px;
	background: url(images/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

div#header {
	background-image: url(images/header-background.png);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-left: 175px;
	padding-right: 175px;
	text-align: center;
}

div#content_wrapper {
	padding-left: 175px;
	padding-right: 175px;
	background-image: url(images/content-background.png);
	background-repeat: repeat-y;
}

div#footer {
	text-transform: uppercase;
	font-family: Arial, sans;
	font-size: 11px;
	color: #2f2e2e;
	clear: both;
	text-align: right;
	padding-bottom: 20px;
	background-image: url(images/footer-background.png);
	background-repeat: repeat-y;
	background-position: center bottom;
}

div#footer hr {
	margin-bottom: 10px;
}

div#footer p {
	padding-left: 175px;
	padding-right: 175px;
}

ul#menu {
	height: 20px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-left: 100px;
	list-style: none;
}

ul#menu li.top {
	display: block;
	float: left;
}

ul#menu li.top a.top {
	color: transparent;
	display: inline-block;
	height: 16px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

ul#menu ul.dropdown {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	background-color: white;
	list-style: none;
	overflow: hidden;
}

ul#menu ul.dropdown a {
	text-align: left;
	width: 100%;
	display: block;
	font-family: "Trajan Pro", serif;
	text-transform: uppercase;
	color: black;
	font-size: 11px;
	padding: 8px;
}

ul#menu ul.dropdown a:hover {
	background-color: #e9f2f5;
}

ul#menu li.top:hover ul.dropdown {
	display: block;
}

li a.about {
	width: 93px;
	background-image: url(images/about.png);
}

li a.media {
	width: 89px;
	background-image: url(images/media.png);
}

li a.education {
	width: 125px;
	background-image: url(images/education.png);
}

li a.calendar {
	width: 117px;
	background-image: url(images/calendar.png);
}

li a.contact {
	width: 70px;
	background-image: url(images/contact.png);
}

/* Content */
h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	color: #ebebeb;
	font-size: 16px;
	font-family: "RequiemFine", "Times New Roman", serif;
	font-weight: 400;
	text-transform: uppercase;
	background-image: url(images/title-separator.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#content {
	min-height: 600px;
	padding-top: 25px;
	color: #ebebeb;
	font-family: arial, sans, "FrutigerNextLT", "Trajan Pro";
	font-size: 11pt;
}

div.text_only {
	margin-left: 100px;
	margin-right: 100px;
}

div.text_only img.content {
	display: none;
}

div.text_picture img.content {
	float: right;
	border: 1px solid #4c4c4c;
}

div.text_picture p {
	margin-right: 300px;
}

div.picture_only img.content {
	margin: 0 auto;
	border: 0;
	display: block;
}

div.picture_only h1 {
	display: none;
	visibility: hidden;
}

div.item {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.item .title {
	font-family: "FrutigerNextLT", "Trajan Pro", Georgia, serif;
	color: #93d8f5;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	display: block;
}

div.item p {
	font-family: "Myriad Pro", arial, sans;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

div.link p {
	margin-top: 7px;
	padding-top: 7px;
	background-image: url(images/title-separator.png);
	background-repeat: no-repeat;
}
