/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}ol,ul {/*list-style:none;*/ margin-left: 20px;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

:focus
{
    -moz-outline-style: none;
    outline: none -webkit-focus-ring-color;
    outline-style: none;

}

a {
	color: inherit;
}

body {
	background: #1a2022;
}

#wrapper {
	width: 900px;
	height: 650px;
	margin: 20px auto;
	position: relative;
}

#homemapimage {
	position: absolute;
	top: 0;
	left: 0;
}

#navmapimage {
	position: absolute;
	left: 65px;
	top: 292px;
	z-index: 9;
}

#namaste_link {
	position: absolute;
	top: 212px;
	left: 268px;
}

#downloads {
	position: absolute;
	/*default position*/
	top: 402px;
	left: 97px;
	
}

#downloads a {
/*.download {*/
	display: block;
	text-transform: uppercase;
	text-align: left;
	width: 265px;
	padding: 2px 0px 2px 13px ;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background: #e75a23;
	text-decoration: none;
/*	width: 170px;*/
	margin-top: 5px;
}
#content_holder {
	position: absolute;
	width: 285px;
	height: 210px;
	overflow: hidden;

	/*default position*/
	top: 412px;
	left: 109px;
}

#content {
	width: 270px;	
}

/* height, top, and left are calculated based on what scroller is attached to*/
.scroll_control {
	position: absolute;
	width: 12px;
	display: none;
}

.scroll_up {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 9px;
	background: url(../images/scroll_up_btn-trans.png) no-repeat;
	display: none;
}

.scroll_down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 9px;
	background: url(../images/scroll_down_btn-trans.png) no-repeat;
	display: none;
}


#credit {
	font-size: 9px;
	color: #fff;
	position: absolute;
	bottom: 7px;
	left: 110px;
}

#credit a{
	color: #fff;
	text-decoration: none;
}

#class_schedule p{
	margin-bottom: 12px;
}
#class_schedule h2{
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
