body
{
	margin:0px;
	padding:0px;
	background-image:url(../img/background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color:#A3B694;
	text-align:center; /* Hack for IE5/Win */
	width:100%;
}

div.container 	/* Holds all horizontally centered content except watermark */
{		/* Immediate children elements should be positioned relative */
	position:absolute; 
	width:100%;
	top:0px;
	left:0px;
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
	z-index:90;
}

div.main
{
	position:relative; 
	width:760px;
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
	/*	margin-left:-380px;
		left:50%;	screws up window scrolling for narrow windows 
		padding-top: 12px;
		padding-left: 1px;*/
	top:0px; 
	z-index:98;
}

div.twitter
{
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	width:250px;
}

div.twitterfollow
{
	position:absolute;
	top:400px;
	right:25px;
	width:200px;
	z-index:99;
}

div.bodyleft
{
	min-height:500px;
	position:relative;
	top:0px;
	left:1px;
	width:485px;
}

div.bodyfull
{
	background-image:url(../img/bodybackground.png);
	min-height:500px;
	position:relative;
	top:0px;
	left:1px;
	width:760px;
	background-repeat:no-repeat;
}

div.footer
{
	background-image:url(../img/cbtfooter.png);
	position:relative;  
	top:20px; 
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
/*	left:50%;
	margin-left:-380px;*/
	width:760px;
	height:150px;
	z-index:5;
	text-align:center;
	vertical-align:bottom;
	color:white;
	font-size:8pt;
	repeat:no-repeat;
}

div.menuholder 
{
	width:789px;
	height:118px;
	background-image:url(../img/menuback.png);
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
	position:relative; 
	top:0px; 
	z-index:98;
	left:15px;
/*	margin-left:-380px;
	padding: 0px;
	left:50%;*/
}

div.header
{
	background-image:url(../img/cbtheaderflat.png);
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
	position:relative; 
	top:0; 
/*	margin-left:-380px;
	left:50%;*/
	width:760px;
	height:70px;
	z-index:5;
}

div.watermark 
{
	background-image:url(../img/bgwatermark.png);
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
	position:relative; 
	top:190px; 
/*	margin-left:-210px; 
	left:50%; */
	width:421px;
	height:484px;
	z-index:1;
}

div.menu 
{
	width:624px;
	height:90px;
	position:absolute;
	margin:0px auto; /* centered div works in FF and IE8 with text-align hack */
	text-align:left; /* Counteract to IE5/Win Hack */
/*	margin-left:-312px;
	left:50%;*/
	left:67px;
	top:3px;
	z-index: 99;

}

ul.outer 
{
padding:0px; 
margin:0px; 
list-style:none; 
width:78px; 
height:78px; 
float:left; 
position:relative;
}

ul.outer ul 
{
padding:0px; 
margin:0px; 
list-style:none;
}

ul.outer span 
{
display:none; 
color:white; 
text-align:center; 
font:bold 14px/15px verdana, arial, sans-serif; 
position:absolute; 
top:95px; 
left:-10px; 
width:100px; 
z-index:100;
}

ul.outer a 
{
text-decoration:none;
}

ul.outer table 
{
border-collapse:collapse; 
padding:0px; 
margin:-1px;
}

ul.outer li 
{
display:block; 
float:left; 
padding:1px; 
margin:0px;
}

html ul.outer li 
{
padding:1px;
}

html ul.outer li a 
{
float:left; 
display:block; 
padding:5px;
}

ul.outer li.inner img 
{
width:100%; 
display:block; 
border:0px; 
cursor:pointer;
}

ul.outer li:hover 
{
padding:0.1px;
}

ul.outer li:hover span 
{
display:block;
}

html ul.outer a:hover 
{
padding:0.1px;
}

html ul.outer a:hover span 
{
display:block;
}

ul.outer li.inner:hover img 
{
width:78px; height:78px;
}

