/* ------------------------------------------
	styles.css
	for Baptist Christian Education
	by Josh Rivers
	---------------------------------------- */

/*
	=== PAGE BASICS ===
*/

body {
	background-color: #1a2b56;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

p {
	text-align: justify;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #aa0000;
}

img {
	border-radius: 15px;
	margin: 15px;
	border: none;
}

.textCenter {
	text-align: center;
}

.center {
	margin: auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.6em;
}

.nospace {
	margin-top: 0px;
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.underline {
	border-bottom: 6px #1a2b56 double;
}

.title {
	font-family: Techno, Impact, sans-serif;
	text-align: center;
	font-size: 3em;
	border-bottom: 10px #1a2b56 double;
	margin-top: 0px;
}

.subtitle {
	font-family: Geneva, "MS Sans Serif", sans-serif;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0px;
}


/*
	=== MAIN CONTENT ===
*/

#header {
	width: 600px;
	margin: auto;
}

#container {
	background-color: #ffeaa4;
	color: #1a2b56;
	width: 800px;
	border-radius: 10px;
	padding: 5px;
	margin: auto;
}

#content {
	margin: 10px auto;
}

#content p {
	margin: 10px;
}

#tabs {
	width: 95%;
	margin: auto;
	font-size:0.8em;
}

/*
	=== FOOTER ===
*/

#footer p{
	text-align: center;
	font-size: 0.6em;
	font-style: italic;
}



