﻿body 
{
	margin:0px;
	background-color:#000;
	background-image:url(gfx/Header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#ddd;
	font:90%/135% verdana,sans-serif;
}
a
{
	text-decoration:none;
	color:#ddd;
}
a:hover
{
	color:#fff200;
}

/* Specific divs */
#container
{
	width: 955px;
	margin: 0px auto;
	min-height: 100%;
	height: 100%;
	background:url(gfx/Totem.jpg) no-repeat left 300px;
}
#mainMenu
{
	width: 100%;
	height: 100px;
	padding-top: 120px;
	padding-bottom: 0px;
}
#pageContent
{
	margin: 0px 70px 0px 70px;
	padding: 0px;
	min-height: 400px;
}
#footer
{
	width: 100%;
	text-align: left;
	clear: both;
	height:80px;
	padding:40px 0 0 70px;
	margin:0;
	background-image:url(gfx/Footer.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:60%;
}
	#footer a{color:#888;}
	#footer a:hover{color:#ff1000;}
	#copyrightNotice{float:right;font-size:10px;line-height:10px;padding:0;margin:57px 47px 0 0;}
		#copyrightNotice a{color:#333;}
		#copyrightNotice #artistContact{color:#fff200;}
		#copyrightNotice #artistContact:hover{color:#ff1000;}

/* Redefined tags */
h3
{
	font-size:120%;
	font-weight:bold;
}
input,textarea{font:90%/135% verdana,sans-serif;}

/* Classes */
.userName{font-style:italic;}
.loginStatus{display:block;float:left;margin-right:30px;}
