@charset "utf-8";
/* CSS Document */

html, body {
background-color: #000000;
color:#FFFFFF;
}

#container 
{
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
    height: 100%;
	/*background-image: url(images/back.jpg); */
	/*background-repeat: repeat-x;*/
}
#banner 
{
	margin: 0 auto;
	background-image: url(images/banner.jpg);
	height: 197px;
	width: 968px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#body 
{
	margin: 0 auto;
	height: 500px;
	font-family:"Comic Sans MS", "Bradley Hand ITC", "Monotype Corsiva", Verdana, Arial;
	width: 968px;
	background-image: none;
	float: none;
}

#tabs 
{
	color:#FFFFFF;
	float: left;
	width: 968px;
	height: auto;
	border-right-style: none;
	border-right-width: thin;
	border-right-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	margin-top: 20px;
	list-style-image: none;
	list-style-type: none;
}

#content 
{
	float: left;
	width: 968px;
	overflow: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#navcontainer li 
{ 
	margin: 0 0 .2em 0; 
    display: inline;
}

#navcontainer a
{
	color: #FFFFFF;
	background-color: transparent;
	width: 9em;
	padding: .2em .8em;
	text-decoration: none;
}

#active a
{
	color: #FFFF00;
	width: 9em;
	padding: .2em .8em;
	text-decoration: none;
}

.thumbnail
{
	float: left;
	width: 133px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom:15px;
	margin-left: 0;
	padding: 5px;
}

.thumbnailLand
{
	float: left;
	width: 200px;
	margin-top: 62px;
	margin-right: 15px;
	margin-bottom:15px;
	margin-left: 0px;
	padding: 5px;
}
