html body {
    font:0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
    background:url("../images/bg.gif") repeat-x #fff;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
	line-height: 18px;
	font-weight: normal;
	color: #565a5c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	margin: 0px;
	text-align:center;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #a5acaf;	
	text-align:center;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 30px;
}

h4 {
	font-size: 1.09em;
	font-weight: bold;
}

hr
{
	color:#003399;
	height:1px;
	background-color:#003399;
	border:0px;
}

#wrapper
{ 
	height:553px; 
	width:830px;
	margin:0px auto;
	background:url("../images/player.gif") repeat-y;
}


/* Middle Content Clasess */
#middleContent
{
	width:383px;
	height: 268px;
	float:left;
	margin-top: 190px;
	margin-left: 50px;
}


/* END Middle Content Clasess */



/* Right Content Clasess */
#rightContent
{
	padding-top:10px;
	width:210px;
	height: 193px;
	padding-left:0px;
	margin-top: 150px;
	margin-right: 120px;
	text-align: center;
	float: right;
}

#rightContent ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color:#000000;
}
	
#rightContent li a
{
	 display: block;
	 height: 18px;
	 width: 200px;
	 font-size: 12px;
	 color:#fff;
	 font-weight: bold;
	 text-decoration: none;
	 margin-bottom:1px;
	 margin-left: 0px;
	 padding-left: 0px;
	 padding-top: 3px;
	 background-color: #666;
}
#rightContent li a:hover
{
	color:#666;
	background-color: #fff;
}

#rightExtraContent
{
	padding-top:10px;
	width:210px;
	height: 48px;
	padding-left:0px;
	margin-top: 10px;
	margin-right: 120px;
	text-align: center;
	float: right;
}

#rightExtraContent ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color:#000000;
}

#rightExtraContent li a
{
	 display: block;
	 height: 18px;
	 width: 200px;
	 font-size: 12px;
	 color:#fff;
	 font-weight: bold;
	 text-decoration: none;
	 margin-bottom:1px;
	 margin-left: 0px;
	 padding-left: 0px;
	 padding-top: 3px;
	 background-color: #666;
}

#rightExtraContent li a:hover
{
	color:#666;
	background-color: #fff;
}

/* End of Right Content Clasess */

