		#container {
			width: 775px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 12px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #be7d67;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#be7d67;
			text-decoration: none;
		}

		a:hover {
			color:#be7d67;
			background-color: #F5F5F5;
		}

			
/* HEADER ELEMENTS */

		#header {
			border-bottom: 3px solid #cb907b;
			padding-top: 2px;
			margin-bottom: 10px;
		}
		
/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #cb907b;
		}

		#navigation a:link, #navlist a:visited {
			color:#be7d67;
			text-decoration: none;
		}
		
		#navigation a:hover {
	background-color: #F5F5F5;
	color:#be7d67;
	background-repeat: no-repeat;
	background-position: 96% 50%;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 400px;
			margin-left: 175px;
			margin-right: 185px;
		}
		
		#content p {
			padding-bottom: 10px;
			
		}
		.image{
position:relative;
float: right;
padding: 0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
color:#6E312A;
text-align:center;
}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 150px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #cb907b;
		}

/* FOOTER ELEMENTS */

		#footer {
		border-top: 3px solid #cb907b;
			margin-top: 5px;
			clear: both;
			background-color:#FFFFFF;
			padding: 0px 5px 0px 5px;
			font-size: 10px;
		}
		
		#footer p {
			color:#be7d67;
			padding: 2px;
		}
		
		#footer p a {
			color: #fffff;
		}
		
