html, body{
	/*border:5px solid #333;*/
	/*background:#333 url('../images/page-bg.jpg');*/
	background:#333 url('../images/page-bg2.jpg');
	color:#333;
}
a{
	color:#046280;
	font-weight:bold;
}
a:hover{
	color:#00202A;	
}
#header {
	background:url('../images/header-bg.png') no-repeat 0 0;
}
#content{
	background:url('../images/content-bg.png') no-repeat;
}

#footer{
	color:#DDD;
	background:url('../images/footer-bg.png') no-repeat bottom left;
}
#footer a{
	color:#E3D197;
}
#footer a:hover{
	color:#8C815D;
	/*color:#046280;*/
}
#footer2{
	color:#333;
	background:url('../images/footer2-bg.png') no-repeat bottom left;
}
#header li a:link, #header li a:visited{
	color:#FFF;
}
h1 a{
	background:url('../images/ajs_logo.png') no-repeat;
}
#borders li{
	background:#111;
}
h2{
	color:#FFF;
	background:url('../images/h1h2-bg.png') no-repeat;
}

#borders li#border-top, #borders li#border-bottom{
	/*background:#900;	*/
}
ul.primary-links li.current{
	background:url('../images/nav-bg-ro.png') repeat 0 0px;	
}
ul.primary-links li{
	background:#333 url('../images/nav-bg-ro.png') repeat 0 -250px;
}
ul.primary-links li:hover, ul.primary-links li:focus, ul.primary-links li:index{
	background:#333 url('../images/nav-bg-ro.png') repeat 0 0;	
}
ul.primary-links li.current:hover{
	background:#333 url('../images/nav-bg-ro.png') repeat 0 0;
}
ul.primary-links li.index a{
	background:url('../images/navigation-bg.png') no-repeat 0 0;
}
ul.primary-links li.about a{
	background:url('../images/navigation-bg.png') no-repeat 0 -23px;
}
ul.primary-links li.services a{
	background:url('../images/navigation-bg.png') no-repeat 0 -46px;
}
ul.primary-links li.testimonials a{
	background:url('../images/navigation-bg.png') no-repeat 0 -69px;
}

ul.primary-links li.index a:hover{
	background-position:right 0;
}
ul.primary-links li.about a:hover{
	background-position:right -23px;
}
ul.primary-links li.services a:hover{
	background-position:right -46px;
}
ul.primary-links li.testimonials a:hover{
	background-position:right -69px;
}

.accordion div{
	background:url('../images/quote_01.png') no-repeat 0 4px;
}
.accordion div p{
	background:url('../images/quote_02.png') no-repeat right bottom;
}
.accordion h3{
	background:#CCC;	
}
