/*
Title:      	Gaither Manor Apartments style for screens
Author:     	Tom Illmensee
Updated:    	June 2006
Notes:    	Thanks to Dan Cederholm and Andy Budd!
*/

body {
	margin: 0px;
	background: #FFF;
     }

#container {
	background: url(bg_container.gif) repeat-y top center;
	min-width: 740px;
	max-width: 1200px;
	}

#masthead {
	position: relative;
	background: #FFF;
	border-bottom: 1px solid #333;
	}

#welcome {
	float: left;
	width: 50%;
	font-family: garamond, arial, verdana, helvetica, sans-serif;
  	font-size: 17px;
	line-height: 23px;
	}

#sidebar {
	float: left;
	width: 50% !important;
	width: 49.9%;
	font-family: garamond, arial, verdana, helvetica, sans-serif;
  	font-size: 15px;
	line-height: 18px;
	}

#title {
	background: url(../img/heading_bg.gif) repeat-x bottom;
	}

.shell1 {
	margin: 0 auto;
	width: 79%;
	}

.shell2 {
	margin: 0 auto;
	width: 85%;
	}

.scroll {
	float: left;
	margin-right: 1.25em;
	width: 100%;
	height: 28px;
	background: #E2E2D2 url(../img/scroll.gif) no-repeat center center;
	}

#footer {
	padding: 8px 0 1em;
	font-family: garamond, arial, verdana, helvetica, sans-serif;
  	font-size: 11px;
	line-height: 25px;
	text-align: center;
	}

/* ---------[word styles]---------------- */

a {
	text-decoration: underline;
	color: #333;
	}

h1  {
   	font-family: garamond, arial, verdana, helvetica, sans-serif;
   	font-size: 20px;
	margin-top: 25px;
	}

#sidebar h2 {
   	font-family: garamond, arial, verdana, helvetica, sans-serif;
   	font-size: 16px;
	margin-top: 1px;
	}

#sidebar h2.contact {
   	font-family: garamond, arial, verdana, helvetica, sans-serif;
   	font-size: 16px;
	margin-top: 25px;
	}

