* {
 padding: 0;
 margin: 0;
}

body		{	scrollbar-base-color: #38A8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: regular;
	font-stretch: wider;
	line-height: 11px;
	
}

a:link			{ color: #626262; text-decoration: none }
a:visited		{ color: #626262; text-decoration: none }
a:active		{ color: #d13f24; text-decoration: none }
a:hover			{ color: #d13f24; text-decoration: none }

a.menu:link		{ color: #ffffff; text-decoration: none }
a.menu:visited	{ color: #ffffff; text-decoration: none }
a.menu:active	{ color: #d13f24; text-decoration: none }
a.menu:hover	{ color: #d13f24; text-decoration: none }


a.home:link			{ color: #ff0000; text-decoration: none }
a.home:visited		{ color: #A9A8A8; text-decoration: none }
a.home:active		{ color: #d13f24; text-decoration: none }
a.home:hover		{ color: #d13f24; text-decoration: none }







h1			{color: #4D9FAF;line-height:24px; font-weight: bold;font-size: 20px; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: italic;}
h2			{color: #4D9FAF;line-height:20px; font-weight: bold;font-size: 18px; font-family: Arial, Verdana, Helvetica, sans-serif;}
h3			{color: #4D9FAF;line-height:16px; font-weight: bold;font-size: 16px; font-family: Arial, Verdana, Helvetica, sans-serif;}


.title		{ color: #A9A8A8; font: cursive; font-family: 'Informal Roman'; font-size: 36px; letter-spacing: 0px; font-weight: bold }

.subtitle 		{ COLOR: #4D4D4D; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18px;  font-weight: regular;}
.smalltitle		{
	FONT-SIZE: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 130%;
	width: 120px;
}
.artist			{
	FONT-SIZE: 22px;
	font-weight: bold;
	line-height: 130%;
	COLOR: #000000;
	font: cursive; font-family: 'Informal Roman';
}

.mediumcontent	{ color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9px; font-weight: bold; }

.maintext	{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	COLOR: #4a4a4a;
}

.footnotetext		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9px; font-weight: normal; }

.special1		{ color:#982D19;font-size:13px; font-weight: bold;}

.sidetexttitle 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

#wrapper {
 width: 860px;
 margin: 0px  0px 0px 0px;
}


#navbar {
 margin: 0px 0px 0px 0px;
 height: 34px;
 padding: 0px;

}
#header {
 margin: 0px 0px 0px 0px;
 height: 176px;
 padding: 0px;        
 background: url(../images/background-header-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#headerhome {
 margin: 0px 0px 0px 0px;
 height: 144px;
 padding: 0px;        
}


#blankbar {
 margin: 0px 0px 0px 0px;
 height: 170px;
 padding: 0px;
 
}

#leftcolumn {
	/* Parent Wrapper for inside boxes */
	margin: 0px 0px 0px 0px;
	padding-left: 0px; padding-bottom: 4px; padding-top: 4px; padding-right: 0px;
	display: inline; /* IE Hack */
	width: 48%;
	float: left;
	min-height: 250px;
	vertical-align: top;
}
* html #leftcolumn {height:250px} /* IE Min-Height Hack */ 

#centercolumn {
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	width: 2.9%;
	float: left;
	min-height: 400;
}
* html #centercolumn {height:400px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding-left: 0px; padding-bottom: 4px; padding-top: 4px; padding-right: 0px;
 width: 48%;
 float: right;
 min-height: 250px;
}
* html #rightcolumn {height:250px} /* IE Min-Height Hack */ 

#maincolumn {
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding-left: 2px; padding-bottom: 4px; padding-top: 4px; padding-right: 2px;
 width: 100%;
 float: left;
 min-height: 400px;
}
* html #maincolumn {height:400px} /* IE Min-Height Hack */ 

#nextprevious 	{
	margin: 0 20px 0px 20px;
	display: inline; /* IE Hack */
	padding: 0px;
	float: left;
	width: 860;
	height: 35px;
}


#footer 	{
	margin: 0 20px 0px 20px;
	display: inline; /* IE Hack */
	padding: 0px;
	float: left;
	width: 860;
	height: 55px;
	background-image: url(../images/divider-horizontal.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

#footerhome 	{
	margin: 0px 20px 0px 20px;
	display: inline; /* IE Hack */
	padding: 0px;
	float: left;
	width: 860;
	height:5px;
}