@import url(top_bar.css3.css);

body{
	max-width: 1000px;
	min-width: 650px;
	margin: auto;
	background-image: url(../images/webtreats_minty_green_pattern_08-small.jpg);
	
}



#top_links{
	font-family: 'Sue Ellen Francisco', cursive;
	width:90%;
	margin:auto;
	text-align:center;
}

#top_links p{
	margin:0px;
	padding-top:10px;
}

#top_links p a{
	text-decoration:none;
	font-size: 35px;
}

#top_links p a:hover{
	text-decoration:underline;
}


a{
	color:#555555;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}


.footer a{
	color: #414526;
	text-decoration:underline;
}
.footer a:hover{
	text-decoration:none;
}


img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

h1{
	color:#555555;
	font-family: 'Sue Ellen Francisco', cursive;
	padding: 5px;
	margin:15px;
	text-align:center;
	font-size: 55px;
	font-weight:normal;
}

h2{
	text-align:center;
}


#container{
	background-color:#D9CEB2;
	margin: 15px;
	padding: 10px;
	margin-top:40px;
	font-family: 'Sue Ellen Francisco', cursive;
	font-family: 'Architects Daughter', cursive;
	font-size: 18px;
	color:#555555;
	background-image: url(../images/webtreats-paper-pattern-2-brown-small.jpg);
	
}

#container .paper{
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
margin-top:20px;
background-color:white;
padding-left:10px;
padding-right:10px;
border:3px solid #7A6A53;
background-image: url(../images/webtreats-paper-pattern-5-brown-small.jpg);
border-radius: 7px;
line-height:30px;
}


.faq legend{
	font-weight: bold;
	font-size: 23px;

}

.faq h3{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

.faq p{
	margin: 0px;
	padding: 0px;
}


.footer{
clear:both;
	margin: 5px;
	text-align:center;
}

.footer img{
	vertical-align: middle;
}


.note{
	border: 3px solid #7A6A53;
	margin: 20px;
	padding: 10px;
	background-image: url(../images/webtreats-paper-pattern-5-brown-small.jpg);
}


.checklist table, .checklist th, .checklist td{
	font-family: "Lucida Console", Monaco, monospace;
	line-height:10px;
	font-size: 12px;
	border:1px solid black;
	border-collapse:collapse;
	padding: 5px;
	background-color: white;
}
