@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EF3E23;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 20px;
	font-style: normal;
	line-height: 0.85;
	letter-spacing: -0.06em;
	font-weight: normal;
}



/******************************************************************************
* Table Definitions															  *
******************************************************************************/

table.header {
	height:				120px;
	width:				818px;
	padding:			0px 0px 0px 0px;
	vertical-align: top;
	text-align: right;
}

table.main {
	height:				72px;
	width:				900px;
	padding:			0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}

.kf {
	width:				400px;
	padding:			0px 0px 0px 0px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-weight: bold;
	color: #FEF204;
}

.kf-right {
	width:				500px;
	padding:			0px 0px 0px 0px;
	vertical-align: middle;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FEF204;
}

.menu {
	width:				400px;
	padding:			0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	

}

.right_col {
	width:				500px;
	padding:			0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	line-height: 0.9;

}

/******************************************************************************
* Text Definitions															  *
******************************************************************************/

.text {
	font-family: Arial, Helvetica, sans-serif;
	color:    #6A252E;
	font-size: 20px;
	font-style: normal;
	line-height: 0.90;
	letter-spacing: -0.02em;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #9B1D22;
	line-height: 0.85;
	letter-spacing: -0.07em;	
}

h2 {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FEF204;
	line-height: 0.85;
	letter-spacing: -0.07em;	
}

a {
	color:				#9B1D22;
	text-decoration:	none;
	font-weight: normal;
	font-size: 20px;
	line-height: 0.85;
	letter-spacing: -0.02em;
}

a:hover {
	color:				#FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 0.85;
	letter-spacing: -0.02em;
}

a.menus {
	color:				#9B1D22;
	text-decoration:	none;
	font-weight: bold;
	font-size: 55px;
	line-height: 0.85;
	letter-spacing: -0.07em;
}


a:hover.menus {
	color:				#BD202B;
	text-decoration: none;
	font-weight: bold;
	font-size: 55px;
	line-height: 0.85;
	letter-spacing: -0.07em;
}

a.menus-u {
	color:				#9B1D22;
	text-decoration:	none;
	font-weight: bold;
	font-size: 54px;
	line-height: 0.87;
	letter-spacing: -0.05em;
}


a:hover.menus-u {
	color:				#BD202B;
	text-decoration: none;
	font-weight: bold;
	font-size: 54px;
	line-height: 0.87;
	letter-spacing: -0.05m;
}

a.artists {
	color:				#FEF204;
	text-decoration:	none;
	font-weight: bold;
	font-size: 30px;
	line-height: 0.85;
	letter-spacing: -0.07em;
}

a:hover.artists {
	color:				#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 0.85;
	letter-spacing: -0.07em;
}


/******************************************************************************
* Image popup and other stuff   				                              *
******************************************************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 5;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10;
left: 0px; /*position where enlarged image should offset horizontally */

}


img {
	border:				0px;
}

