body {
	background-color : #1C1C1C;
	text-align: center;
	font-family: Arial;
	color: #CCCCCC;
}

#content {
	margin: 0px auto;
	width: 800px;
	padding-top: 30px;
	text-align: left;
}

a img {
	border: 0px none;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

object { 
	outline:none; 
}

#header {
	width: 800px;
	height: 25px;
	position: relative;
}

#logo-link {
	position: absolute;
	display: block;
	left: 0px;
	float: left;
	width: 49%;
	z-index: 1;
}

.nav-link {
	color: #CCCCCC;
	text-decoration: none;
}

.nav-link:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

.nav-link-smaller {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}

.nav-link-smaller:hover {
	color: #EEEEEE;
	text-decoration: underline;
	font-size: 12px;
}

.here {
	color: #EEEEEE;
	text-decoration: underline;
	visibility: visible
}

#nav {
	position: absolute;
	right: 0px;
	text-align: right;
	width: 100%;
	height: 24px;
	max-height: 24px;
	margin-top: 5px;
	font-size: 14px;	
}
#subnav {
	visibility: hidden; 
	position: absolute;
	right: 0px;
	top: 25px;
	text-align: right;
	width: 49%;
	height: 24px;
	margin-top: 0px;
	font-size: 14px;	
}
#subnav-events {
	padding-right: 95px;
}

#main {
	padding-top: 35px;
	font-size: 16px;
}

.pages-iframe {
	width: 900px;
	height:750px;
	overflow: auto;
	border: 0px;
}

#flashcontent {
	width: 800px;
	height: 670px;
}

#flashcontent-portfolio {
	width: 800px;
	height: 620px;
}

tr {
	vertical-align: top;
}

#contact-table {
	padding-top: 50px;
	width: 800px;
}

.contact-cell-left {
	width: 580px;
	text-align: right;
	padding-right: 10px;
}

.contact-cell-middle {
	width: 20;
	text-align: center;
}

.contact-cell-right {
	width: 200px;
	text-align: right;
	padding-left: 10px;
}

#about {
	padding-top: 5px;
}

#definitions {
	font-size: 12px;
	padding-bottom: 20px;
}
.definition {
	margin-left: 10px;
}