html {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:white;				
}

a {
	color: cyan;
}

h1 {
	clear:both;
}

body {
	background-image: url(img/bgstrip.png);
	background-repeat: repeat-x;
	background-color: black;
}
.logo {
	background-image: url(img/bgbig.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 400px;							
}
.spacer {
	position:relative;
	clear:both;
	height:40px;
}

.content {
	position:relative;
	margin-left:auto;
	margin-right:auto;			
	top:150px;
	min-width:600px;
	max-width:800px;				
}
.righty {
	clear:both;
	float:right;
	margin-left:16px;
	margin-bottom:16px;
	padding: 4px;
	border-style:dotted;
	border-width:1px;
	border-color: #7f7f7f
}
.righty p {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.righty-pop {
	float:right;
	margin-left:16px;
	margin-bottom:16px;
	padding: 4px;
	border-style:dotted;
	border-width:1px;
	border-color: #7f7f7f
}
.righty-pop p {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.lefty {
	clear:both;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	padding: 4px;
	border-style:dotted;
	border-width:1px;
	border-color: #7f7f7f
}
.lefty p {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.tabbystrip
{
	position:relative;
	margin-left:auto;
	margin-right:auto;			
	top:128px;
	min-width:600px;
	max-width:784px;
	height:22px;				
	
}

.tabbystrip a
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
	text-align: center;
	position:relative;
	float:left;
	background-color: #977a40;
	width:100px;
	height:24px;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:8px;
	color:black;
	opacity:0.60;
	filter:alpha(opacity=60);
}

.tabbystrip a:hover
{
	opacity:1.00;
	filter:alpha(opacity=100);
	background-color: #cea159;
}

.center	{
		text-align: center;				
}
