/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d0d291 url('images/logoheader.png') top center no-repeat;
	color: #333;
	text-align: center;
	}
	
#container {
	margin: 206px auto 0 auto;
	width: 938px;
	padding: 1px;
	border: #000 3px solid;
	background-color: #fff;
	}
	
#innercontent {
	width: 904px;
	padding: 15px;
	margin: 1px;
	border: #000 1px solid;
	text-align: left;
	background-image: url(images/Main_Frame.png);
	background-repeat: no-repeat;
	}
	
#content {
	width: 640px;
	float: right;
	}
	
#sidebar {
	width: 220px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 23px;
	}

#clear {
	clear: both;
	}
	
#footer {
	margin: 10px auto 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-transform: uppercase;
	}
	



/*-------- TYPOGRAPHY --------*/

#content h2 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 12px;
	}
	
#content h3 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 12px;
	margin-top: 12px;
	}
	
#content p {
	font-size: 1.2em;
	margin-bottom: 11px;
	}

#content li {
	margin-left: 30px;
	font-size: 1.2em;
	}
	
#content a:link, #content a:visited {
	color: #91970C;
	text-decoration: none;
	}
	
#content a:hover {
	color: #666;
	text-decoration: none;
	}
	
#sidebar ul {
	list-style-type: none;
	}
	
#sidebar li {
	margin-bottom: 10px;
	}
	
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #333;
	}
	
#sidebar a:hover {
	text-decoration: none;
	color: #000;
	}
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

