/* Center For Movement Arts - (c) 2006 scatter.com */


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #ebebfd;
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/container.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 390px;
	padding: 0 0 10px 40px;
	}
	

#contentfull {
	float: left;
	width: 675px;
	padding: 0 0 10px 40px;
	}
	
#contenttim {
	float: left;
	width: 450px;
	padding: 0 0 10px 40px;
	}

#contentless {
	float: left;
	width: 260px;
	padding: 0 0 0px 40px;
	}

#contentteach {
	float: left;
	width: 670px;
	padding: 10px 0px 10px 40px;
	}


#pic {
	float: right;
	width: 250px;
	padding: 10px 0 10px 40px;
	}
	
#biopic {
	float: right;
	width: 225px;
	padding: 10px 0 10px 40px;
	}

#teachpic {
	float: left;
	width: 113px;
	padding: 0px 0px 0px 0px;
	margin-right: 7px;
	}


#horz-pic {
	float: right;
	width: 430px;
	padding: 10px 0 10px 40px;
	}


/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 41px;
	background: #CCCCFF;
	border-top: 2px solid #9999CC;
	border-bottom: 2px solid #9999CC;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #333399;
	border-bottom: 2px solid #9999CC;
	border-right: 2px solid #9999CC;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #9999CC;
	border-right: 2px solid #9999CC;
	background: #9999CC;
	
	}
	
#nav li a.active {
	color: #333399;
	background: #9999CC;
	border-bottom: 2px solid #9999CC;
	border-right: 2px solid #9999CC;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color: #000066
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #333399;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a {
	color: navy;
	text-decoration: none;
	}

a:visited {
	color: navy;
	}

a:hover {
	color: #666666;
	}


#newsboxdir a {
	color: #333399;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
	}

#newsboxdir a:hover {
	color: white;
	font-style:italic;
	text-decoration: underline;
	}


#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

	