
body {
	margin: 20px 0;
	padding: 0;
	background: #4A5259;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #fff;
}
h6 a:link {
    color: #4A5259	;
	text-decoration: none;
	}
h6 a:visited {
    color: #4A5259	;
	text-decoration: none;
	}
h6 a:hover {
    color: #FFFFFF;
	text-decoration: underline;
	}
p a:active {
    color: #9B9B9B;
	text-decoration: none;
	}
p a:link {
    color: #9B9B9B	;
	text-decoration: none;
	}
p a:visited {
    color: #9B9B9B	;
	text-decoration: none;
	}
p a:hover {
    color: #9B9B9B;
	text-decoration: underline;
	}
p a:active {
    color: #9B9B9B;
	text-decoration: none;
	}
#content {
	width: 820px;
	height : 486px;
	margin: 0 auto;
	
}

#colOne {
	float: left;
	width: 228px;
	height: 486px;
	padding: 0px 0px 0 0px;
	background :  url(images/leftside_bg.jpg);
}

#colTwo {
	float: left;
	width: 579px;
	height: 486px;
	background:  url(images/center.jpg);
	padding: 0px 0px 0 0px;
}

#colThree {
	float: left;
	width: 13px;
    height: 486px;
	background:  url(images/right.jpg);
	padding: 0px;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}
