/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	/* line-height: 16px; THIS WAS IN ORIGINAL*/
}

/* ALL OF THE HYPERLINK STYLES ARE HERE */
/* ALL OF THE HYPERLINK STYLES ARE HERE */
/* This is the standard link formatting */
a:link, a:visited {
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
}

a:hover, a:active {
	font-family: Arial;
	text-decoration: underline;
	font-size: 13px;
	color: #FFFFFF;
}

/* This is the grey link formatting for top right block */
a.monkey:link , a.monkey:visited {
	color: #999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a.monkey:hover, a.monkey:active {
	color: #CCCCCC;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

/* This is the white bold link formatting for the Bold text in the bottom right of the screen */
a.whitebold:link , a.whitebold:visited {
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a.whitebold:hover, a.whitebold:active {
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

/* This is the link formatting for the area/places to stay pages it says red but it is not. */
a.red:link , a.red:visited {
	color:#66FF33;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.red:hover, a.red:active {
	color: #66FF33;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
/* ALL OF THE HYPERLINK STYLES END HERE */
/* ALL OF THE HYPERLINK STYLES END HERE */
/* ALL OF THE HYPERLINK STYLES END HERE */

p{
	padding-left: 10px;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #990000;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #66FF33;
}

.line_height {
	padding: 5px 10px 10px 10px;
	line-height: 12px;
}

.line_height_high {
	line-height: 32px;
}

.line_heightnormal {
	line-height: 2px;
}

.style1 {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}

.style2 {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
} 

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
/* what it was like orig
p{
	padding: 5px 10px 10px 10px;
} */

#contain{
	width:775px;
	height:auto;
	display: block;
	margin: 10px auto 0px;
	padding: 0px;
	white-space: normal;
}

#content{
	margin-bottom: 10px;
	margin-left: 15px;
}

#leftside{
	float: left;
	width: 617px;
	height: auto;
	background-color: #FFFFFF;
	/*position: absolute;
	z-index: 1;
	left: 27px;
	top: 3px;*/
	display:inline;


}

#leftside_ontop {
	text-align: left;
	white-space: normal;
	width: 617px;
	float: left;
	padding: 0px;
	margin: 0;
	position: absolute;
	z-index: 2;
	line-height: 22px;
	left: 54px;
	top: 16px;
}

#lefside_tour {
	white-space: normal;
	height: auto;
	width: 617px;
	float: left;
	padding: 0px;
	background-color:#948884;
	margin: 0;
}

/* from original */
#leftside_interior {
	width: 510px;
	padding-left: 50px;
	height: auto;
}

#lefside_artists {
	white-space: normal;
	height: auto;
	width: 617px;
	float: left;
	padding: 0px;
	background-color:#999999;
	margin: 0;
}

#rightside{
	float: right;
	width: 154px;
}

/* don't need
#rightside .bottom01{
	background: url(../_img/right-01-bottom.gif) no-repeat bottom;
}
*/

#rightside .bottom02{
	background: url(index_css/redbot.gif) no-repeat bottom;
}

#rightside .bottom03{
	background: url(index_css/orange_bot.gif) no-repeat bottom;
}

#rightside .top02{
	color: #3F2516;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	background-image: url(index_css/redtop.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #991F1F;
}

#rightside .top03{
	background: url(index_css/orange_top.gif) no-repeat top;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	background-color: #CC6600;
}

#block {
	float: none;
	height: auto;
	width: 500px;
}

.red_text {
	font-size: 14px;
	font-weight: bold;
	color: 66FF33;
}
