body {
	background: #ddd url('../ui/bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	font: 14px Verdana, Arial, sans-serif;
	cursor: default;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
#column {
	width: 1000px;
	margin: 0 auto;
}
#content {
	width: 1000px;
	overflow: visible;
}

#content2 {
	width: 700px;
	overflow: auto;
}
#header {
	background: #4e687f url('../headers/default.jpg') center center no-repeat;
	height: 190px;
	position: relative;
}
#header a.header {
	display: block;
	height: 130px;
}
#header h1 {
	margin: 0;
	text-indent: -9999px;
}
#header ul#nav {
	list-style: none;
	background: transparent url('../ui/ul.png');
	height: 50px;
	width: 990px;
	position: absolute;
	top: 130px;
	margin: 0;
	padding-left: 10px;
}
#header ul#nav li {
	float: left;
	height: 50px;
}
#header ul#nav li a {
	display: block;
	color: #fff;
	line-height: 50px;
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#header ul#nav li a:hover {
	background: transparent url('../ui/ul.png');
}
#header ul#nav li ul {
	display: none;
	width: auto;
	position: absolute;
	z-index: 9;
	background: #404040 !important;
	margin: 0;
	padding: 0;
}
#header ul#nav li ul li {
	display: block;
	height: 30px !important;
	line-height: 30px;
	float: none;
}
#header ul#nav li ul li a {
	display: block;
	color: #fff;
	line-height: 30px !important;
	padding: 0 10px;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
}
#left {
	width: 620px;
	float: left;
}
#right {
	width: 360px;
	float: right;
	margin-left: 20px;
}
.item {
	margin-top: 20px;
}
.item p a {
	border-bottom: 1px dotted #3675ab;
}
.item p a:hover {
	color: #3675ab;
}
#left .item,
#center .item {
	background: #fff;
	color: #000;
	padding-bottom: 30px;
	text-align: justify;
}
#center .item {
	padding-top: 1px;
}
#right .item {
	background: #7f7f7f;
	color: #fff;
}
#right .title {
	font-size: 18px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	background: #404040;
	padding: 0 20px;
	margin: 0;
	color: #cacaca;
	text-transform: uppercase;
}
#right img {
	vertical-align: bottom;
}
#right blockquote {
	margin: 0;
	padding:  10px 10px 70px 10px;
	background: transparent url('../ui/quote.gif') bottom left no-repeat;
}
#right cite {
	float: right;
	margin-top: -30px;
	margin-right: 10px;
}
#photos {
	position: relative;
	background-color: #BDC0C0;
}
.teaser {
	position: relative;
	height: 240px;
}
.details {
	min-height: 240px;
}
/*\*/
* html .details {
	height: 240px;
}
/**/
.info {
	width: 212px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	background: transparent url('../ui/info.png');
	margin: 0;
	position: absolute;
}
#left .info {
	bottom: 147px;
	left: -20px;
}
#right .info {
	top: 20px;
	right: -20px;
}
.nocss {
	display: none;
}
#left .item h3,
#center .item h2 {
	margin: 30px 30px 20px 30px;
	font-size: 24px;
	font-weight: normal;
}
#left .item p,
#center .item p {
	margin: 0;
	padding: 0 30px 10px 30px;
}
#footer {
	background: #c0c0c0 url('../images/footer.jpg') center center no-repeat;
	color: #fff;
	margin-top: 20px;
	height: 124px;
	clear: both;
	padding: 20px;
}


h3.title {
	background-color: #404040;
	background-position: 20px 22px !important;
	background-repeat: no-repeat !important;
	text-indent: -99999px;
}
#right #new h3 {
	background-image: url('../h3text/new.gif') !important;
}
#right #sponsors h3 {
	background-image: url('../h3text/sponsors.gif') !important;
}
#right #extra h3 {
	background-image: url('../h3text/looking.gif') !important;
}
/**/
.grey {
	width: 300px;
	line-height: 50px;
	text-align: left;
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: -1px;
	background: #333333;
	margin: 0;
	position: absolute;
	left: 800px;
	top: 250px;
	height: 900px;
}

#events {
	margin: 20px 0 -20px 0;
	padding: 0;
	height: 50px;
	list-style: none;
	display: block;
	width: 1000px;
}
#events li {
	float: left;
	width: 200px
}
#events li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
li#upcoming a {
	background: #fff;
	color: #000;
}
li#previous a {
	background: #888;
	color: #fff;
}
li#archive a {
	background: #444;
	color: #fff;
}
