/*global*/

body,td,th {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	color:#A8A8A8;
}
html {
	background-color: #383838;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#474747;
	scrollbar-highlight-color:#878787;
	scrollbar-3dlight-color:#383838;
	scrollbar-darkshadow-color:#383838;
	scrollbar-shadow-color:#0B0A0A;
	scrollbar-arrow-color:#A3A3A3;
	scrollbar-track-color:#535353;
}

strong, b{
 color:#A8A8A8;
}

.header{
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.dates{
	font-size: 10px;
 	color:#D1D1D1;
 	font-weight:bold;
}

.galdates{
	font-size: 10px;
 	color:#D1D1D1;
 	font-weight:normal;
}

.galcredit{
	font-size: 9px;
 	color:#D1D1D1;
 	font-weight:normal;
}
/*backgrounds*/

.bgpage {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bghome {
	background-attachment: fixed;	
	background-image: url(../images/pagebg_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*links*/

a:link {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF4949;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF4949;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF4949;
	text-decoration: none;
}
/*subnav links*/
.subnav:link {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.subnav:visited {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subnav:hover {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.subnav:active {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/*text*/
.smalltext{
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 9px;
	color:#F5EDE4;
}

.highlight{
 color:#E2B52F;
}

.bggallerypop {
	background-attachment: fixed;
	background-image: url(../images/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
