body{
	font:12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #FFFFFF;
}
a:link{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:visited{
    text-decoration: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#heading {
	background-color: #000000;
	color: #ffffff;
	padding-left: 5px;
}
#content {
	width: 960px;
	float: left;
}

#content #left-col {
	width: 300px;
	float: left;
	position: relative;
	padding-left: 10px;
	background-color: #ffffff;
}

#left-col ul {
	list-style-type: none;
}

#content #right-col {
	width: 620px;
	float: left;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
	background-color: #ffffff;
}
#footer {
	width: 100%;
	float: left;
	height: 30px;
	color: #000;
	margin-top: 10px;
	background-color: #ffffff;
}

.footer-text{
	padding: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}