/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF url(none) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #000000;
}

h2 {
	padding: 14px 0 0 0;
	word-spacing: 5px;
	font-size: 1.85em;
	text-align: right;
	background-image: url(images/underline.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;



}

h3 {
	padding: 20px 0 0 0;
	font-size: 1.4em;
	color: #000000;
	background-image: url(images/underline.jpg);
	background-position: right bottom;
	text-align: right;
	background-repeat: no-repeat;
	word-spacing: 5px;


}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;

}

.green {
	color: #95AE36;
}

.red {
	color: #FF0000;
}

.gray {
	color: #B9ADAC;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.5em;
	background-attachment: scroll;
	background-image: url(images/fadeup.jpg);
	background-repeat: repeat-x;
	background-position: center center;






}

.list2c li {
	float: left;
}

/* Header */

#header {
	width: 780px;
	height: 128px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	padding-right: 40px;
	background-color: #FFFFFF;





}

#header h1 {
	float: left;
	padding: 24px 0 0 10px;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#header h2 {
	float: right;
	padding: 42px 10px 0 0;
	word-spacing: normal;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 780px;
	height: 30px;
	margin: 0 auto;
	padding-right: 30px;



}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 90px;
	height: 25px;
	padding: 7px 0 0;
	text-align: right;
	text-decoration: none;
	color: #000000;
	font-variant: normal;
	font-weight: bold;
}

#menu a:hover {
	color: #FF0000;

}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;


}

#colOne {
	float: right;
	width: 550px;
	background-attachment: scroll;
	background-image: url(images/housebackground.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	text-align: justify;
	padding-right: 10px;
	background-color: #FFFFFF;




}

#colTwo {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 45px 0px 0px;






}

/* Footer */

#footer {
	clear: both;
	width: 780px;
	margin: 0px auto;
	padding: 5px 30px 5px 0;
	background: #FFFFFF url(images/footer.jpg) repeat-y scroll right bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;


}

#footer p, #footer a {
	margin: 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

