/* GENERAL STYLE FEATURES */

html {
	margin: 0;
	padding: 0;

}

body {
	background-color: #fff;
	color: #000;
	font-family: Tahoma, serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}


a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
}

a img {
	border: 0;
}

img.floatleft {
	float: left;
    margin: 5px;
}

img.floatright {
	float: right;
    margin: 5px;
}

hr { 
	border: none; 
	background-color: #000; 
	color: #000; 
	height: 1px;
	width: 95%; 
}
  
hr.hidden {
      clear: both;
      height: 1px;
      margin: -1px 0 0 0; 
      padding: 0;
      border: none;
      visibility: hidden;
      width: 1px;
} 

p {
	padding-left: 15px;
	padding-right: 15px;
}
  
/* HEADER SECTION */

#header_banner {
	background-color: #000;     
	width: 900px;  
}

  	#header_image {
  	  	border: 1px #000 solid;
  		border-bottom: 0;  	
  		float: right;
  		width: 600px;  	
  	}

  	#header_text{  
  	 	background: #333 url("http://www.oocities.com/whoa_there_pickle/images/title_tryfan.jpg") 0% 0% no-repeat;
  	 	border: 1px #000 solid; 
   		border-bottom: 0;
   		border-right: 0; 	
   		float: left;
   		height: 175px;
  	 	margin: 0px;
  	 	padding: 0px;
  		width: 297px;   	
  	}

  	  	#header_text_box{  
  	 	  	color: #fff;	
  	 	  	font-size: 150%;
  	 	  	font-weight: bold;
   		  	margin-top: 15px;
  		  	padding: 0px;   
  		  	text-align: center;	
  	  	}
/* DATE SECTION */

#date_banner { 	    
		background-color: #000; 
	 	border-bottom: 1px #fff solid;	
 		border-left: 0; 
 		border-right: 0;
 		border-top: 1px #000 solid;  	
	        color: #fff;
                float: left;
                padding-bottom: 2px;
                padding-top: 2px;
		width: 900px;   
}

/* CONTAINER SECTION */

#container {
	background-color: #003399;
	margin: 0px auto;
	position: relative;
	width: 900px;
}
	 
	#content_banner {
		background-color: #003399; 
		border: 1px #000 solid;  
	 	border-top: 0;    
		width: 898px;  
	}

		.content_title {
		    font-size: 30px;
		    padding: 0;
		    padding-bottom: 10px;
		    padding-left: 10px;
		    padding-top: 15px;
		    text-align: left;
		}

		#content_text{ 
		 	color: #fff; 
		 	float: left;
		        padding-bottom: 15px;
		        padding-top: 15px;
		 	text-align: left;
			width: 570px;			
		}

			.content_text_title{  
			 	font-size: 16px;
			 	font-weight: bold;			
			}

		#content_menu {
			border: 0;
			float: right;
			font-size: 14px;
			width: 297px;
		}

/* MENU SECTION */
			
#menu {
	border-left: 1px #000 solid;  
	float: right;
	width: 297px;
}

.menutopcat { 
	background: #333 url(http://www.oocities.com/whoa_there_pickle/images/side_1.jpg) 0% 0% no-repeat;
	border-bottom: 0;
	border-top: 0;
	height: 75px;
	width: 297px;
}

.menucat {
        background: #000;
	border-top: 1px #fff solid;
	color: #fff;	
	padding: 6px 6px 6px 6px;
	text-align: center;
	width: 285px;
}

.menubottomcat {
        background: #000;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;	
	color: #fff;	
	padding: 6px 6px 6px 6px;
	text-align: center;
	width: 285px;
}

.menucat a:link, .menucat a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menucat a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


.menucat a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


.menubottomcat a:link, .menubottomcat a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menubottomcat a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


.menubottomcat a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* FOOTER SECTION */

#footer_banner {
	background-color: #000;   
	border: 0;
        height: 35px;
	width: 900px;  
}

#contact_banner { 	   
	border: 0;
	border-top: 1px solid #fff;  
	color: #fff;	
        float: left;
		padding-top: 8px;
		padding-bottom: 8px;
	width: 900px;  
}

	#footer_banner a:link, #footer_banner a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	#footer_banner a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}


	#footer_banner a:active {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}