@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #000;
	right: 20px;
	height: auto;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	right: 0px;
	padding-right: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	width: 1000px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #000;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFF;
	background-position: left top;
	padding-top: 0px;
	width: 1000px;
	background-image: url(../images/jonny_main_pic2.jpg);
	overflow: auto;
	height: 528px;
}
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	margin-left: 0px;
	margin-right: 300px;
	text-transform: none;
	text-align: left;
}
.tableHead {
	font-family: "Felix Titling";
	font-size: 15px;
	font-style: normal;
	color: #605A4C;
	background-color: #e6decf;
}
.tableMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605A4c;
	background-color: #e6decf;
	text-align: left;
	text-transform: none;
}
.tableLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605a4c;
	text-decoration: underline;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000;
	text-align: center;
}

#media {
	background-color: #000;
	padding-right: 0px;
	padding-left: 0px;
	clear: none;
	float: none;
	height: 50px;
	width: 1000px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.tableTour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.tableTour2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-transform: none;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
#mainContent a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
}
#mainContent a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
}
#mainContent a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
}
#VideoContent {
	background-color: #000;
	width: 650px;
	margin-left: 100px;
}
.headerParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #FFF;
}
#news a:link {
	font-family: Felix Titling;
	font-size:18px;
	color:#FFF;
	text-decoration: underline;
}
#news a:active {
	font-family: Felix Titling;
	font-size:18px;
	color:#FFF;
	text-decoration: underline;
}
#news a:visited {
	font-family: Felix Titling;
	font-size:18px;
	color:#FFF;
	text-decoration: underline;
}

.photos {
	width: 800px;
	margin-left: 100px;
}
