body { 
	text-align: center;
}

/* CONTAINER */

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: Verdana; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			/*line-height: 1.5em;*/
			color: #666;
			background-color: #FFF;
			position:relative;
		}

/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Verdana;
			font-weight: normal;
			font-size: 32px;
			color: #003366;
			margin: 0 0 5px 0;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Verdana;
			background-color: #fff;
		}
		
		a {
			color:#003366;
			text-decoration: none;
		}

		a:hover {
			color:#003366;
			background-color: #F5F5F5;
		}
		
		form {
			margin: 0;
			padding: 5px 0 5px 0;
		}
		
		input {
			background-color: #FFF;
			color: #000;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 2px;
		}
		
		select {
			background-color: #FFF;
			color: #000;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 2px;
			margin-bottom: 2px;
			width: 130px;
		}
		
		textarea {
			background-color: #FFF;
			color: #000;
			border: 1px solid #CCC;
			font-size: 11px;
			font-family: verdana;
		}
		
		fieldset {
			border: 1px solid #CCC;
			width: 560px;
			padding: 15px 10px 15px 10px;
			margin: 10px 0 10px 0;
		}

/* HEADER ELEMENTS */

		#header {
			background: transparent no-repeat url(../image/logo.jpg);
			height: 60px;
			border-bottom: 4px solid #666;
			clear: both;
			margin-bottom: 5px;
		}

		/* the slogan */
		#header p {
			margin-top: 0;
			margin-left: 180px;
			color: #999999;
			font-size: 11px;
		}
    
/* NAVIGATION ELEMENTS */
		
		#navigation {
			float: left;
			text-align: left;
		}
		
		#navigation ul {
			margin-top: 0;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			width: 120px;
			text-align: left;
		}

		#navigation h2 {
			margin: 15px 0 2px 0;
		}
		
		#navigation p {
			font-size: 11px;
			margin: 0;
		}
		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#003366;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000;
			background-color: #F5F5F5;
			color:#003366;
		}
    
/* CONTENT ELEMENTS */

		#content {
			width: 560px;
			margin: 0 0 0 180px;
			text-align: center;
		}
		
		#content h2 {
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			text-align: center;
			background-color: #eee;
		}
		
		#content p {
			margin: 0;
			font-size: 11px;
			line-height: 1.5em;
		}
		
		#content ul {
			margin-top: 0;
			padding-top: 10px;
		}
		
		#content li {
			text-align: left;
			padding-bottom: 5px;
			line-height: 1.5em;
		}
    
/* FOOTER ELEMENTS */

		#footer {
			margin: 0;
			padding: 0;
			clear: both;
			background-color: #eee;
		}
		
		#footer p {
			color:#89817f;
			padding-bottom: 2px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}

		#headertitle
		{
			position:absolute;
			bottom:0px;
		}