html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000;
	color: #fff;
	font-family: Georgia, serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1{
	font-size: 22px;
}

textarea{
	font-family: Georgia, serif;
}

#top{
	width: 960px;
	margin: 20px auto;
}

#nav{
	float: right;
}

#nav li{
	float: left;
	background: url(../images/bullet.jpg) left center no-repeat;
	padding: 0px 20px;
}

#nav li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#nav li a:hover{
	color: #666;
}

#main{
	width: 960px;
	clear: both;
	margin: 30px auto;
	color: #fff;
}

#main p{
	font-size: 13px;
	margin-bottom: 18px;
	line-height: 18px;
}

#mainpics{
	width: 750px;
	margin: 20px auto;
	background-image: url(../images/mainbg.jpg);
}

#mainpics img{
	width: 750px;
	height: 338px;
}


#main a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover{
	color: #ccc;
	text-decoration: none;
}

#eventbox{
	float: right;
	width: 444px;
	background-color: #666;
	padding: 10px;
	border: 2px solid #aaa;
	margin: 0px 0px 18px 18px;
}

#bottom{
	width: 960px;
	text-align: center;
	margin: 20px auto 0px auto;
	color: #fff;
	font-size: 13px;
	border-top: 1px solid #666;
	padding: 12px 0px;
}

#bottom img{
	margin: 0px 12px;
}

#leftnav{
	float: left;
	width: 200px;
}

#leftnav ul li{
	list-style-type: none;
}

#leftnav ul li a{
	color: #fff;
	text-decoration: none;
}

#leftnav ul li a:hover{
	color: #666;
}

#mainright{
	width: 719px;
	padding-left: 40px;
	float: left;
	border-left: 1px solid #666;
}

#search{
	width: 300px;
	padding: 20px;
	border: 1px solid #666;
	margin-right: 22px;
	margin-left: 40px;
}

#galleries{
	width: 100%;
	padding-left: 20px;
	border-top: 1px solid #666;
	padding-top: 30px;
}

.artistimage{
	padding: 8px;
}

.artistimage:hover{
	background-color: transparent;
}

.test{
	position: relative;
	width: 180px;
	height: 200px;
	z-index: 0;
	float: left;
}

.test a{
	position: absolute;
	margin: 0px auto;
	z-index: 1;
	text-align: center;
}

.arttext{
	width: 170px;
	position: relative;
	top: 170px;
	text-align: center;
}