*{
	color:			#333;
	font-family:	"Times New Roman", "Times", serif;
	font-weight:	normal;
	margin:			0px;
	padding:		0px;
}

body{
	background-color:	#666;
}

a, a:active{
	color:				#a00;
	text-decoration:	none;
}

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

a:visited{
	color:				#888;
	text-decoration:	underline;
}

h1{
	font-size:		1.5em;
	text-align:		center;
}
h2{
	font-size:		0.9em;
	border-left:	solid 0.5em #c00;
	padding:		0em 0em 0em 0.4em;
	margin:			1em 0em 2em 0em;
}
h3{
	color:			#c00;
	font-size:		1.2em;
	margin:			0em 0em 1em 0em;
}

img{
	border:			none;
}

table{
	border-collapse:	collapse;
}

th, td{
	text-align:			left;
	vertical-align:		top;
}

th{
	color:				#777;
	white-space:		nowrap;
}

p, li{
	font-size:			0.9em;
	line-height:		1.8em;
}

ul{
	margin:				0em 4em 1.5em 4em;
}

li{
	list-style-type:	none;
}

/* ----------------------------------------- */

div#header{
	margin:				0px auto 0px auto;
	width:				800px;
	border:				solid 1px #333;
	border-bottom:		none;
}

div#content{
	background-color:	#fff;
	width:				720px;
	padding:			40px;
	margin:				0px auto 10px auto;
	border:				solid 1px #333;
	border-top:			none;
}

div#footer{
	color:			#888;
	font-size:		0.9em;
	text-align:		center;
	margin-top:		100px;
}

div#footer_navi{
	text-align:		center;
	margin:			7em 0em 0em 0em;
}

img.image_border{
	border:			solid 1px #aaa;
}

/* ----------------------------------------- */

div#lang{
	text-align:			right;
	margin:				5px auto 5px auto;
	width:				800px;
}

div#lang a{
	font-size:			11px;
	color:				#fff;
	text-decoration:	none;
}

/* ----------------------------------------- */

div#menu{
	color:				#333;
	background-color:	#080808;
	font-size:			0.9em;
	line-height:		1.8em;
	text-align:			center;
	width:				760px;
	padding:			10px 20px 10px 20px;
	margin:				0px auto 0px auto;
	border:				solid 1px #333;
	border-top:			none;
	border-bottom:		none;
}


div#menu a{
	color:				#a00;
	text-decoration:	none;
}

/* ----------------------------------------- */

div.doc h2{
	color:			#a00;
	font-size:		1.5em;
	text-align:		center;
	margin:			2em 0px 3em 0px;
	border:			none;
}

div.doc h3, div.doc h4, div.doc p, div.doc li{
	margin:			0em 70px 1em 70px;
}

div.doc p, div.doc li{
	margin-bottom:	1.5em;
}

div.doc li{
	list-style:		none;
}

div.doc table{
	margin:			0px auto 2em auto;
}


/* ----------------------------------------- */

div.artists p{
	padding:		0em 0px 1em 0px;
	border-bottom:	dotted 1px #aaa;
}

/* ----------------------------------------- */

p.photos{
	text-align:		center;
}

p.photos img{
	border:			solid 1px #aaa;
	margin:			5px;
}

p.title{
	line-height:	0.5em;
	margin:			0em;
	padding:		0em;
}

p.by{
	line-height:	1em;
	margin:			0em;
	padding:		0em;
	text-align:		right;
}

/* ----------------------------------------- */

div.category{
	font-size:		0.9em;
	margin-bottom:	0.5em;
}

div.note{
	font-size:		0.9em;
	line-height:	1.5em;
	margin-top:		0.5em;
}

div.date{
	margin-top:		0.75em;
}

table.info{
	margin:			0em 0px 3em 0px;
}

table.info th, table.info td{
	padding:		5px;
	margin:			30px;
}

/* ----------------------------------------- */

div#information h2{
	margin-bottom:		1em;
}

div#information h3{
	margin-bottom:		2em;
}

div#information h4{
	color:			#a00;
	font-size:		0.8em;
	margin-bottom:	0.5em;
}

div#information ul, div#information p{
	line-height:		1.6em;
	margin:				0em 0em 1.5em 0em;
}

div#information li{
	font-weight:	bold;
}

div#information li div.copy{
	color:			#666;
	font-size:		0.9em;
	font-weight:	normal;
	line-height:	1.3em;
	margin:			0.3em 0em 0.5em 2em;
}


/* ----------------------------------------- */

div#news h3, div#events h3{
	font-size:		0.9em;
	line-height:	1.5em;
	margin-bottom:	0.4em;
}

div#events h3{
	color:			#333;
}

div#news p, div#events p{
	font-size:		0.9em;
	line-height:	1.4em;
	margin-bottom:	1.5em;
}


