*	{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	}
	
body{
	font-family:"Arial","Arial (sans-serif)";
	font-size: 10pt;
	line-height: 150%;
	color: #808080;
	text-align:center;
	background:#fff0ff;
	}
h1	{
	font-size:18pt;}

.b	{
	font-weight: bold;
	}
.p	{
	margin-bottom:0.5em;
	margin-left:15px;
	}
.d	{
	font-size:14pt;
	font-weight:bold;
	color:#ff0000;
	display:inline;
	clear:right;
	}	
.it	{
	background:#ebebeb;
	line-height:150%;
	font-weight:bold;
	}
.green{
	color:#008000;}	
a{
	color: #0066cc;
	text-decoration: none;
	}

a:hover{
	text-decoration: none;
	color: #00ccff;
	}
	
/*************************************layout**********************************/
div#wrapper{
	width:999px;
	height:auto;
	margin: 0 auto;
	background:#fff9ff;
	}
	
div#header{
	width:100%;
	height:150px;
	text-align:left;
	border: solid 1px #ebebeb;
	border-top:solid 8px #666;
	background:#333;
	}

div#topnav{
	width:100%;
	height:25px;
	background: #dedebe;
	}

div#topnav li{
	float:left;
	display:inline;
	margin-right:0.3em;
	}

div#lftnav{
	width:120px;
	height:100%;
	float: left;
	display:inline;	
	text-align:left;
	}


div#contentbx{
	width:100%;
	height: auto;
	float: left;
	text-align:left;
	display: inline;
	}


div#gg336280t{
	width:336px;
	height:280px;
	float: left;
	display:inline;
	}
	
div#gg336280im{
	width:336px;
	height:280px;
	float:left;
	display: inline;
	}
	
div#content{
	width:535px;
	height: auto;
	float:left;
	display:inline;
	}
	
div#deal{
	width:100%;
	height:auto;
	border:1px solid #dedebe;
	padding-left:3px;
	}
		
div#rightpannel{
	float:right;
	display:inline;
	width:336px;
	height:auto;
	}	
	
div#footer{
	clear:both;
	width: 100%;
	padding-top:6px;
	height:25px;
	text-align:center;
	background-color:#333;
	border-right:solid 1px #00ff00;
	border-bottom:solid 1px #00ff00;
	color:#fff;
	}
div#footer a:hover{
	color: #00ff00;
	}