/**************************************************/
/*           Style sheet for australianbulldogs.com/index.html               */
/**************************************************/
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body 		{
				background: #79AEFF ;
					margin: 0;
						padding: 0;
			}

#wrapper 	{
				margin: 0 auto;
					width: 800px;
						padding: 0;
							text-align: left;
			}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top 		{
				background: url(images/bgtop2.png) top center no-repeat;
					width: 800px;
						height: 78px;   
			}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content 	{
				background: url(images/bgmiddle.png) center repeat-y; 
					width: 760px;
						height: 100%;
							padding: 0px 20px 100px 20px;
			}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header 	{
				background: url(images/header3.png) top center no-repeat; 
					width: 760px;
						height: 166px;
							margin: 0px 0px 10px 0px;
			}
/*                    Menu                   */


#menu li a 	{
				height: 35px;
/*voice-family: "\"}\""; 
voice-family: inherit;
height: 15px;*/
					text-decoration: none;
						text-align: left;
			}	
	
#menu li a:link, #menu li a:visited 
			{
				color: navy; 
					display: block;
						background:  url(images/off1.png);  
							padding: 5px 0 0 5px;
								height: 15px;
									text-align: left;
			}
	
#menu li a:hover 
			{
				color: #FF0000; 
					background:  url(images/on1.png);  
						padding: 5px 0 0 5px;
							height: 15px;
								text-align: left;
			}	

ul 			{
				list-style: none;
					margin: 0;
						padding: 0;
							text-align: left;
			}

#stuff 		{
				width: 760px;  
					margin: 0px 5px 0px 5px;
						text-align: center;  
			}

img 		{
				border: none;
			} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom 	{
				background: url(images/bgbottom.png) bottom center no-repeat; 
					width: 800px;
						height: 78px;
			}

p			{
				font-family: 'Bookman Old Style', serif;font-weight:bold;
					font-size:95%;
						color:black;
							padding:0px 10px 0px 0px;
			}
			
			
a 			{	
				font-family: /*'Bookman Old Style'*/"Palatino Linotype", serif;font-weight:bold;
					font-size:85%;
						color:navy;
			}
			
a:link,a:visited
			{
				color:black;
					background-color:lime; 
 			}				 
a:focus, a:hover 
			{
				color:red;
					background-color:#ececec; 
			}
a:active 
			{
				color:maroon;
					background-color:#ececec;
			}
img.female	{
				float:right;
					margin:auto;
			} 			
			
.highlight	{
				font-family: 'Bookman Old Style', serif;font-weight:bold;
					font-size:110%;
						color:blue;			 
			}
.highlight2	{
				font-family: 'Bookman Old Style', serif;font-weight:bold;
					font-size:90%;
						color:red;		 
			}
.highlight3	{
				font-family: 'Bookman Old Style', serif;
					font-weight:bold;
						font-size:110%;
							color:red;		 
			}
.highlight4	{
				font-family: 'Bookman Old Style', serif;
					font-weight:bold;
						font-weight:bold;
							font-size:140%;
								color:red;		 
			}			
			
#addstuff 	{
				height: 60px;
			}			
			
.hidden		{
				color:#ceedff;		 
			}			
			
.change		{
				color:red;		 
			}			

			
/* Fading Tooltips By Dustin Diaz*/

body div#toolTip 
			{ 
				position:absolute;
					z-index:1000;
						width:300px;
							background:#ffff00;
								border:2px double #000080;
									text-align:left;
										padding:5px; 
			}
body div#toolTip p 
			{ 
				margin:0;
					padding:0;
						color:#000;
							font:13px/14px verdana,arial,sans-serif;font-weight:bold; 
			}
body div#toolTip p em 
			{ 
				display:block;
					margin-top:3px;
						color:#f60;
							font-style:normal;
								font-weight:bold; 
			}
body div#toolTip p em span 
			{ 
				font-weight:bold;
					color:#000; 
			}		
			
form 		{
				float:right;
			}			
			
						
