﻿body
{
	font-family:Calibri,Arial,Trebuchet MS;
	background:url('/Images/background.jpg') repeat-x #000000;
}
body,td,p
{
	font-size:14px;
}


.pair label
{
	float:left;
	width:150px;
}

.pair input,pair,select{
	
	
}

.clear
{
	clear:both;
}

.topRight{background:url('/Images/topRight.gif') no-repeat #fff; float:right;width:5px;height:5px;}
.topLeft{background:url('/Images/topLeft.gif') no-repeat; float:left;width:5px;height:5px;}

.floatLeft{float:left;}
.floatRight{float:right;}

.padSmall{margin:4px;}
.padMedium{margin:8px;}
.padLarge{margin:12px;border: 1px solid #222222}

.outerContainer
{
	background:#ffffff;
	border:0px;
	width:900px;
	margin-left: auto;
  	margin-right: auto;	
}


.innerContainer
{
	margin:16px;	
}


.galleryLabels
{
	background:#000;
	position: relative;
	z-index: 1000;
	width: 100%;
	margin: 0px 0px -54px;
	left: 0;
	top: -54px;
	height: 40px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);
}

.galleryLabels h2
{
	margin-top:6px;
}

.navigation
{
	background:#222;
	border: 6px solid #222 !important;
	color:#fff;
}
.navigation a
{
	position: relative;
	top: 4px;
	color:#fff !important;
	margin: 6px 26px 0px 26px;
	text-decoration:none !important;
}
.navigation a:hover
{
	color:#fff !important;
	margin: 6px 26px 0px 26px;
	text-decoration:underline !important;
}


.footer
{
	background:#222;
	border: 1px solid #222;
	color:#fff;
	height:26px;
}
.footer p
{
	margin:5px;
	color:#81C789;
	font-size:11px;
}
.footer a
{
	color:#81C789;
}



a:link,a:visited,a:active {color:#099119;text-decoration:underline;}
a:hover {color:#099119;text-decoration:none;}