/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}


h1,h2,h3,h4,h5,h6,p
{
	margin: 0px;
	padding: 0px:
}

.border
{
	background: #21618C;
}

table, tr, td
{	
	padding: 0px;
	border-spacing: 0px;
}

#tabbedContentInner table, tr, td
{
	/*border-spacing: 10px;*/
}

#header h1
{
	font-size: 65px;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: black;/*#AABBCC;*/
}	

#container
{
	width: 778px;
	height: auto;
	background: #CCCCCC;
	margin:0 auto;
}

#header
{
	width: 778px;
	height: 105px;
	background: #CCCCCC;
	background-image: url(../images/name_banner.jpg); 
	background-repeat: repeat-x; 
}
	#homelink
	{
		position: absolute;
		height: 75px;
		width: 158;
		cursor: pointer;
	}
	#sliderButton
	{
		width: 8px;
		height: 105px;
		background: #000000;
		background-image: url(../images/expand.gif);
		color: #FFFFFF;
		position: absolute;
		float: right;

	}
	#slider
	{
		width: 1px;
		height: 75px;
		border: thin solid #000000;
		background: #AABBCC;
		float: right;
		display: none;
	}

	
	#header table td tr {vertical-align: bottom;}
	
	.tab
	{
		float: left;
		width: 75px;
		height: 20px;
		text-align: center;
		background-image: url(../images/whitetab.gif); 
		color: black;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
	}
	.tab:hover
	{
		background-image: url(../images/whitetab.gif); 
	}
	.tabActive
	{
		float: left;
		width: 75px;
		height: 20px;
		text-align: center;
		background-image: url(../images/bluetab.gif); 
		color: white;
		text-decoration: none;
		font-weight: bold;
	}	
#tabbedContent
{
	width: 778px;
	min-height: 30px;
	background: #21618C;
	text-align: center;
}
#tabbedContentInner
{
	text-align: center;
	width: 758;
	margin:0 auto;
	background: white;
	background-image: url(../images/background.gif);
}
.galleryThumb
{
	width: 89px;
	height: 79px;
	cursor: pointer;
}


#galleryDisplay
{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: #DCDCDC;
}

table.textLinks a
{
	color: white;
}
table.textLinks a:hover
{
	color: black;
}
