html {
	font-family: "gill sans", arial;
}


a {
	text-decoration: none;
	color: #d4145a;
}

#content * {
	padding: 0px;
	margin: 0px;
}

#content li {
	margin-left: 20px;
	padding: 5px;
}


input, textarea, select {
	font-size: 11px;
	/*border: solid 1px #d4145a;*/
}

a:hover {
	color: #fff;
}

#header {
	margin-top: 40px;
	margin-left: 50px;
}

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	
}

#menu {
	margin-top: 30px;
	background: url('http://www.hawthornelifestyle.com/img/menu.png') no-repeat;
	margin-left: auto;
	margin-right: auto;	
	width:100%;
	height: 22px;
	color: #d4145a;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	color: #d4145a;
}

#menu li {
	list-style: none;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

#banner {
	margin-left: auto;
	margin-right: auto;
	width: 889px;
}

#content {
	width: 889px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 30px;
}

#content #sideleft {
	width: 197px;
	height: 100%;
	float: left;
}

#content h1 {
	font-size: 150%;
	font-weight: normal;
}

#content h2 {
	color: #d4145a;
	font-size: 100%;
}

#content #centerblock {
	padding-left: 20px;
	padding-right: 20px;
	/*color: #b5b5b5;*/
	width: 425px;
	height: 100%;
	float: left;
}

#content #centerrightblock {
	padding-left: 20px;
	/*color: #b5b5b5;*/
	width: 665px;
	height: 100%;
	float: left;
}

#content #centerrightblock #swing {
	width: 180px;
	margin-right: 20px;
	float: left;
}

#content #sideright {
	width: 220px;
	height: 100%;	
	float: right;	
}

#content #sideright  h1{
	font-size: 130%;
}

#smallbutton {
	width: 195px;
	height: 61px;
	background: url('http://www.hawthornelifestyle.com/img/smallbutton.png') no-repeat;	
	line-height: 61px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	color: #fff;
}

#footer {
	border-top: solid 1px #fff;
	padding-top: 5px;
	width: 889px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 80%;
	text-align: center;
}

#footer ul {
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
	width: 510px;
	/*border: 1px #fff solid;*/
}

#footer li {
	float: left;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}