html {margin: 0; padding: 0; height: 100%;}


body{
	text-align: left;
	
	min-height: 100%;
	height: auto;
	
	padding-top: 15px;
	padding-bottom: 15px;
}

body#home{
	background-image: url( '../img/home_bg.jpg' );
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

h1 img{
	border: 0;
}

h2{
	margin-top: 1em;
	
	font-size: 347%;
	font-family: Garamond, Georgia, Times, serif;	
}

h3{
	font-size: 217%;
	font-family: Garamond, Georgia, Times, serif;		
	margin-top: 1em;
}

p{
	margin-bottom: 1em;
}

strong{
	font-weight: bold;
}

blockquote{
	margin-left: 4em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

#content{
	background-image: url( '../img/home_content_bg_rounded_top.png' );
	width: 780px;
	padding: 50px;
}

#footer{
	color: #53544E;
	margin-top: 15px;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	text-align: center;
	
	background-image: url( '../img/home_footer_bg_rounded_bottom.png' );
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 780px;
	padding: 5px 50px 5px 50px;
}

#footer a{
	color: #53544E;
}

#home #container{
}

#content_body{
	font-family: Verdana;
	padding-left: 125px;
}

#home_desc{
	color: #7c7f7c;
	font-size: 215%;
	font-family: Garamond, Georgia, Times, serif;
}

#home_desc a{
	color: #8a813c;
	text-decoration: none;
	font-weight: bold;
}

#home_desc a:hover{
	text-decoration: underline;
}

#navigation{
	position: relative;
	top:  -275px;
	right: 50px;
	float: right;
}

#navigation_items{
	background-image: url( '../img/navigation_bg_top.png' );
	background-repeat: no-repeat;
	padding: 25px 0px 0px 25px;
	background-position: top left;
}

#nav_bottom{
	background-image: url( '../img/navigation_bg_bottom.png' );
	background-repeat: no-repeat;
	padding: 0px 0px 5px 25px;
	background-position: bottom left;
}

#home #navigation_items{
	background-image: url( '../img/navigation_bg_top_home.png' );
}

#home #nav_bottom{
	background-image: url( '../img/navigation_bg_bottom_home.png' );
}

#navigation_items li a{
	color: #8a813c;
	text-decoration: none;
}

#navigation_items li a:hover{
	color: #8a813c;
	text-decoration: underline;
}
