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

}

a:link{
	color: #990000;
	text-decoration: none;
}

a:visited{
	color: #990000;
	text-decoration: none;
}


a:hover{
	color: #ff3333;
	text-decoration: underline;

}

#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/pages_nav.jpg);
	
}

#servicesTextHeader{
	
		height:160px;
	background-image:url(../images/pages_text_header.jpg);
	
}

h1{
		
    padding-top:60px;	
	padding-left:90px;
	padding-bottom:10px;
	color: #59574a; 
	font-size: 14px; 
	font-family:Tahoma, Geneva, sans-serif;
	
	
}

h2{
	
	
	padding-top:5px;
	padding-bottom:5px;
	
}

#briefServices {

margin-left:90px;

width:460px;
color: #59574a; 
font-size: 10px; 
font-family:Tahoma, Geneva, sans-serif; 
line-height:12px	
	
	
	
}

#pageContent{
	
	background-image:url(../images/pages_bgrepeat_y.jpg);
	background-repeat:repeat-y;
	
}

#textBody {
	
	margin-left:90px;

width:460px;
color: #59574a; 
font-size: 10px; 
font-family:Tahoma, Geneva, sans-serif; 
line-height:12px;	
padding-bottom: 30px;	
	
}

.spacer {
	
height:30px;	
	
}

#footerPages {
	
		height:27px;
	background-image:url(../images/pages_footer.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;
}


