/* CSS Document */
#home_wrapper {
	background-color:#fdf8f2;
	margin:15px auto 0 auto;width:850px;
	padding:0px;
}
body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
}


/* +++++++++++++++++++++++++++ HEADER +++++++++++++++++++++++++++  */


#home_header {
	/* margin:0;
	padding:0; */
	height:459px;
	width:850px;
	background-image:url(../img/header.jpg);
}
/* #home_logo {
	float:left;
	width:180px;
	height:120px;
	margin-top:10px;
	margin-left:10px;
	background-image:url(images/elder_logo.png);
} */

/* +++++++++++++++++++++++++++ MAIN +++++++++++++++++++++++++++  */



#home_main {
	top:0px;
	height:300px;
	width:850px;
	background-repeat:repeat;
	background-image:url(../img/texture.jpg);
}


/* +++++++++++++++++++++++++++ MAIN NAV +++++++++++++++++++++++++++  */


#home_main_nav {
	float:left;
	width:152px;
	height:240px;
	margin-top:10px;
	margin-left:67px;
}
#home_main_nav li {
	list-style:none;
	list-style-position:outside;
}


/* +++++++++++++++++++++++++++  CONTENT +++++++++++++++++++++++++++  */


#home_content {
	float:right;
	margin-right:70px;
	margin-top:30px;
	width:470px;
	height:175px;
}
.intro {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:1.25em;
	color:#FFFFFF;
}
/*.introduction:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
color : #c00;
} */
 h1 {
	color:#FFFFFF;
	font-size:1.75em;
}
h3	{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:80%;
	font-weight:normal;
	line-height:140%;
} */



/* +++++++++++++++++++++++++++  SHOWCASE +++++++++++++++++++++++++++  */


#showcase {
	position:relative;
	left:40px;
	top:280px;
	width:953px;
	height:310px;
	border-color:#ff9231;
	border-style:solid;
	border-width:medium;
	}


/* +++++++++++++++++++++++++++  FOOTER +++++++++++++++++++++++++++  */


#home_footer {
	clear:both;
	margin-top:285px;
	height:20px;
}
#home_footer li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	list-style:none;
	display:inline;
	list-style-position:outside;
	color:#FFFFFF; 
}
#home_footer a:link, a:visited {
	text-decoration:none;
	color:#FFFFFF;
	border-width: 0px;
}
#home_footer a:hover, a:active {
	text-decoration:underline;
	color:#FFFFFF;
	border-width: 0px;
}
