* {
	border: 0px;
	font: medium "Trebuchet MS", Arial, sans-serif;
}

html {
	background: rgb(0,0,0) url(../images/background_window.png) repeat top left;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: rgb(37,58,125);
}

a:hover {
	text-decoration: underline;
	color: rgb(37,58,200);
}

#wrapper {
	width: 750px;
	margin: 20px auto;
	border: 4px solid rgb(30,30,30);
	background-color: rgb(240,240,240);
	
}

#head, #foot {
	background-color: rgb(30,30,30);
	color: rgb(255,255,255);
}

#head {
	height: 100px;
	padding-bottom: 15px;
	background-image: url("../images/transition-top.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#foot {
	text-align: center;
	height: 15px;
	padding: 9px 0px;
	background-image: url("../images/transition-bottom.png");
	background-position: top left;
	background-repeat: repeat-x;
}

#head ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url("../images/nav.png");
	width: 750px;
	height: 25px;
}

#head ul li {
	list-style: none;
	position: absolute;
	top: 0;
}

#head ul a, #head ul li {
	display: block;
	height: 25px;
}

#writing {left: 0px; width:150px;}
#art {left:150px; width:150px;}
#production {left: 300px; width: 150px;}
#past {left: 450px; width: 150px;}
#partners {left: 600px; width: 150px;}

#writing a:hover {background: transparent url("../images/nav.png") 0px -25px no-repeat;}
#art a:hover {background: transparent url("../images/nav.png") -150px -25px no-repeat;}
#production a:hover {background: transparent url("../images/nav.png") -300px -25px no-repeat;}
#past a:hover {background: transparent url("../images/nav.png") -450px -25px no-repeat;}
#partners a:hover {background: transparent url("../images/nav.png") -600px -25px no-repeat;}

#body {
	padding: 30px 70px;
	background: transparent url("../images/shadow.png") no-repeat bottom left;
}

#body p {
	margin: 10px 30px;
}

.centerblock {
	margin: 0px 125px;
}

.dropshadow2{
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px auto !important;
	margin: 10px auto;
	width: 450px;
	padding: 0px;
}
#dates{
	background-color: rgb(240,240,240);
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid rgb(30,30,30);
	padding:4px;
	text-align: center;
}
#dates{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.dates {
	list-style: none;
	text-align: left;
}

#gallerytable {
	width: 415px;
	margin: 0px auto;
	border-collapse: collapse;
}

#gallerytable tr td {
	width: 100px;
	text-align: center;
}

#gallerytable tr td a {
	display: block;
	padding: 5px 5px 1px 5px;
	border: 3px solid transparent;
}

#gallerytable tr td a:hover {
	border: 3px solid rgb(37,58,200);
}