*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 12pt;
	height: 100%;
  	overflow-y: -moz-scrollbars-vertical;
   	overflow-y: scroll;
}

body
{
	height: 100%;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-color: #BFDEFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.hr
{	
	height: 2px;
	background-color: #003E82;
	margin: 10px 0px 10px 0px;
}

div.hr hr
{
	display: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	text-align: justify;
	text-indent: 15px;
	padding: 10px 10px 10px 0px;
}

p + p
{
	padding-top: 0px;
}

ol
{
	padding: 5px 5px 5px 20px;
}

li input
{
	margin-top: 5px;
}

li ul
{
	margin-left: 1em;
	font-style: italic;
}

img
{
	margin: 0px 10px 10px 0px;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

.error
{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-style: normal;
	text-indent: 0px;
	color: #f00;
}

.error + .error
{
	padding-bottom: 10px;
}

.required
{
	font-weight: bold;
	color: #f00;
}

.input_valid
{
	background-color: #ffffff;
}

.input_invalid
{
	background-color: #ffcccc;
}

input[type="text"]
{
	width: 200px;
}

input[type="password"]
{
	width: 200px;
}

.copyright
{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-indent: none;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

.address
{
	display: block;
	font-style: italic;
	margin-left: 25px;	
}

.clear
{
	clear: both;
}

.news_article
{
	padding-bottom: 10px;
}

.news_attribution
{
	font-style: italic;
}


#menu
{
	clear: both;
	height: 25px;
	background-color: #0059BA;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
}

#menu a
{
	color: #fff;
	line-height: 25px;
	text-decoration: none;
	padding: 10px;
}

#menu a:hover
{
	color: #80B4FF;
	background-color: #003786;
}

#header
{	
	width: 100%;
	height: 175px;
	background: url(images/logo.jpg) no-repeat;
	background-color: #FFF;
}

#header span
{
	display: none;
}

#random_artist
{
	float: right;
	width: 380px;
	height: 105px;
	margin: 25px;
	padding: 10px;
	color: #fff;
	background-color: #0059BA;	
	border: 1px solid black;
	font-size: 12pt;
	font-weight: normal;
}

#random_artist img
{
	float: left;
	width: 105px;
	height: 105px;
	border: 1px solid black;
}

#random_artist h3
{
	font-size: 10pt;
	border: none;
}

#random_artist p
{
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

#artist_listing 
{
	
}

#artist_listing h3
{
	font-size: 10pt;
	border: none;
}

#artist_listing p
{
	font-size: 8pt;
	text-align: left;
}

#artist_listing img
{
	float: left;
	width: 105px;
	height: 105px;
	border: 1px solid black;
}

#page
{
	width: 850px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #fff;
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
}

#links
{
	float: left;
	width: 198px;
	margin: 10px;
	border: 1px solid black;
	background-color: #0059BA;
	text-align: center;
	color: #fff;
}

#links h2
{
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	margin: 5px;
	border: none;
}

#links img
{
	margin: 0px;
	border: 1px solid black;
}

#content
{
	float: right;
	width: 615px;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #fff;
}

#content h2
{
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid #003E82;
}