
/* ----- CSS ----- */

body{
background: #333;
}

/* ----- IDS ----- */

#container{
	background:  #333;
	border: 1px solid #000;
	width: 598px;
}
#navigation{
	background-image: url(/assets/tops/photo.gif);
	padding-top: 35px;
}
#primaryContent{
border-top: 1px solid #666;
	padding: 0;
	background:  #000;
	text-align: center;
	line-height: .8em;
}
#footer{
	border-top: 1px solid #000;
	background-image:   url("/assets/footer/footerphoto.jpg");
}

#breadcrumb {
	padding: 6px;
	padding-left: 25px;
	background: #ccc;
	margin: 0;
text-align: left;
	border-bottom: 1px solid #000;
		line-height: 1.5em;

}

#primarycontent img {
border: 0;
}
#primarycontent a:hover {
background-color: #000;
}

