/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0000;
	padding: 0000;
	background-image: url(http://www.hausofill.com/img/bkgd.png);
	background-repeat: repeat-x;
	background-position: top;
}

#container {width:700px;margin:0 auto}

#logo {
	background-image: url(http://www.hausofill.com/img/title.png);
	width: 194px;
	height: 140px;
	background-repeat: no-repeat;
	position: relative;
	left: -10px;
}

#footer {
	color: #9a9a9a;
	font-size: 11px;
	text-align: center;
}

#sep {
	background-image: url(http://www.hausofill.com/img/sep.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 20px;
	height: 1px;
}

a.titleLink:link, a.titleLink:visited, a.titleLink:active {
	color: #CE4C01;
	font-size: 28px;
	text-decoration: none;
	font-weight: bold;
}

a.titleLink:hover {
	font-size: 28px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CE4C01;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #CE4C01;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CE4C01;
	font-weight: bold;
}

#additional {
	color: #919191;
	font-size: 11px;
}

#postBody {
	color: #464646;
	font-size: 16px;
}