/* CSS Document */



p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	/*padding-right:10px;*/
	color:#ffffff;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight:bold;
	color: #D5C910;
	/*color: #B05049;*/
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-style:italic;
	color: #D5C910;
	/*color: #B05049;*/
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	font-style:normal;
	font-weight:bold;
	color: #ffffff;
}

	
/* styles
----------------------------------------------- */

.textBold{
	font-weight:bold;
}

.textRedOn{ 
color: #D5C910;
}

.titleBold{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-weight:bold;*/
	font-size: 13px;
	font-style:italic;
}

.subBold{
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;*/
	font-size: 13px;
	color: #F9FAFD;
	font-weight:bold;
}

.redBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	color: #D5C910;
	/*color: #B05049;*/
}

.imageLeft	{ 
padding-right:10px;
float:left;
/*border: 1px solid #000000;*/
}

.borderTop{
border-top:1px #FBF7A9 dotted;
}

div.scrollme {
	height: 400px;
	width: 500px;
	overflow: auto;
	/*border: 1px solid #666;
	padding-left: 70px;
	padding-right: 10px;*/
}

/* containers
----------------------------------------------- */


#info2	{ 
	width:460px;
 	padding-top:5px;

}

#info2 img	{ 
	padding-right:5px;
	padding-bottom:5px;
}

#info1	{ 
	width:460px;
 	padding-top:5px;
 	float:left;
}

#info1 img	{ 
	/*padding-right:5px;
	padding-bottom:5px;
 	float:left;*/
}

#thumbs1	{ 
	width:460px;
 	padding-top:5px;
 	float:left;
}

#thumbs1 img	{ 
	padding-right:10px;
	padding-bottom:10px;
	border: 0px #FBF7A9 dotted;
 	float:left;
}

#eventborder {
width:460px;
 	/*border-top: 1px solid #cccccc;*/
 	float:left;
}
#eventInfo {
width:460px;
	min-height:200px;
 	float:left;
}

#subnav{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}

#left_menu	img { 
	border: 1px solid #cccccc;
}

#leftSide	{  
	position:absolute;
	width:380px; 
	height:100%;
	top:0px; 
	left:0px; 
	margin:0px auto auto 0px;
	z-index:1;
}

#leftSide1 {
    position: fixed;
	width:380px; 
	height:100%;
	bottom:0px; 
	left:0px; 
	margin:0px auto auto 0px;
	z-index:1;
    }
#artContainer	{  
	position:absolute;
	width:575px; 

	top:200px; 
	left:350px; 
	margin:0px auto auto 0px;
	z-index:3;
}
#topTile	{  
	position:absolute;
	background-repeat: no-repeat;
	background-image:url(../images/backgroundleft-tile.jpg);
	background-position:460px 0px;
	width:100%; 
	height:300px;
	top:0px; 
	left:0px; 
	margin:0px auto auto 0px;
	z-index:1;
}
#container	{ 
position:absolute;
	top:0px; 
	left:420px;
width: 462px; 
/*margin: 0px 0px 0px 420px;*/ 
min-height: 50px; 
z-index:2;

}

#header img	{ 
float:left;
}



/* links
----------------------------------------------- */

a			{ color: #98AFD1; text-decoration: none;  border-bottom:1px #D5C910 dotted; } 
a:active	{ text-decoration: underline;} 
a:hover		{ color: #D5C910; text-decoration: none; border-bottom:1px #D5C910 dotted; }

/*a			{ color: #98AFD1; text-decoration: none; border-bottom:1px #D5C910 solid; background-image:url(../images/link-line.gif); background-repeat: no-repeat; padding-bottom:5px; } 
a:active	{ text-decoration: underline;} 
a:hover		{ color: #D5C910; text-decoration: none;}*/

#subnav a			{ color: #D5C910; text-decoration: none; } 
#subnav a:active	{ text-decoration: underline;  } 
#subnav a:hover		{ color: #F9FAFD; text-decoration: none;  }
#subnav a.subnav_On		{ color: #681318; text-decoration: none; }
