body {
	background-color: #000000;
	padding: 0;
	margin : 0px 0px 0px 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: Verdana;
/*	border: #8B008B 2px solid; */
}

div#container {
	background-color: /*red*/ white;
/* 	border: orange solid 2px; */
	height: 100%;
	text-align: left;
	display: block;
	margin: auto auto 0px auto;
	padding: 0;
	width: 660px;
	position: relative;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

div#masthead {
	display: block;
	height: 60px;
 	background-color: #000000; 
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}

/* masthead links*/
div#masthead a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

/* masthead list */
div#masthead ul {
	list-style-type: none;
	background-color: Aqua;
	margin: 46px 0 0 0;
	padding: 0;
	position: absolute;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	}

/* masthead list items */
div#masthead li {
	display: inline;
	background-color: #000000;
	padding: 2px;
	float: left;
	}

h1 {
	margin: 0;
	padding: 0;
}

/* logo icon and text */
h1 a {
	display: block;
	float: right;
	width: 169px;
	height: 60px;
	background: url(images/400bpm_logo.gif) no-repeat;
	text-indent: -5000px;
	line-height: 0px;
	position: relative;
	top: 0px;
	right: 0px;
	font-size: 0;
}

/* categories list */
#categories ul {
	list-style-type: none;
	padding: 0;
	padding-top: 50px;
	margin: 0;
	position: absolute;
}

/* categories items */
#categories li {
	padding: 0px;
	float: left;
}

/* onstage icon */
#onstage {
	display: block;
	width: 210px;
	height: 143px;
	margin: 0 5px 0 0;
	text-indent: -5000px;
	line-height: 0;
	background-image: url(images/logo_onstage.jpg);
	background-repeat: no-repeat;
}

/* offstage icon */
#offstage {
	display: block;
	width: 210px;
	height: 143px;
	margin: 0 10px 0 10px;
	text-indent: -5000px;
	line-height: 0;
	background-image: url(images/logo_offstage.jpg);
	background-repeat: no-repeat;
}

/* events icon */
#events {
	display: block;
	width: 210px;
	height: 143px;
	margin: 0 0 0 5px;
	text-indent: -5000px;
	line-height: 0;
	background-image: url(images/logo_events.jpg);
	background-repeat: no-repeat;
}

/* recent works container */
#recentwork {
	display: block;
	background-color: #808080;
}

/* recent work hover state */
div#recentwork a:hover {
	text-decoration: underline;
}

/* recent works header */
#recentwork h3 {
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	line-height: 0;
}

/* list of recent onstage galleries */
#recentwork ul.reconstage {
	list-style-type: none;
	background-color: #FFFFFF;
	width: 210px;
	padding: 0;
	margin: 200px 5px 0 0;
	float: left;
}

/* list of recent offstage galleries */
#recentwork ul.recoffstage {
	list-style-type: none;
	background-color: #FFFFFF;
	width: 210px;
	padding: 0;
	margin: 200px 10px 0 10px;
	float: left;
}

/* list of recent events galleries */
#recentwork ul.recevents {
	list-style-type: none;
	background-color: #FFFFFF;
	width: 210px;
	padding: 0;
	margin: 200px 0 0 5px;
	float: left;
}

#navcontainer {
	width:660px;
	height: 30px;
	margin: 20px auto 20px auto;
	text-align: center;
/*	background-color: #00ff00; */
}

/* individual nav elements */
div#nav a {
	float: left;
	display: block;
	width: 21px;
	height: 21px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	line-height: 19px;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	font-size: 15px;
} 

div#nav a.last {
	background: url(images/last.gif) no-repeat;
	text-indent: -5000px;
	display: block;
	line-height: 0px;
	width: 37px;
	height: 22px;
}

div#nav a.next {
	background: url(images/next.gif) no-repeat;
	text-indent: -5000px;
	line-height: 0px;
	display: block;
	width: 37px;
	height: 22px;
}

div#nav a.nav_active {
	background-color: #FFFFFF;
	color: #000000;
	border-color: #000000;
	border: 1px solid;
	width: 19px;
	line-height: 18px;
	height: 19px;
}

div#nav a:hover {
	text-decoration: none;
}

div#image {
/*	padding: 20px;
	border: solid 1px; */
	float: none;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

div#image img {
	border: solid 10px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 2px;
}

/* recent onstage mouseover link */
div#mainnav a#navarticles:hover {
	background-position: -345px -134px;
}