body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg09.gif);
	background-repeat: repeat;

}

#master {
	position: relative;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #000000;
	text-align: left;
	height: auto;
}

#logo {
	position: relative;
	width:154px;
	height:118px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#countdown {
	width:300px;
	float:right;
	background-color: #000000;
	color:#F99D30;
    font-size: 1.5em;
    padding-top:30px;
    font-weight:bold;
    font-style:italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	/* height: 118px;*/
	padding-left: 3px;
}
#loginbox {
	position: absolute;
	height:15px;
	width:300px;
	left: 475px;
	top: 100px;
	text-align:right;
	color:#ffffff;
}
#loginbox a {
	color:#ffffff;
	text-decoration:underline;
}

#navbar {
	position: absolute;
	height:26px;
	width: 100%;
	top: 120px;
	right: 0px;
	text-align: right;
	line-height: 35px;
	border-bottom: solid #000000 2px
}

#picture {
	position: absolute;
	height:117px;
	width: 325px;
	background-color: #000000;
	left: 154px;
	top: 1px;
}

#bodywrap {
	background-color: #FFFFFF;
	margin-top: 150px;
	position: absolute;
	padding: 20px;
	height:auto;
	top: -1px;
}
#bodywrap a {
	color:#ff6600;
}
#sidecol {
	width:200px;
	float: left;
	background-color: #ff9933;
	margin-bottom: 20px;
	padding: 5px;
}
#sidecol a {
	color:#000;
	text-decoration:underline;
}

#maincol {
	margin-left: 230px;
	margin-bottom: 20px;
	padding: 5px;
	width:520px;
}
#maincoldoc {
	margin-bottom: 20px;
	padding: 5px;
	width:750px;
}
#leftcolumn {
	width:340px;
	height:auto;
	padding:5px;
	float:left;
}
#rightcolumn
{
	width:340px;
	height:auto;
	padding:5px;
	float:left;
}
#leftcolumnnl {
	width:150px;
	height:auto;
	padding:5px;
	float:left;
}
#rightcolumnnl
{
	width:150px;
	height:auto;
	padding:5px;
	float:left;
}
#footer {
	width:700px;
	height:auto;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff9933;
	border-left-color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	color:#ff6600;
}
h1
{
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
h2
{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
h3
{
	font-size:12px;
	font-weight:bold;

}
h4
{
	font-size:8px;
}
.error
{
	font-color:red;
}
ul
{
	line-height:20px;
}
.hidden{display:none; color:#fff;}
