body {
	background-color:#000;
}

.hidden {
	display: none;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: center 165px;
}

h1, h2, h3 {
	font-family: Georgia;
}
	
h1 {
	font-size: 4em;
}
	
#current a {
	font-weight: bold;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#header {
	clear: both;
	height: 100px;
	text-align:center;
}

#header a {
	border:none;
}

#header a:hover {
	border: none;
}

#menu {
	height: 45px;
	width: 910px;
	padding: 20px;
	}
	
#menu ul {
	list-style-image:none;
	list-style-type:none; 
	margin: 0;
	height:45px;
	border-top: 1px solid #FFF;
	border-right: 1px #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px #FFF;
}

#menu ul li {
		float:left;
		color:#FFF;
		padding: 14px 14px;
}

#menu li a {
	display:block;
	font-variant: small-caps;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
    font-weight: bold;
}

#mainContent {
	clear: both;
	background-image:url(images/content-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 3em;
}

.text {
	padding-left: 2em;
	padding-right: 2em;
	margin-left: 1.6em;
	margin-right: 1.6em;
	background-image: url(images/textbg.jpg);
	background-repeat: repeat;
}

.text p {
	clear: both;
}

#mainContent p {
	padding-left: 2em;
	padding-right: 2em;
}

#mainContent a {
	color:#333;
	border: none;
}

#mainContent a:hover {
	color:#00C;
}

.byline {
	text-align: right;
	font-size: .7em;
}

.definition {
	text-indent: 2em;
	padding-left: 2em;
}

.quote {
	padding: 1em;
	clear:both;
}

.quote p {
	color: #00C;
	text-align:center;
	background-image: url(images/quotestrip.png);
	background-repeat: repeat;
	}
	
.center-text {
	text-align:center;
}

.thumbnail {
	float: left;
	width: 150px;
	margin: 0 15px 15px 27px;
	padding: 5px;
	border: 2px solid #000;
	background-image:url(images/thumbbg.png);
	color:#FFF;
	text-align:center;
}

.video {
	width: 430px;
	text-align:center;
	padding: 5px 5px 0px 5px;
	margin: 0 auto 0 auto;
	font-size: smaller;
}