body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	background: url(../images/backgroundtile.gif) repeat-x;
}

a {
	color: #193417;
}
a:hover {
	color: #662f0d;
}

/*##### - Layout Structure - #####*/
#wrap {
	min-width: 700px;
	margin: 0px auto;
    text-align: left;
	max-width: 780px;
	width: 100%;
}
#topnavigation {
	margin: 0;
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: right;
}
#header {
	height: 235px;
	background: url(../images/retirementhomesllc.png) no-repeat 100% 22%;
}
#contentwrapper {
	
}
#content {
	float: right;
	width: 75%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
}
#sidebar {
	float: left;
	width: 25%;
	padding-bottom: 15px;
}
#footer {
	clear: both;
}

/*##### - Content Gutters - #####*/
#content .gutter {
	padding-left: 20px;
}
#sidebar .gutter {
	padding-right: 10px;
}

/*##### - Top Navigation/Header - #####*/
#topnavigation {
	font-size: 70%;
}
#header h1 {
	margin: 0;
	padding-top: 46px;
	font-family: georgia;
	font-weight: normal;
	font-size: 250%;
	color: white;
}
#header h1 span {
	font-size: 125%;
}
#header h2 {
	font-family: arial;
	font-weight: normal;
	font-size: 135%;
	margin-top: 0px;
	color: #a5dca1;
}

/*##### - Content Area - #####*/
#content .header {
	font-weight: bold;
}
#content img.fades {
	border: 3px solid #285f25;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}
#content .contactus {
	font-size: 190%;
	line-height: 1.2em;
}

/*##### - Sidebar - #####*/
#sidebar a {
	font-family: arial;
	font-size: 160%;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar span {
	font-family: arial;
	font-size: 160%;
	color: #656565;
}

/*##### - Footer - #####*/
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 80%;
	color: #000000;
	text-align: center;
	border-top: 1px dotted #ccc;
}

/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE5/Mac */
