body {
	margin:0px;
	padding: 0px;
	background-color: #000000;
	color:#000000;
	background-image: url("../images/cream.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 0;
}

#frame {
	position: absolute;
	left: 50%;
	width: 640px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: -320px;
	text-align: left;
	border: 1px solid #333;
	background-color: #FFFFFF;
}

#contentleft {
	width:199px;
	padding:0px;
	padding-bottom: 30px;
	float:left;
	background-color: #FFFFFF;
	color:#996600;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.75em;

}

#headmenubackground {
	width:441px;
	padding:0px;
	margin: 0px;
	float:left;
	background-color: #FFFFFF;
	height: 109px;
	background-image: url(../images/UnityStation2.jpg);
	background-repeat: no-repeat;
}

#headmenu {
	margin-top: 45px;
	padding:15px;
	text-align:right;
	color: #FF3300;
	font-weight: bold;
}

#contentcenter {
	float: left;
	width: 420px;
	background-color: #FFFFFF;
	padding:5px;
}

#contentfooter {
	clear:both;
	background-color: #996600;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
}

h1 {
	font-size:1.2em;
	color:#FF0033;
}

h2 {
	font-size:1em;
	color:#660066;
}

img {
	border: 0;
	vertical-align: top;
}

table { text-align:center; }

table.buying { 
	text-align:left;
	font-size:.8em;
	width: 100%;
	
}

td{ padding: 2px; }

.column {
	float: left;
	width:180px;
	background:#FFFFFF;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: 10px;
}

.item {
	float: left;
	width:105px;
	background:#FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
}

.note { font-style:italic; font-size:90%; }

.red {color:red;}

a {color: #660066;}

a.menutop { text-decoration: underline; color: #FF3300;}
a.menutop:link {background-color: transparent; color: #FF3300;}
a.menutop:visited {background-color: transparent; color: #FF3300;}
a.menutop:focus {background-color: transparent; color: #FF3300;}
a.menutop:hover {background-color: #FF3300;; color: #ffffff;}
a.menutop:active {background-color: transparent; color: #FF3300;}


a.menuleft:link, a.menuleft:visited, a.menuleft:active{
	text-decoration: underline;
	background-color: #FFFFFF;
	color:#996600;
}

a.menuleft:hover{
	color:white;
	background-color:#996600;
	text-decoration: underline;
}

a.flink:link, a.flink:visited, a.flink:active{
	text-decoration: underline;
	color:#000000;
}

a.flink:hover{
	text-decoration: underline;
	color:#FFFFFF;
}


