/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .photoset {
	padding: 1px 5px;
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
}

/* styles */
body {
	background: #4A0B15;
}
#body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	background: url(/images/bg.gif) repeat-x top center #fff;	
}
#outer {
	border-bottom: 80px solid #cbecf3;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 85px;
	position: relative;
}
#main {
	width: 760px;
	float: left;
}
ol#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 26px;
	left: 25px;
}
ol#nav li {
	display: block;
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
}
ol#nav a {
	display: block;
	height: 28px;
}
ol#nav a span {
	display: none;
}
ol#nav a#nav-home {
	background: url(/images/nav-home.gif) top left no-repeat;
	width: 68px;
}
ol#nav a#nav-about_the_brain {
	background: url(/images/nav-about_the_brain.gif) top left no-repeat;
	width: 159px;
}
ol#nav a#nav-schedule_and_events {
	background: url(/images/nav-schedule_and_events.gif) top left no-repeat;
	width: 189px;
}
ol#nav a#nav-in_the_news {
	background: url(/images/nav-in_the_news.gif) top left no-repeat;
	width: 122px;
}
ol#nav a#nav-contact_us {
	background: url(/images/nav-contact_us.gif) top left no-repeat;
	width: 116px;
}
ol#nav a:hover {
	background-position: 0 -28px !important;
}
ol#nav a.active {
	background-position: 0 -56px !important;
}

#sidebar {
	width: 190px;
	float: left;
}
#sidebar ol#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ol#subnav li {
	margin: 0;
	padding: 0;
}

#content {
	min-height: 300px;
	width: 740px;
	float: left;
}
#content_text {
	padding: 6px 25px;
}

#footer {
	font-size: 10px;
	padding: 10px 0;
	background: #4A0B15;
	color: #ccc;
}
#footer_text {
	width: 940px;
	margin: 0 auto;
}
#footer a {
	color: #aaa;
}

/* styles */

#main h1 {
	margin: 0;
}
#main h2 {

}
#main h3 {
	
}
#main h4 {

}



/* homepage styles */

.schedule h3{
	font-size
}

.schedule {
	margin-left: 30px;
}


/* other styles */
.right {
    float: right;
}
.left {
    float: left;
}
.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}