body {
	background-color:#d8d3bd;	
	background-image:url(../images/body_bg_tile.jpg);
	

}


h1{
	padding-top:70px;
	text-align: center; 
	color: #59574a; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	
}

#wrapper {
	background-image:url(../images/ys_bgrepeat_x.jpg);
	background-repeat:repeat-x;
	height:660px;
	
	
	
}

#content{
	margin:auto;
	width:586px;
	
	
}

#header {
	
	
	height:78px;
	background-image:url(../images/ys_header.jpg);
	
	
}


/*navigation button image background*/
#navbar {
	
	height:65px;
	background-image:url(../images/home_nav.jpg);
	
}

#menu{
	
	
	padding-top:28px;
	
}

/*style unordered list*/
ul#menu {
	list-style:none;	/* get rid of the bullets */
}
ul#menu li {
	width:100px;  /*change this to align the menu text to the button image */
	display:inline; /*line up list-items */
	float:left;
	margin-top:16px;  /*position text menu to the respective button */
	margin-left:80px;
}
ul#menu li a, ul#menu li a:link, ul#menu li a:visited {
	color:#FF9;
	text-decoration: none;	/* get rid of the underline */
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
}


ul#menu li a:hover {
	color: #FFC;
	text-decoration:underline;
}




#bodyPic {
	
	width:586px;
	height:265px;
	background-image:url(../images/ys_body_pic.jpg);
	
	
}

#footerPic {
	
	width:586px;
	height:129px;
	background-image:url(../images/ys_footer_bg.jpg);

}

/*style footer*/
.footer {
	margin:auto;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#699; /*dark gray */
	text-align:center;
	
}


/*target and style footer links*/
.footer a:link{
	color: #900;
	text-decoration: none;
}

.footer a:visited{
	color: #900;
	text-decoration: none;
}

.footer a:hover{
	color: #F30;
	text-decoration: underline;
}


