body {
	margin: 5px 0px 0px 0px;
	color : #000000;
        background: url("../images/bg.jpg") repeat-x;
	background-color: #000000;
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	font-size: 10px;
}

#wrapper {
	border: 1px solid #FFFFFF;	
	width: 760px;
	background: #0E0E0E;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	background: url("../images/header.jpg") no-repeat;
	width: 760px;
	height: 100px;
}

#content {
	overflow:hidden;
	width: 760px;
	background-color:#CCCCCC;	
}

#leftcontent {
	float: left;
	width: 240px;;
	margin-left: 0px;
	background-color:#CCCCCC;
	padding-top: 13px;
	padding-bottom: 7px;
	height:100%;
	position:relative;
}

#centercontent {
	float: left;
	width: 367px;
	background-color:#CCCCCC;
	padding-top: 13px;
	padding-bottom: 7px;
	height:100%;
	position:relative;
}

#rightcontent {
	float: left;
	width: 153px;
	margin-right: 0px;
	background-color:#CCCCCC;
	padding-top: 13px;
	padding-bottom: 7px;
	height:100%;
	position:relative;
}

#topmenu {
	padding-left: 6px;
	height: 45px;
	background: url("../images/menubar_bg.jpg");				
}

#bottommenu {
	padding-left: 6px;
	height: 45px;
	background: url("../images/bottom_menubar_bg.jpg");				
}

table.featured {
	margin-top: 2px;
	background-color: #FFFFFF;
	border: 1px solid #333333; 
	border-spacing: 0px;
	border-collapse: collapse;
	width: 220px;
	height: 90px;
}

table.featured td {
	padding: 5px;
	vertical-align:top;
}

table.leftcontent th {
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;	
	text-align:left;
	height: 20px;
	background: url("../images/content_left_header_bar.jpg") no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}

table.content {
	width: 367px;
	min-height: 150px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#FFFFFF;
	height:100%;
}

table.content td {
	padding-top: 4px;
	vertical-align:middle;
}

table.content th {
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;	
	text-align:left;
	height: 20px;
	background: url("../images/content_header_bar.jpg") no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}

#footer {
	width: 760px;
	margin-top:0px;
	border: 0px solid #000000;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	vertical-align:middle;
	background: url("../images/footer_bar.jpg");	
	margin-bottom:1px;	
}

#footertext {
	padding-top:7px;
	text-align: center;
	font-family : Verdana, Arial, Tahoma, MS Sans Serif;
	color: #FE0000;
	vertical-align:middle;
	font-size : 10px;	
	text-decoration : none;
}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color : #FF0084;
	text-decoration : underline;
}

a:active {
	color : #0E0E0E;
	text-decoration : underline;
}

.border {
	border: 1px solid #0E0E0E;
}

td.content {
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 3px;
	font-family : Verdana, Arial, Tahoma, MS Sans Serif;
	text-align: left;
	font-size : 10px;
	color:#0E0E0E;
	text-decoration : none;
}

td.panel_text {
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 3px;
	font-family : Verdana, Arial, Tahoma, MS Sans Serif;
	text-align: left;
	font-size : 10px;
	color: #FFFFFF;
	text-decoration : none;
}

.icon {
	margin: 8px; 
	text-align: center;
}

.icon a { 
	display: block;
	float: left;
	height: 81px; 
	width: 214px; 
	vertical-align: middle; 
	border: 1px solid #CCCCCC;
	padding: 0px 5px 1px 5px;
}

.icon a:link {
	color: #999999;
}

.icon a:hover { 
	color : #0E0E0E; 
	background-color: #E8F4FF;  
	border: 1px solid #FF0084;
	padding: 1px 4px 0px 6px; 
}

.icon a:active {
	color: #999999;
}

.icon a:visited {
	color: #999999;
}

.icon img {
	margin-top: 11px;
}

.icon span {
	display: block;
	padding-top: 3px;
}