@charset "UTF-8";
/* CSS Document */

body{
background-color:#FDFBF5;
}

div#wrapper{
	width:1275px;
	/*border:1px solid black;*/
	margin: 0 auto;	
}


section#details{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#458B14;
}

section#details a{
	text-decoration: none;
	color: black;
}

section#details a:hover{
	text-decoration: underline;
	color: black;
}

section#details h3{
	line-height:15px;
	color:#000000;
}
section#details p{
	line-height:0px;
}