body {
	color: #252525;
	background: #968367 url('wp-content/themes/petworld/images/background.gif') repeat-x 0 0;
	font-size:11px; font-family:Verdana;
	margin-top:0px
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px none;
}

.break {
	font-size: 0;
	width: 0; 
	line-height: 130%;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN header **/
#header {
	padding-left: 10px; padding-right: 15px;}
#header .top {
		background: #BD9965;
		width: 100%;
		}
	#header ul {
		list-style-type: none;
		background: #BD9965;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			font-size: 0.9em;
			padding-left: 1px;
			background: url('images/divider.gif') no-repeat 0 center;
		}
			#header ul li.f {
				background: none;
				background: #BD9965;
			}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 6px 15px;
			background: #BD9965;
		}
			#header ul li.f a {
				padding-left: 0;
				background: #BD9965;
			}
			
		#header .logo {
		clear: both;
		float: left;
		padding: 25px 0 20px;
	}
		#header .logo h1 {
			font-size: 2.8em;
			font-family: Georgia, Times New Roman, serif;
		}
			#header .logo h1 a {
				color: #834141;
				font-family: Georgia, Times New Roman, serif;
			}
			#header .logo h1 a:hover {
				text-decoration: none;
			}
		#header .logo p {
			font-weight: bold;
			font-size: 1.1em;
			padding: 2px 0 0 5px;
		}
	#header .ad468x60 {
		float: right;
		padding: 25px 0 20px;
	}
/** END header **/
