@charset "utf-8";
/* CSS Document */

/* GLOBAL */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(images/background.jpg); 
	padding-top:10px;
}

#container {
	width: 748px; 
	height: 556px;
	background: #000000;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	background: url(images/main-background.jpg);
	position: relative;
}

#contact {
	width: 137px;  
	height: 95px;
	margin: 440px 0px 0px 20px; 
	position: relative;
	float:left;
}

#artistgallery {
	width: 197px;  
	height: 43px;
	margin: 500px 0px 0px 130px; 
	position: relative;
	float:left;
}

#location {
	width: 125px;  
	height: 128px;
	margin: -130px 0px 0px 610px; 
	position: relative;
	float:left;
}

.default
{
	font-family: Verdana, Arial, "Arial MT", Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #804000;
}
.default A:link	{ font-weight: normal; color: #804000; text-decoration: underline; }
.default A:alink { font-weight: normal; color: #804000; text-decoration: none; }
.default A:vlink { font-weight: normal; color: #804000; text-decoration: none; }
.default A:active { font-weight: normal; color: #804000; text-decoration: none; }
.default A:visited { font-weight: normal; color: #804000; text-decoration: none; }
.default A:hover { font-weight: normal; color: #FF0000; text-decoration: none; }

.biography
{
	font-family: Verdana, Arial, "Arial MT", Geneva, "MS Sans Serif", sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	color: #000000;
}

.formfield
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.bottomnav{
	font-family: Verdana, Arial, "Arial MT", Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #804000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 15px;
	line-height: 15px; 
}
.bottomnav A:link	{ font-weight: normal; color: #804000; text-decoration: none; }
.bottomnav A:alink { font-weight: normal; color: #804000; text-decoration: none; }
.bottomnav A:vlink { font-weight: normal; color: #804000; text-decoration: none; }
.bottomnav A:active { font-weight: normal; color: #804000; text-decoration: none; }
.bottomnav A:visited { font-weight: normal; color: #804000; text-decoration: none; }
.bottomnav A:hover { font-weight: normal; color: #FF9900; text-decoration: underline; }

