/* CSS Document */

/***HTML Tag Styles***/

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-image: url(images/checker-board.jpg);
	text-align:center;
}

#main{

    border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #ffffff;
	/*width: 780;*/
	/*height: 566px;*/
	/*margin-left: 12px;*/
	margin: 20px 0px 0px 0px;
	
}

#top{
	padding: 15px 0px 0px 0px;
	/*margin: 15px 0px 0px 0px;*/
    width: 903px;
	height: 70px;
	background-color:#ffffff;
}

/*#page{
	left: 1%;
	right: 1%;
	background-color:#ffffff;
	width: 779px;
	height:447px;
	margin: 0px 0px 0px 0px;
}*/


#logo{
	padding: 20px 0px 10px 24px;
	/*margin: 20px 0px 0px 27px;*/
	background-color: #ffffff;
	float: left;

}

#globalNav{
	text-align: center;
	width: 898px;
	height: 18px;
	padding: 6px 0px 0px 0px;
	/*margin: 0px 0px 0px 0px;*/
	background-color: #ffffff;
}

#footer{
	width:846px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #485458;
	background-color:#ffffff;
	padding: 3px 0px 2px 0px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	clear:both;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	}

#image{
	margin: 0px 0px 5px 0px;
	align:center;
    display:block;
	}
	
	
#textimage{
	margin-top: 405px;
	margin-left:100px;
 
}

.style3 
{
/*this is bold regular type*/
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;

margin: 0px 0px 10px 0px;
color: #000000;
}

A, A:visited 
{
/*this is for the document links as well as the nav links*/
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	

}

A:Hover
{
	/*text-decoration: underline;*/
	color: #FC1921;
	/*text-decoration: underline;*/
}


a.artist, a.artist:visited{
	font-family: verdana,arial,helvetica,sans-serif;
  	font-size: 10px;
  	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;

	
}

a.artist:hover{
	color: #FC1921;
}


