@charset "utf-8";
/* CSS Document */
/* *{
	margin:0;
	padding:0;
	border:0;
}*/
body{
	font-family:Verdana, Impact,sans-serif;
		background-color:#e1ebf8;
}
h1,h2,h3,h4{
	font-family:Georgia, serif;
}

#wrapper{
	width: 90%;
	margin:5px auto;
	padding:5px 30px;
	border: ridge 10px #efe0e2;
	border-collapse:collapse;
	color:#4e7ca1;
}
#header{
	width:100%;
}
#navigation{
	clear:both;
	padding: 15px 25px;
	margin: 0 -30px;
	list-style-type:none;
	background-color:#475164;
	color:#f3f9f1;
}
.primarynav{
	display:inline-table;
	padding:2px 10px;
	text-align:center;
}
.primarynav a{
	text-decoration:none;
	color:#f3f9f1;
	font-weight:bold;
	padding:4px;
}
.primarynav a:hover{
	text-decoration:underline;
	background-color:#5B5B5B;
}
.current{
	border-bottom:solid 3px white;

	
}
#footer{
	width:100%;
	color:#bb7a8c;
}
h2, h4{
	color:#bb7a8c;
}

body{
	font-family:Verdana, sans-serif;
}
h1,h2,h3,h4{
	font-family:Georgia, serif;
}

/*style a few links */
.box a{
	color:#bb7a8c;
	text-decoration:none;
}
.box a:hover{
	text-decoration:underline;
}

/* position the content */
.wrapper{
	margin:0 auto;
	padding:0 100px;
}

/* style the header and footer */
#footer, #header{
	float:left;
	clear:both;
	padding: 10px;
	text-align:center;
	width:100%;
}

/* create the floating boxes */
.box {
   float: left;
   margin: 10px;
   padding: 10px;
   width: 285px;
   height: 615px;
   border: 1px solid #bb7abc;
} 
/* style the box content */ 
.box img{
	width: 280px; /* alternatively set the image width in your HTML */
}
.box h3, .box p{
	text-align:center;
}