/* *** css by Monkey Design House *** */

/* 
   $Id: screen.css 15408 2006-12-08 02:05:13Z ckdake $
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: "Comic Sans MS";
	  font-size: 12pt;
	  color:#000000;
	  margin-left: 0px;
	  margin-right: 0px;
background: #338FCE url(http://www.???) no-repeat center top;
	}
	
.toptd {

}

.bottomtd {
}
h3 {
background: white;
text-align: center;
}	
h1 {
	font-family: "Comic Sans MS";
text-align: center;
background-color: white;
}
TD, P 
	{ 
	  font-family:  "Comic Sans MS";
	  font-size: 10pt; 
	}


/* ----------container to center the layout-------------- */
#container {
width: 90%;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
color: white;
text-align: right;
padding: 0px;
margin: 0px;
height: 123px;
background: #ff6600 url(http://www.squirtywirty.co.uk/header.jpg) no-repeat right top;
}

#banner h2 {
padding-top: 90px;
padding-right: 245px;
}

#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
padding: 10px;
margin-right: 0px;
margin-top: 0px;
background: #ffffff url(images/whitetrans.gif);
vertical-align: top;
}
div#content { 
vertical-align: top;
}
#gallerycontent {
padding: 0px;
margin-right: 0px;
margin-top: 10px;
background: url(images/whitetrans.gif);
vertical-align: top;
}

p, pre{
margin:0px;
}

/* --------------left navi------------- */
#left {

float: left;
width: 200px;
margin: 0px;
padding: 0px;
	margin-top: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }


/*---------------- mymenu ---------------------------*/
#mymenu {
	width: 200px;
	border: 1px solid #ccc;
	margin: 0px;
	}
#mymenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}	
#mymenu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#mymenu li a:link, #mymenu li a:visited {
	color: #ff0000;
	display: block;
	background: #FCF101;
border: 1px dotted #ff0000;
	padding: 8px 0 0 20px;
	}
	
#mymenu li a:hover, #mymenu li a:active {
	color: white;
	background: #ff6600;
border: 2px solid #ff0000;
	padding: 8px 0 0 30px;
	}

/*---tabs-----*/
#tabs {      float:left;      width:100%;      background:#BBD9EE;      font-size:93%;      line-height:normal;      }
    #tabs ul {	  margin:0;	  padding:10px 10px 0 10px;	  list-style:none;      }
    #tabs li {      display:inline;      margin:0;      padding:0;      }
    #tabs a {      float:left;      background:url("http://www.squirtywirty.co.uk/tableft.gif") no-repeat left top;      margin:0;      padding:0 0 0 4px;      text-decoration:none;      }
    #tabs a span {      float:left;      display:block;      background:url("http://www.squirtywirty.co.uk/tabright.gif") no-repeat right top;      padding:5px 15px 4px 6px;      color:#666;      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/    
#tabs a span {float:none;}
    /* End IE5-Mac hack */ 
   #tabs a:hover span {      color:#FF9834;      }
    #tabs a:hover {      background-position:0% -42px;      }
    #tabs a:hover span {      background-position:100% -42px;      }

