/*

	sNews 1.5 Deep Tropical Fish by tim@soilmedia.com for AJ Knight
	
	
*/



#mastleft {

/*border: 1px solid red;*/
width: 100%;
margin-bottom: 7px;


	
	
}


#mastright{
	
	float: right;
	/*border: 1px solid red;*/
	
}

body {
	font-family: "Georgia", Times, serif;
	line-height: 1.3em;
	font-size: 77%; /* 70% = 11px approx - set to 11px if you want to stop IE6 users resizing text */
	color: #FFFFFF;
	background-color: #60C3DA;
	margin:  0;
	padding: 0;
	text-align: center;
	/*background-image: url(images/p7exp_pbg.jpg);
	background-repeat: repeat-x;*/
}




		#container {
			width: 900px;
			/*border: 1px solid red;*/
			background-color: #60C3DA;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 50px 0px 0px 0px; 
			text-align: left;
			
		
		}
		
		
		
				
		#sosumi {
			width: 900px;
			/*border: 1px solid red;*/
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px 0px 0px 0px; 
			text-align: center;
			
		
		}
		#containerinner {
			width: 900px;
			/*border: 1px solid red;*/
			background-color: #205F73;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 0px;
			background-image: url(images/div_bottom.jpg);
			/*background-repeat: no-repeat;
			background-position:0px 150px;*/
			background-position:bottom;
			background-repeat:no-repeat;
			
		
		}

		#banner {
			padding: 0px 0px 0px 0px;
			margin-bottom: 5px;
			background-color: #60C3DA;
			
		}


		
				
		#contentright {
			float: right;
			width: 691px;
			padding: 8px;
			/*border: solid red 1px;*/
		    background-image: url(images/strip.jpg);
			background-repeat: repeat-y;
			background-position:bottom left;
			
			
			
		}
			
		/* target IE7 only hack */
		
		html>body #contentright { 
		     *width: 691px;
		}


		#footer {
			clear: both;
			padding: 0px 0px 25px 13px;
			background: transparent;
			color: #FFFFFF;
			text-align: center;
			/*border: solid red 1px;*/
			
			
		}
			
			
			
			#sidebar-a {
				float: left;
				width: 180px;
				margin: 0px 0px 0px -18px;
				margin-right: 0;
				padding: 0px 0px 0px 7px ;
				clear: all;
				/*border: solid red 1px;*/

			}

			/* target IE7 only hack */

			html>body #sidebar-a { 
			     *margin: 0px 0px 0px -35px;
			}

			
		
		
		
		
		#mainmenu  {
			list-style: none;
			width: 180px;
			/*border: solid red 1px;*/
			padding-left: 9px;
			clear: all;
			}
			
	
				
				
				
	a, a:link, a:visited {
				font-size: 1.1em;
				color:#FFFFFF;
				text-decoration: none;
				}
				
				
	    a:hover {
				
				color: #60C3DA; 
				text-decoration: none;
				
				}	
				
		
		.active {
                        font-size: 1.3em;
						color: #205F73; 
						

						}


				
				
				
	    ul {
					
					margin: 0px;


				}
				
				
		li {
			line-height: 2.1em;
			margin: 0px;
			/*border: solid red 1px;*/
			border-bottom: 7px solid #60C3DA;
			padding: 1px 0px 1px 16px;
			
			
			
			
		}
		
		

	
	#copytext {
			float: left;
			width: 180px;
			/*border: solid red 1px;*/
			
}



		#imagepane {
			
			/*border: solid red 1px;*/
			float: right;
			
}


/* hax that target IE6 ver 6.0.2600 ONLY! why?? */

*html #sidebar-a {   

				width: 170px;
				margin: 0px 0px 0px -18px;
				/*border: solid red 1px;*/
				
			}

*html #mainmenu  {       
				
				width: 170px; 
				/*border: solid red 1px;*/
				
				}
/* IE6 duh hack! to inset the menu items correctly - IMPORTANT! */	
	
		*html li {          /* important - this maintains unbroken layout width for IE6.0.2600 and IE 6.0.2800 */
			margin-left: 16px;
			width: 156px;  /* width here controls overall left menu width for IE6 purpose only */
			/*border: solid red 1px;*/
			}
			
	


