/* template styles */

body	{
	width: auto;
	height: auto;
	margin: 0px;
	color: #cccccc;
	font-size: 16px;
	background: #000000;
	font-family: serif;
	}
h3	{
	font-size: 21px;
	font-variant: small-caps;
	font-weight: bold;
	color: #B5E4E4;
	}
a	{
	color: #999999;
	text-decoration: none;
	font-family: serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	}
a:hover	{
	color: #B5E4E4;
	text-decoration: none;
	}
input {
	color: #000000; 
	background-color: #999999;
	border: 1px solid #000000;
	padding: 2px;
	} 
input.btn{
   	color:#000000;
   	font-weight:bold;
 	font-family: serif;
	font-size: 14.5px;
	background-color:#999999;
	border:2px solid;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#cccccc;
	border-bottom-color:#cccccc;
	}
textarea {
	color: #000000; 
	background-color: #999999;
	border: 1px solid #000000;
	padding: 2px;
	} 
#bg	{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('images/background.jpg');
	background-repeat: repeat; 
	}
#content{
	width: 800px
	height: 600px;
	position: absolute;
	margin-left: 50px;
	}
#left	{
	width: 220px;
	height: 600px;
	float: left;
	}
#artarea
	{
	width: 550px;
	height: 600px;
	float: left;
	}
#art	{
	text-align: center; 
	width: 530px;
	height: 495px; 
	}
	
#artnav	{
	width: 30px;
	height: 575px;
	margin-top: 40px;
	float: left;
	} 