/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: bolder;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*End Normalizing////////////////////////////////////////////////////////*/

body{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #3a3a3b;
	background-color: #5a5085;
}

#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #efeaff;
	padding-bottom: 20px;
	border-left: 2px solid #2d2649;
	border-right: 2px solid #2d2649;
	border-bottom: 2px solid #2d2649;
}

.clear{
	clear: both;
}

#branding{
	position: absolute;
	top: 0;
	left: 0;
	background: #efeaff url("graphics/branding.jpg");
	width: 800px;
	height: 392px;
	text-indent: -999px;
}

#main_nav{
	position: absolute;
	top: 191px;
	left: 26px;
	height: 141px;
	width: 355px;
}

#main_content{
	/*position: relative;
	top: 210px;
	left: 300px;
	padding-bottom: 210px;*/
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 210px;
	width: 475px;
}


#main_content p, #main_content table{
	margin-bottom: 10px;
}

#main_content h2{
	margin-bottom: 20px;
}

#main_content h3{
	margin-bottom: 10px;
}

#main_content ul{
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 20px;
	margin-top: 10px;
}

#subnav{
	position: absolute;
	left: 58px;
	top: 633px;
	width: 228px;
	height: 115px;
}

a:link, a:visited{
	color: #3a3a3b;
	text-decoration: none;
}

a:hover{
	color:#999;
}

#subpage_title{
	position: absolute;
	width: 185px;
	height: 208px;
	top: 416px;
	left: 51px;
}

#subpage_title ul ul{
	padding-left: 5px;
	padding-bottom: 5px;
}

#subpage_title img{
	width: 179px;
	height: 170px;
}

#neuro_subtitle{
	position: absolute;
	top: 55px;
	left: 31px;
	width: 94px;
	height: 84px;
}

#structure_subtitle{
	position: absolute;
	top: 63px;
	left: 71px;
	width: 94px;
	height: 84px;
}

#bio_subtitle{
	position: absolute;
	top: 54px;
	left: 16px;
	width: 94px;
	height: 84px;
}

.workout_div{
	width: 373px;
	height: 230px;
	background-color: #e1ddee;
	border: 2px solid #6756a5;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.workout_div img{
	margin: 10px;
}

.work_images{
position: relative;
margin: 0 auto;
}

