/* CSS Document */

/***HTML Tag Styles***/

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color:#ffffff;
	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: 10px 0px 0px 0px;
}

#top{
	padding: 0px 0px 0px 0px;
	margin: 15 0 0 0;
    width: 779px;
	height: 62px;
	background-color:#efefef;
}

#page{
	left: 1%;
	right: 1%;
	background-color:#ffffff;
	width: 779px;
	height:447px;
	margin: 0px 0px 0px 0px;
}

#scroll{
scrolling:vertical;
}

#logo{
	padding: 15px 0px 0px 35px;
	background-color: #ffffff;
	float: left;
	width: 35%;
}

#globalNav{
	align:center;
	width: 779px;
	height: 22px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;

}

#title{
	padding: 30px 0px 20px 0px;
	align:center;
    display:block;
}

#footer{
	width:779px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #485458;
	background-color:#ffffff;
	padding: 3px 0px 3px 0px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	clear:both;
}


#imageleft{
	margin: 5px 0px 0px 20px;
	align:left;
    display:block;
	z-index: 100;
	
}


#imageright{
	margin: 217px 0px 0px 0px;
	align:left;
    display:block;

	
}

#thumb{
	padding: 7px 7px 7px 7px;
	align:center;
    display:block;
	
}

#topthumb{
	padding: 0px 7px 7px 7px;
	align:center;
    display:block;
	
}

#texttitle{
	margin: 17px 0px 0px 0px;
	align:left;
    display:block;
	
}

.style1 
{			
/*this is for headings in red*/
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #FC1921;
text-align:left;


}

.style2 
{			
/*this is for headings in black*/
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
font-weight: bold;
text-decoration: none;
color: #999999;
text-align:right;
}

.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;
}

.style4 
{
/*this is the regular type*/
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight:bold;
color: #000000;
}

.style5 
{
/*this is hyper links in text*/
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
/*font-weight: bold;*/
color: #FC1921;

}

.style8 
{
/*this is hyper links in text*/
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: normal;
text-decoration: none;
font-weight: bold;
color: #FC1921;

}

.style6
{
/*this is hyper links in text*/
margin: 0px 0px 10px 0px;

}
.style7
{
/*this is hyper links in text*/
margin: 0px 0px 0px 0px;

}

.home1
{
/*this is home page text*/
	
	text-decoration: none;
	font-family: Verdana;
	font-size: 24px;
	color: #FC1921;
	font-weight: bold;

}

.home2
{
/*this is home page text*/

	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

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: #000000;
	font-weight: bold;

}

a:Hover
{
	text-decoration: underline;
	color: #FC1921;
}

/*A:visited 

{
color:#000000;
text-decoration:none;
}*/

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;
}

