body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #000000;
	color: #FFFFFF;
}
p {
	margin: 0;
	padding: 0;	
}
a:link { 
	color: #ccc;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #CE0000;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: none;
}
#Nav {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
ul, li {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
li {
	display: inline;
}
/* Current Links */

#homePage a#navHome:link, #imagesPage a#navImages:link, #aboutPage a#navAbout:link, #showsPage a#navShows:link, #contactPage a#navContact:link {
	color: #CE0000;
	text-decoration: none;
}
#homePage a#navHome:visited, #imagesPage a#navImages:visited, #aboutPage a#navAbout:visited, #showsPage a#navShows:visited, #contactPage a#navContact:visited {
	color: #CE0000;
	text-decoration: none;
}
#image {
	height: 510px;
}
#controls {
	margin: 0 0 20px 0;
}
#portfolioContainer, #container, #aboutContainer{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border: 1px solid #fff;
}

#portfolioContainer, #aboutContainer {
	border: none;
}
#contactContainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border: 1px solid #fff;
}
/* other pages */

#content {
	margin-top: 20px;
}
#contactContent {
	margin-top: 20px;
}
.logo {
	margin: 10px 0 0 0;
}
.name {
	font-size: 150%;
	margin: 40px 0 0 0;
	padding: 0 0 10px 0;
}
.thumbs {
	float: left;
}
.thumbs img {
	margin: 0 0 10px 0;	
}
.thumbsMargin {
	margin: 0 60px 0 0;
}
table {
	text-align: left;
}
.showHighlight {
	color: #CE0000;
}
#banner {
	margin: 50px 0 15px 0;
}
#about {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 5px;

	border: 1px solid #CE0000;
}
#contactPage p {
	text-align: center;
	margin: 15px 0 15px 0;

}
.indexImage {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
}
