@import url('http://fonts.googleapis.com/css?family=Open+Sans');
body {	
	background: #186CBA;
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 8px 0px;
	min-width: 660px;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	text-align: center;
	font-size: 72px;
	text-shadow:
		0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
	margin: 4px 0px -18px;
}
h1 a {
	background-image: url('image/logo.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 80px;
}
h2 {
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 18px;
	margin-bottom: 4px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.6);
}
h1 a:hover, h2 a:hover {
	text-decoration:none;
}
h1 a {
	color: #fff;
}
h2 a {
	color: #15EB6A;
}
h3 {
	width: 650px;
	margin: 24px auto 6px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	font-size: 22px;
}
h4 {
	width: 640px;
	margin: 6px auto 12px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	font-size: 18px;
	letter-spacing: 2px;
}
h4 a {
	color: #b8b8b8;
}
p {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	width: 640px;
	margin: 0px auto;
	font-size: 18px;
	text-align: justify;
}
p img.portrait {
	float: left;
	margin: 6px 12px 24px 0px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
a {
	color: #15EB6A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align:center;
}
#bigimg {
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
/* MagiCole stylesheets created by Quinn Hood. */
