@charset "UTF-8";
/* CSS Document */

body {
	*text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

.section {
	*text-align: left;
	width: 820px;
	margin: 0 auto;
}

.header {
	*text-align: left;
	width: 800px;
	margin: 0 auto;
	padding-top:250px;
	padding-left:10px;
	padding-right:10px;
	min-height: 159px;
	*height:159px;
	background: url("../_images/header/background.jpg") no-repeat;
}

.identity {
	width: 401px;
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	margin-bottom: 90px;
}

.menu, .menu li {
	vertical-align:middle;
	display:inline-block;
	*display:inline;
}

.menu {
	width: 399px;
	text-align: center;
	margin-bottom: 90px;
}

.menu li {
	padding:10px;
	text-align: left;
	text-transform: uppercase;
}

.menu a {
	text-align: left;
	text-transform: uppercase;
	color: #cc9900;
	text-decoration:none;
}

.menu a.active {
	color: #ffffff;
}

.menu a:hover {
	text-decoration:underline;
}

.catch {
	padding-left: 10px;
	text-transform: uppercase;
	margin-bottom:34px;
}

.aside {
	width:1px;
	padding-left: 50px;
	vertical-align: top;
}

.aside .images {
	background:#eeeeee;
	padding: 10px;
}

.aside a.lightbox {
	display:block;
	margin-bottom:1px;
}

.article {
	padding-left: 20px;
	vertical-align: top;
	font-size:12px;
}

.article h1, .article p {
	margin-bottom: 25px;
}

.article h1 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	background: url("../_images/body/dotted-separator.png") repeat-x bottom;
	padding-bottom:8px;
}

.article h2 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	background: url("../_images/body/dotted-separator.png") repeat-x bottom;
	padding-bottom:8px;
	margin-top:78px;
	margin-bottom:20px;
}

.links li {
	margin-bottom: 20px;
}

.links a {
	color: #666666;
}

.schedule dt {
	padding-left:1px;
}

.schedule dt.odd {
	background: #eeeeee;
}

.schedule dd {
	float:right;
	margin-top:-20px;
	padding-right:6px
}

.footer {
	*text-align: left;
	width: 820px;
	margin: 0 auto;
	height: 90px;
}