body {

	margin: 0 auto 0 auto;
	background-color: #ffffff;
	background-repeat: repeat-y repeat-x;
	background-position: left -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404E58;

}

#header {

	text-align: left;
	width: 100%;
	background-color:#ffffff;
	

}

#seperate {

	display:block;
	float:left;
	width: 100%;
	background-image:url(/edit/images/seperatebg.gif);
	background-color:#BFCDEE;
	height: 20px;

}

#seperatefooter {

	display:block;
	margin-top:30px;
	float:left;
	width: 100%;
	background-image:url(/edit/images/seperatebgfooter.gif);
	background-color:#BFCDEE;
	height: 20px;

}

#wrapper {

	text-align: left;
	margin:  15px auto 0 auto;
	width: 95%;

}

#grid {

	display:block;
	float:left;
	clear:none;
	padding:0px 10px 10px 0px;

}

#detail {

	display:block;
	float:left;
	clear:none;

}

h1 {

    color: #8A9F59;
    font-weight: bold;
    font-size: 24px;

}

#crumb {

	font-size: 10px;
	color: #999999;
	

}

#crumb a 
{
    text-decoration:underline;
    color: #666666;
	

}





