body {

	background: #0C2D52;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;

}

/* General Definitions */

a, a:link, a:active, a:visited{

	color: #333;

}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

	color: #333;
	margin: 0 0 .2em 0;

}

h1{	font-size: 2.2em; color: #2a5446;}

h2{ font-size: 1.8em; color: #2a5446;}

h3{ font-size: 1em; padding:15px;}

h4{ font-size: 1.4em; }

p{ margin: 0 0 .8em 0; }

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#header {

	height: 330px;
	background: url('images/header.jpg') top left no-repeat;
	padding: 20px 0 0 20px;
	border-left:#9BB39A solid 3px;
	border-right:#9BB39A solid 3px;
	border-bottom:#9BB39A solid 9px;

}

#content {

	clear: both;
	background: #d9ebff;
	border-left:#9BB39A solid 3px;
	border-right:#9BB39A solid 3px;
	border-bottom:#9BB39A solid 9px;

}

#content .container {

	font-size: 1em;
	padding: 1em;
	font-style:italic;
	color: #555;

}

strong{

	font-weight: bold;
	color: #333;

}

#footer {

	background: #888;

}

#bottomNav{

	clear: both;
	
}

#bottomNav a{

	font-size: .8em;

}

#copyright{

	color: #fff;
	background: #333;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

.ads {
	height:90px;
	margin:10px 0;
}



/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* More */

