@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #4E2518;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account 	for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
   outline: none;
}
#home {
	width: 720px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#about {
	width: 720px;
	margin: 0 auto; 
	text-align: left; 
}
#services {
	width: 720px;
	margin: 0 auto; 
	text-align: left; 
}
#employees {
	width: 720px;
	margin: 0 auto; 
	text-align: left; 
}
#employers {
	width: 720px;
	margin: 0 auto; 
	text-align: left; 
}
#contact {
	width: 720px;
	margin: 0 auto; 
	text-align: left; 
}
#header {
	background-image: url(../images/spa-temps-header.jpg);
	height: 104px;
}
#top-nav {
	font-size: 10px;
	position: relative;
	left: 280px;
	top: 60px;
	color: #FDFCEA;
	width: 450px;
}
#top-nav a:link,#top-nav a:visited {

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FDFCEA;

}
#top-nav a:hover, #home a.home, #about a.about, #services a.services, #employees a.employees, #employers a.employers, #contact a.contact  {
	color: #fde900;
}
#content1 {
	font-size: 12px;
	color: #4e2518;
	background-color: #FDFBEC;
	position: relative;
	padding-left: 75px;
	padding-right: 75px;

}
#content2 {
	font-size: 12px;
	line-height: 22px;
	color: #4e2518;
	background-color: #FDFBEC;
	position: relative;
	padding-left: 75px;
	padding-right: 75px;

}

#footer {
	width: 720px;
}

#footer1 {
	color: #A04B2C;
	font-size: 10px;
	padding-top: 8px;
}
#footer2 {
	font-size: 11px;
	padding-top: 8px;

}
#footer2 a:link, #footer2 a:visited {
	text-align: right;
	font-size: 11px;
	padding-top: 8px;
	text-decoration: none;
	color: #A04B2C;
}
#footer2 a:hover {
	color: #FDFCEA;
	text-decoration: none;
}

#home p, #about p, li {
	font-size: 12px;
	color: #4e2518;
	line-height: 18px;
	margin-bottom: 0px;
}


.italic {
	font-style: italic;
}
.emphasis {
	color: #9F4B2C;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9f4b2c;
}
h2 {
	color: #9F4B2C;
	font-weight: bold;
	font-size: 12px;
}
a.content:link,a.content:visited {
	color: #9F4B2C;
	font-weight: bold;
	font-size: 12px;
}
a.content:hover {
	color: #4e2518;
}

.error, .error ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB0000;
}

