#logo{
position: absolute;
margin-left:170px;
margin-top:-70px;
z-index:200;
}

*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #464646;
	text-align: justify;
	
}

body
{
	background: #07263a url(../images/bodybg.jpg) repeat-x;
}


h1 /* change this header to your own logo */
{
	height: 35px;
	width: 300px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -999em; /* remove the text so only the logo appears */
	float: left;
}



h2
{
	color: #ae0a0e;
	font-size: 12px;
	padding: 15px;
}

a:link,
a:visited
{
	font-size: 10px;
	color: #464646;
	text-decoration: underline;

}

a:hover,
a:active
{
	font-size: 10px;
	color: #464646;
	text-decoration: underline;

}

br
{
	clear: left;
}

hr
{
	display: none;
}

p,
p.side-subject
{
	margin: 0 0 15px 15px;
}

p.side-subject
{
	font-size: 11px;
	line-height: 18px;
}
p.side-subject strong,
p.side-subject a
{
	font-size: 11px;
	line-height: 18px;
}

/*///////// GENERAL SETTING CLASSES ////////*/

.clear
{
	clear: both
}

/*///////// CONTENT DESIGN ////////*/
#table
{
	margin: 0 0 0px 0px;
border: 1px;
padding:5px;
	background: #ffffcc;

}

td {padding:3px;}

#listing
{
	width: 850px;
	margin: 0 auto;
	background: #ffff;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
}

#header
{
	margin: 20px 0 0 0;
}


#header ul
{
	list-style: none;
}

#header ul li
{
	float: right;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #c6dddc;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
}

#header ul li a:hover,
#header ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

#header ul li a.active:link,
#header ul li a.active:visited,
#header ul li a.active:hover,
#header ul li a.active:active
{
	text-decoration: none;
	border-top: 2px solid #ae0a0e;
	background: #fff;
	color: #113130;
	display: block;
	padding: 3px 5px 0px 5px;
	cursor: default; 
}

/*///////// CONTENT STYLING ////////*/

#content
{
	clear: both;
	background: #fff;
	padding: 20px 20px 10px 20px;
}

.content-double,
.content-left
{
	width: 580px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;

}

.content-single,
.content-right
{
	width: 230px;
	font-size: 11px;
	margin-top: 20px;
	float: left;
	background: url(../images/contentbg.jpg) 0% 0 repeat-y;

}







.margin-right
{
	margin: 0 20px 0 0;
}

.info-box
{
	float: right;
	background: #f7e6e6 url(../images/bg-info-box.jpg) 0 0 repeat-x;
	border: 1px solid #eabebf;
	padding: 8px;
	width: 30%;
	margin: 0 0 10px 10px
}

.info-box p,
.info-box h4
{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
}


/*Footer*/

#footer
{
	clear: left;
	color: #c6dddc;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#footer a:link,
#footer a:visited
{
	font-size: 11px;
	color: #c6dddc;
	text-decoration: none;

}

#footer a:hover,
#footer a:active
{
	font-size: 11px;
	color: #c6dddc;
	text-decoration: none;

}