*{ margin:0px; padding:0px; outline:none;}

body
{
	background-color:#fffefe;
	
}

#container
{
	width:900px;
	background-image:url(images/bckg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:10px auto;
	border:3px outset #F5C18F;
}

#header-container
{
	width:900px;
	margin:15px auto 0 auto;
	padding-left:30px;
}

#header-container h1 a
{
	font-family:arial,"times new roman","arial narrow";	
	font-size:25px;
	text-decoration:none;
	color:#dd4a00;
}

#main
{
	width:900px;
	margin:0 auto;
}

#leftbar
{
	float:left;
	width:180px;
	padding-left:30px;
}

#button
{
	margin-left:17px;
	margin-top:30px;
	height:170px;
}

#button ul
{
	list-style:none;
	
}


#button ul li a
{
	background-image:url(images/tabd.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px;
	text-align:right;
	display:block;	
	width:170px;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:#dd4a00;
	letter-spacing:1px;
}

#button ul li a:hover
{
	background-image:url(images/tabd.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-decoration:underline;
	
}

body.home #nav li a.one,
body.about #nav li a.two,
body.health #nav li a.three,
body.dir #nav li a.four,
body.support #nav li a.five
{
	background-image:url(images/tab.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-decoration:none;
}

#top
{
	margin-top:60px;
	min-height:50px;
}

#top h2
{
	background-image:url(images/head.png);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:170px;
	text-align:center;
	letter-spacing:2px;
	font-size:15px;
	font-family:"arial narrow";
	padding:5px;
}

#top ul
{
	margin:20px 0px;
	list-style:none;
}

#top ul li
{
	padding:0px;
	margin-right:3px;
	margin-bottom:1px;
}

#top ul li a
{
	padding:2px;
	display:block;
	background-color:#ffffff;
	text-decoration:underline;
	font-size:12px;
	font-family:arial;
	color:#dd4a00;
	
	
}

#top ul li a:hover
{
	text-decoration:none;
}

#bottom
{
	
	margin-top:5px;
	min-height:50px;
}

#bottom h2
{
	background-image:url(images/head.png);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:170px;
	text-align:center;
	letter-spacing:2px;
	font-size:15px;
	font-family:"arial narrow";
	padding:5px;
	margin-bottom:20px;
}

#bottom a
{
	margin-left:5px;
	
	text-decoration:none;
	font-size:12px;
	color:#000000;
}

#bottom a:hover
{
	color:#dd4a00;	
	
}


#rightbar
{
	
	width:660px;
	float:right;
	min-height:630px;
	padding:20px 0;
	border-left:10px solid #F5C18F;
	border-top:3px solid #F5C18F;
	
}

#rightbar p
{
	
	text-align:justify;
	padding:10px 20px 10px 18px;
	font-family:verdana,"courier new",arial,"times new roman";
	font-size:14px;
	font-weight:light;
	
	line-height:22px;
	color:black;#dd4a00;
}

#rightbar a
{
	color:#dd4a00;
}

#rightbar a:hover
{
	text-decoration:none;
	background-color:#dd4a00;
	color:#ffffff;
}


#footer
{
	background-image:url(images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:900px;
	height:50px;
	margin:0 auto 0 auto;
	clear:both;
		
}

#footercontent
{
	
	padding-top:15px;
	text-align:right;
	padding-right:55px;
	color:#dd4a00;
	font-size:15px;
	letter-spacing:1px;
}




