/* CSS Document */

body,td {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 13px;
	line-height: 135%;

}

#wrapper {
	width: 990px ;
  	margin: 0 auto ;

}

#header, #content, #footer {
	width: 100%;
}

#header {
	height: 90px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#content {
	padding-top: 15px;
	text-align: left;
}
#footer {
  clear: both;
  height: 100px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999999;
  
}

#content-heading, #pagenation {
	padding-bottom: 5px;
	height: 40px;
	float: left;
	width: 400px;
}

#content-heading {
	float: left;
}

#pagenation{
	float: right;
	padding-top: 15px;
}
 
