html,body {
	margin:0;
	padding:0;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: center;
}
p {
	margin:0 10px 10px
}
/*a {
	display:block;
	color: #981793
	padding:10px
}*/
a.nav:link {
	color: #33FFFF;
}
a.nav:visited {
	color: #33FFFF;
}
a.nav:hover {
	color: #cc33cc;
}
a.photo:link img {
	border-color: #995200;
	border-width: 2px;
}
a.photo:visited img {
	border-color: #995200;
	border-width: 2px;
}
a.photo:hover img {
	border-color: #cc33cc;
	border-width: 2px;
}

/*  Layout  */
div#header h1{
	margin:0;
	font-size: 18px;
	font-color: #FFFFFF;
	text-align: center;
}
div#header {
	height:100px;
	line-height:100px;
	background-color: #4B4B4B; 
	border-color:#00ffff; 
	border-width: 2px;
	border-style: none none solid none;
	font-color: #FFFFFF;
}
div#artheader h1{
	margin:0;
	font-size: 24px;
	font-color: #FFFFFF;
	text-align: center;
}
div#artheader {
	height:40px;
	line-height:30px;
	background-color: #4B4B4B; 
	border-color:#00ffff; 
	border-width: 2px;
	border-style: none none solid none;
	font-color: #FFFFFF;
}
div#artcontainer {
	text-align:center;
	background-color: #323232;
	border: 2px solid #00ffff;
	width:640px;
	margin:0 auto;
}
div#artcontent {
	border-color:#00ffff; 
	border-width: 2px;
	border-style: none none none solid;
	float:right;
	width:100%;
}

div#container {
	text-align:left;
	background-color: #323232;
	border: 2px solid #00ffff;
	width:820px;
	margin:0 auto;
}
div#content {
	border-color:#00ffff; 
	border-width: 2px;
	border-style: none none none solid;
	float:right;
	width:655px;
}
div#body {
	border-color:#00ffff; 
	border-width: 2px;
	border-style: none none none solid;
	width:100%;
}

div#navigation{
	float:left;
	width:156px;
}
div#footer {
	clear:both;
	width:100%;
	height:30px;
	line-height:30px;
	border-color:#00ffff; 
	border-width: 2px;
	border-style: solid none none none;
	font-size:95%;
}
div#footer p {
	font-size: 9px;
}

			
/* */

.text {
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.text9 {
	font-size: 9px;
}
.text16 {
	font-size: 16px;
}
.sidenav {;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.textPad {
	font-size: 12px;
	font-style: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.tableBorder {
	border: 1px solid #00ffff;
}
