/* CONTAINER */

		#container {
			width: 900px;
			margin: auto;
			margin-top: -18px;
			font-family: "Comic Sans MS", cursive;
			font-size: 16px;
			line-height: 1.6em;
			color:#246C24;
			background:  url(images/clip_bottom.gif) no-repeat right top;
		}

/* HEADER ELEMENTS */

		#header {
			width: 900px;
			height: 160px;
			margin: auto;
			padding-top: 10px;
			clear: both;
			background: url(images/clip_top.gif) right bottom no-repeat;
			border-bottom-width: thin;
			border-bottom-style: solid;
			border-bottom-color: #000033;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 65px;
			color:#000033;
			font-size:14px;
			font-family: Arial, Helvetica, sans-serif;
		}

		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 36px;
			color: #CC0000;
			margin-bottom: 30px;
		}
		
		h2 {
			color:#CC0000;
			font-size: 20px;
			padding-top: 40px;
			font-family: "Comic Sans MS", cursive;
		}
		
		h3 {
			color:#CC0000;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

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

		
		form {
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		

/* NAVIGATION ELEMENTS */
	
		 #navigation {
		 	width: 150px;
			float: left;
			}
		 

/* 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: 475px;
			padding-left: 200px;
		}
		
		#content p {
			padding-bottom: 5px;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			width: 200px;
			float:right;
			vertical-align: top;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#000033;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
			text-align:right;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
