body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #575771;
	
	margin:0;
	
	background-attachment: fixed;
	background-image: url(../imgs/answers_within.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a{
	color:#575771;
}
	a:link, a:visited{
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

#content{
	font-size:0.8em;
	
	width:560px;
	min-height:500px;
	padding:0 200px 2em 0;
	margin:50px 0 10px 5px;;
	
	background-image:url(../imgs/box.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#D8E1E5;
	
	border-left:1px solid #575771;
	border-bottom:1px solid #575771;
}
	#content h1{
		font-size:1.5em;
		font-weight:normal;
		
		margin:0;
		padding: 0 0 5px 15px;
		
		position:relative;
		top: -28px;
		
		border-bottom:1px solid #575771
	}
	#content p{
		margin:0.5em 2em 0 2em;
	}
	#content img{
		border-width:0px;
		margin:0.5em 0.5em 0 0.5em;
		display:block;
	}
#quicklinks{
	font-size:0.7em;
	text-align:center;
	
	width:760px;
	margin: 0 0 10px 5px
}