@charset "utf-8";
/* CSS Document */

body {
	background: url() repeat;
	margin: 0;
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(images/bk_blue.png) repeat #009;
	height: 160px;
	color: #fff;
	font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 15px;
}

h1 {
	font-size: 50px; 
	margin: 0 auto;
	padding-top: 10px;
	color: #EEDE20;
}

h2 {
	background-color: #006;
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
	color: #fff;
	
}

h3 {
	background-color: #006;
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
	color: #fff;
	font-size: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0;
}

a:link {color: #EEDE20; text-decoration: none;}
a:visited {color: #EEDE20; text-decoration: none;}
a:hover {color: #B8AB0E; text-decoration: none;}
a:active {color: #B8AB0E; text-decoration: none;}

#leftcol {
	width: 300px;
	margin: 20px 0 10px 30px;
	float: left;
	text-align: center;
}

#rightcol {
	width: 535px;
	background: url(images/bk_trans.png) repeat;
	margin: 20px 30px 20px 0px;
	padding: 10px;
	border: #000 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: right;
}

#rightcol a:link {color: #009; text-decoration: underline;}
#rightcol a:visited {color: #009; text-decoration: underline;}
#rightcol a:hover {color: #000; text-decoration: underline;}
#rightcol a:active {color: #000; text-decoration: underline;}

#bigbox {
	width: 780px;
	margin: 15px auto;
	background: url(images/bk_trans.png) repeat;
	border: #000 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

#footer {
	background: url(images/bk_trans.png) repeat;
	color: #000;
	text-align: center;
	margin: 0 auto 15px auto;
	clear: both;
	border: #000 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	font-size: 12px;
}

img.john {
	border: #000 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
	