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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color: #000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 80%;
	/* the auto margins (in conjunction with a width) center the page */
text-align: center;
	/* this overrides the text-align: center on the body element. */
min-width: 900px;
	max-width: 1000px;
	background-image: url(../../images/background_v3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 118px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
}
#header {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	padding-top: 4px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	border: 1px #ffffff solid;
	text-decoration: none;
	color: #ffffff;
}
#navigation a:hover {
	color: #929292;
}
#logo {
	padding-top: 4px;
	font-size: 40px;
}
#maincontent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 775px;
	margin-left: auto;
	text-align: left;
	height: auto;
	margin-right: auto;
}
a {
    color: #ffffff;
    text-decoration: underline;
}
a:visited {
    color: #ffffff;
    text-decoration: underline;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
ul#links a:link, ul#links a:visited {
	color: #FFFFFF;
}
#listcontent {
	height: 400px;
	width: 800px;
}
#listcontent a:link, #listcontent a:visited {
	color: #FFFFFF;
}
#listcontent a:hover {
	color: #999999;
}
#gallery {
	padding-top: 0px;
	text-align: center;
	padding-bottom: 0px;
	border-top: 100% #c1c1c1 solid;
	margin-top: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
}
#video {
	padding-top: 1px;
	text-align: center;
	padding-bottom: 20px;
	border-top: 100% #c1c1c1 solid;
}
#footer {
	padding: 0 10px;
	font-size: 80%;
}
#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 */}
img {
	border: none;
}
#album_thumbs {
	text-align: center;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px #0099ff solid;
	font: bold 11px verdana, arial, sans-serif;
	text-align: center;
}
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 1px #0099ff solid;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #999999;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #000000;
	color: #ffffff;
}
body#home li.home, body#about li.about, body#faqs li.faqs, body#abilities li.abilities, body#gallery li.gallery, body#video li.video, body#live li.live, body#quotes li.quotes, body#glass li.glass, body#contact li.contact, body#links li.links, body#more li.more, body#terms li.terms {
	border-bottom: 1px solid #fff;
	color: #ffffff;
	background-color: #FFFFFF;
}
body#home li.home a:link, body#home li.home a:visited, body#about li.about a:link, body#about li.about a:visited, body#faqs li.faqs a:link, body#faqs li.faqs a:visited, body#abilities li.abilities a:link, body#abilities li.abilities a:visited, body#gallery li.gallery a:link, body#gallery li.gallery a:visited, body#video li.video a:link, body#video li.video a:visited, body#quotes li.quotes a:link, body#quotes li.quotes a:visited, body#live li.live a:link, body#live li.live a:visited, body#contact li.contact a:link, body#contact li.contact a:visited, body#links li.links a:link, body#links li.links a:visited, body#more li.more a:link, body#more li.more a:visited, body#terms li.terms a:link, body#terms li.terms a:visited {
	color: #000000;
	background-color: #FFFFFF;
}
#container #iframe {
	background-color: #000000;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#container #maincontent #thanks {
	height: 500px;
}
#links #container #maincontent #linksleft {
	float: left;
	width: 375px;
	margin-top: -20px;
}
#links #container #maincontent #linksrght {
	float: right;
	width: 375px;
	margin-top: -20px;
}
#links #container #maincontent #otherlinks {
	clear: both;
}

