body
{
	font-size: small;
	line-height: 160%;
	font-family: verdana;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #0E2763;
	color: #FFF;
	background-attachment: fixed;
}

/* An outline of the key elements
#wrapper
#header
#content
#sidebar
#footer
*/

/* COLORS
   Body Background:   #2F2C22
   Main Text:         #B3A576
   Links:             #9C6D25
   Dark Brown Border: #222019
   Green Headline:    #958944
*/

#wrapper
{
	width: 923px;
	display: block;
	margin: 0 auto 0 auto;
}

#header
{
	width: 923px;
	display: block;
	height: 162px;
}
	
	
#header h1
{
	background-image: url(../images/ridgeline_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 30px;
	text-indent: -8000px;
	width: 350px;
	height: 162px;
	float: left;
	display: block;
}

#contact { float: right; }

#contact h2
{
	color: #999;
	font-family: garamond,times,"times new roman",serif;
	background-color: transparent;
	padding: 20px 0 0 0;
	text-align: right;
	font-size: 130%;
	font-style: italic;
}

#contact a:link { color: #CCC;	background-color: transparent; }

#contact a:visited
{
	color: #999;
	background-color: transparent;
}

#contact a:hover { color: #fff;	background-color: transparent; }

#contact a:active
{
	color: #0CF;
	background-color: transparent;
}

#contact p
{
	text-align: right;
	font-size: 90%;
	line-height: 140%;
}

#slogan p
{
	padding: 0 0 0 0;
	text-align: center;
}

#content
{
	width: 733px;
	float: left;
	display: block;
	padding: 0 0 0 98px;
}


#content img
{
	display: inline;
	margin: 40px 0 10px 10px;
}

#footer
{
	padding: 10px 0 0 0;
	margin: 50px 0 20px 0;
	border-top: 1px #FFF solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/* HACKS */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* use this if IE7 does support clearfix hack */

.clear
{
	clear: both;
	font-size: 0.1px;
	height: 0pt;
	line-height: 0pt;
	width: 0pt;
}

