/* --------------------------------------------------
CSS Document for da Undaground
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 850px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.5em;
			color: #2B4865;
			
		}

/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #336699;
			margin-bottom: 30px;
		}
		
		h2 {
			color: #00528C;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			
			padding-left: 10px;
		}
		
		h3 {
			color: #1E558D;
			font-size: 17px;
			font-family: sans-serif;
			padding-top: 10px;
			padding-bottom: 10px;
  		}
		
		h4 {
			color: #A30000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			
			padding-left: 20px;
			line-height: 1.5em;
		}
		
		h5 {
			color: #2B4865;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			
			line-height: 1.5em;
		}

		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 1px solid #CFCFCF;
			padding-top: 10px;
			clear: both;
			margin-bottom: 5px;
		}                      	

/* the slogan */
		#header p { 
			margin-top: -30px;
			margin-left: 50px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 150px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 150px;
			border-bottom: 1px solid #CFCFCF;
		}

		#navigation a:link, #navlist a:visited {
			color:#770303;
			text-decoration: underline;
		}
		
		#navigation a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #f7f7f7;
			color: #770303;
		}
		
		#banban a {
			padding: 5px;
			width: 150px;
			border-bottom: 1px dotted #CFCFCF;
			border-top: 1px dotted #CFCFCF;
		}
		
		#banban a:link {
			color: #2B4865; 
			text-decoration: underline;
		}
		
		#banban a:hover {
			background: none;
			
			color: #D85E5E;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation table {
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0px;
			border-bottom: 0px dotted #CCC;
			border-top: 0px dotted #CCC;
			width: 165px;
			background-color: #f7f7f7;
		}
		
		#navigation strong {
			color: #C00;
			font-size: 12px;							
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 462px;
			margin-left: 180px;
			margin-right: 200px;
			text-align: left;
			
		}
		
		#content p {
			padding-top: 10px;
			border-top: 1px dotted #DDDDDD;
			align: left;
		}
		
         	#content a {
			color:#770303;
			text-decoration: underline;
		}

		#content a:hover {
			color:#D85E5E;
			border-bottom: 0px solid #FF0000;
		}

		#content table {
			padding-left: 10px;
		} 

                #content b {
			color: #C00;
			font-size: 12px;							
		} 

		#itab table {
			background-color: #F7F7F7;

		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.2em;
			color: #770303;
			
		}
		
		#sidebar p {
			color: #336699;
			margin-top: -10px;
			padding-bottom: 10px;
			border-bottom: 1px dotted #aaaaaa;
			line-height: 1.3em;

		}
		
		#sidebar p a {
			color:#770303;
			text-decoration: underline;
		}

		#sidebar p a:hover {
			color:#D85E5E;
			border-bottom: 0px solid #D85E5E;
		}

		
		#sidebar h2 a {
			color:#770303;
			text-decoration: underline;
		}

		#sidebar h2 a:hover {
			color:#D85E5E;
			border-bottom: 0px solid #D85E5E;
		}
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#F0F0F0;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#770303;
			padding: 5px;
			text-decoration: none;
		}
		
		#footer p a {
			color: #770303;
			border-bottom: 0px solid #770303;
			text-decoration: underline;
		}
		
		#footer p a:hover {
			color: #D85E5E;
			border-bottom: 0px solid #D85E5E;
			text-decoration: underline;
		}


/* links ELEMENTS */
		#linko {
			margin-top: 20px;
			clear: both;
			
			padding: 0px 5px 0px 5px;
		}
		
		#linko p {
			color: #336699;
			margin-top: -10px;
			padding-bottom: 10px;
			
		}
				
		#linko a {
			color: #336699;
			border-bottom: 0px solid #770303;
			text-decoration: underline;
		}
		
		#linko a:hover {
			color: #D85E5E;
			border-bottom: 0px solid #D85E5E;
			text-decoration: underline;
		}
		
/* BOTTOMA */

		#bottoma {
			margin-top: 20px;
			clear: both;
			padding: 0px 0px 0px 0px;
		}
		
		#bottoma p {
			color:#770303;
			padding: 0px;
		}
		
		#bottoma p a {
			color: #336699;
			border-bottom: 0px solid #770303;
		}
		
		#bottoma p a:hover {
			color: #D85E5E;
			border-bottom: 0px solid #D85E5E;
		}

		img {
			border: solid 0px black;
		}	

		.under{
			vertical-align:super;
			color:#FF0000;
			font-size: 9px;
		}

