html
	{ 
	height: 100%; 
	margin: 0;
	padding: 0;
	}

a 
	{
	color: #009900;
	text-decoration: none;
	}

body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: center;
	}

input 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #009900;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	padding-left: 2px;
	padding-right: 2px;
	}

table 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}

hr 
	{  
	background-color: #009900; 
	line-height: 1px; 
	color: #009900; 
	height: 1px; 
	border: #009900; 
	padding: 0px; 
	height: 1px;
	width: 95%;
	}

li:hover
	{
	list-style-type: disc;
	color: #C9C9C9;
	}


li
	{
	list-style-type: none;
	}

#topbk
	{
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	clear:both;
	height: 70px;
	}

#align
	{
	margin: 0px auto;
	padding: 0px;
	padding-top: 1px;
	background-color: #FFFFFF;
	height: 100%;
	width: 700px;
	clear:both;
	font-size: 11px;
	position: relative;
	text-align:left;
	}

#header
	{
	background-image: url(images/headerbg.gif);
	margin: -1px auto;
	clear:both;
	white-space: normal;
	position: relative;
	text-align:left;
	height: 89px;
	min-height:89px;
	}

#logo
	{
	width: 155px;
	height: 32;
	position: relative;
	text-align:left;
	}

#login
	{
	width: 160px;
	position: absolute;
	text-align:right;
	right: 10px;
	top: 25px;
	background-image: url(images/headphone.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	}

#adverts
	{
	border-style: dashed;
	border-width: 1px;
	border-color: 009900;
	margin-top: 15px;
	margin-left: 120px;
	padding: 3px;
	width: 468px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	}


#footer
	{
	text-align: center;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#menuleft
	{
	width: 160px;
	left: 0px;
	position: absolute;
	text-align:center;
	margin-top: 1px;
	}

#content
	{
	width: 372px;
	position: relative;
	text-align:left;
	margin-left: 163px;
	min-height: 420px;
	}

#menuright
	{
	width: 160px;
	position: absolute;
	text-align:left;
	right: 2px;
	top: 178px;
	}

#hrfooter
	{
        background-color: #009900;
        line-height: 1px;
        color: #009900;
        height: 1px;
        border: #009900;
        padding: 0px;
        height: 1px;
        width: 400px;
        }
