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

* {
	margin:0;
	padding:0;
}

body {
	background-color:#fff200;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

a:link, a:visited, a:active {
	color:#F00;
}

a:hover {
	color:#F00;
	text-decoration: underline;
}


#site {
	width: 990px;
	margin: 10px auto;
	margin-bottom: 0px;
	clear:both;
}

#content {
	width: 990px;
	float: left;
	line-height:20px;
	border-bottom: 3px solid #000000;
}

#content p {
	margin-bottom:10px;
}

#image {
	float:left;
	width:350px;
	margin-right: 20px;
	margin-top: 5px;
}


#text {
	width:620px;
	float:right;
	line-height: 16px;
	margin-top: 10px;
}

#tour a:link, #tour a:visited, #tour a:active {
	color:#F00;
	font-weight: bold;
	text-decoration: underline;
}

#tour a:hover {
	color:#000000;
	text-decoration: none;
}

#tour-oz {
	margin: 7px 0;
}

#tour-oz a:link, #tour-oz a:visited, #tour-oz a:active {
	color:#F00;
	font-weight: bold;
	text-decoration: underline;
}

#tour-oz a:hover {
	color:#000000;
	text-decoration: none;
}



#tour-dates {
	font-size: 11px;
}

#tour-dates a:link, #tour-dates a:visited, #tour-dates a:active {
	color:#000000;
	font-weight: normal;
}

#tour-dates a:hover {
	color:#F00;
	text-decoration: underline;
}

.red {
	color:#F00;
	font-weight: bold;
}



#footer {
	clear:both;
	text-align:center;
	padding:10px;
	font-size:11px;
	width:990px;
	margin:20px auto;
}

#popup {
	width: 430px;
	height: 280px;
	padding: 15px;
}

h1 {
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000000;
}

h1.header {
	margin-top: 64px;
} 

h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color:#ed1d25;
}

hr {
 border:none;
 border-top: 1px dashed #D31A1F;
 height: 0px;
 width: 100%;
 text-align: left;
 clear:both;
 margin: 5px 0;
}


