@charset "UTF-8";


/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
}


/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}


/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.clear {
	clear:both;
}

	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
	.nav_container {
	width: 416px;
	text-align: center;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
	width: 540px;
}
#navMenu li{
	display: inline;
}





a.navArt, a.navArt_a{
	display:block;
	float:left;
	width:28px;
	height:30px;
	background: url("images/art_button.png");
	background-repeat:no-repeat;
}
a.navArt:hover{

	background: url("images/art_button.png") 0 60px;
}
a.navArt_a{

	background: url("images/art_button.png") 0 30px;
}





a.navClasses, a.navClasses_a{
	display:block;
	float:left;
	width:57px;
	height:30px;
	background: url("images/classes_button.png");
	background-repeat:no-repeat;
}
a.navClasses:hover{
	background: url("images/classes_button.png") 0 60px;
}
a.navClasses_a{
	background: url("images/classes_button.png") 0 30px;
}




a.navStatement, a.navStatement_a{
	display:block;
	float:left;
	width:80px;
	height:30px;
	background: url("images/statement_button.png");
	background-repeat:no-repeat;
}
a.navStatement:hover{
	background: url("images/statement_button.png") 0 60px;
}
a.navStatement_a{
	background: url("images/statement_button.png") 0 30px;
}




a.navBio, a.navBio_a{
	display:block;
	float:left;
	width:37px;
	height:30px;
	background: url("images/bio_button.png");
	background-repeat:no-repeat;
}
a.navBio:hover{
	background: url("images/bio_button.png") 0 60px;
}

a.navBio_a{
	background: url("images/bio_button.png") 0 30px;
}

a.navContact, a.navContact_a{
	display:block;
	float:left;
	width:64px;
	height:30px;
	background: url("images/contact_button.png");
	background-repeat:no-repeat;
}
a.navContact:hover{

	background: url("images/contact_button.png") 0 60px;
}
a.navContact_a{

	background: url("images/contact_button.png") 0 30px;
}




a.navEvents, a.navEvents_a{
	display:block;
	float:left;
	width:55px;
	height:30px;
	background: url("images/events_button.png");
	background-repeat:no-repeat;
}
a.navEvents:hover{

	background: url("images/events_button.png") 0 60px;
}
a.navEvents_a{

	background: url("images/events_button.png") 0 30px;
}

a.navBlog, a.navBlog_a{
	display:block;
	float:left;
	width:40px;
	height:30px;
	background: url("images/blog_button.png");
	background-repeat:no-repeat;
}
a.navBlog:hover{

	background: url("images/blog_button.png") 0 60px;
}
a.navBlog_a{

	background: url("images/blog_button.png") 0 30px;
}



a.navHome, a.navHome_a{
	display:block;
	float:left;
	width:43px;
	height:30px;
	background: url("images/home_button.png");
	background-repeat:no-repeat;
}
a.navHome:hover{

	background: url("images/home_button.png") 0 60px;
}
a.navHome_a{

	background: url("images/home_button.png") 0 30px;
}
	
	
#menubar {
	padding: 0px;
	clear: both;
	height: 30px;
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
