/***********************
TND Creative Main Style Sheet 
Developer: Tery Dallimer - TND Creative
URL: http://www.tndcreative.co.uk/
Created:
***********************/

@charset "utf-8";
#html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;

	margin: 0px;
	padding: 0px;
}

/*divs**********/

#footer {
	height: 90px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#footer-left {
	float: left;
	height: 60px;
	width: 450px;
	padding-top: 6px;
}
#footer-right {
	float: right;
	height: 60px;
	width: 450px;
	text-align: right;
}



/*links**********/

#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
}
#footer a:active {
	text-decoration: underline;
	color: #000;
}
