/* CSS Document #33ff33-green; #990000-dark red; #3333CC-royal blue; #000099-dark blue; #EC008C-magenta*/

body
	{background:url(dog_pictures/body_bg.gif) repeat-y center #cccccc;
	font:13px Verdana, Arial, Helvetica, sans-serif normal;
	text-align:left;
	}

img
	{margin:5px;}

#header
	{background:url(dog_pictures/header_dogs.jpg) no-repeat top center;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-400px;	
	height:170px;
	width:800px;}

h4
	{
	font-size:13px;
	font-weight:bold;
		}

h5,h6
	{margin-left:10px;}

#header ul
	{position:absolute;
	top:117px;
	line-height:normal;}
	
#header li
	{display:inline;
	list-style-type:none;
	font-size:18px;
	padding-left:30px;}

#main
	{position:absolute;
	top:170px;
	left:50%;
	margin-left:-400px;
	width:800px;}

#main p
	{line-height:16px;}

#middlebar
	{position:absolute;
	top:20px;
	left:140px;
	width:640px;}

.tableimage
	{
	background:url(dog_pictures/grass-flat.gif) no-repeat transparent;
	}
	
#sidebar
	{position:absolute;
	top:20px;
	left:0px;
	width:130px;
	color:#000000;}

#sidebar ul
	{list-style:none;
	line-height:19px;}
	
#sidebar li
	{background:url(dog_pictures/paw.jpg) no-repeat top left transparent;
	padding-left:20px;
	margin-left:10px;}

#sidebar .paw2 li
	{background:url(dog_pictures/paw2.jpg) no-repeat top left transparent;
	padding-left:20px;
	margin-left:10px;}

#sidebar li img
	{vertical-align:middle;
	padding-right:10px;
	border:0;}


h1
	{color:#3333ff;
	font-size:12px;
	}

h2
	{color:#000000;
	background:url(dog_pictures/h.jpg) no-repeat transparent;
	height:50px;
	margin:10px 0 -10px 30px;
	padding:15px 0 0 30px;}

a
	{color:#3333ff;
	text-decoration:none;
	font-weight:bold;
	}

a:hover
	{color:#000099;}


.footer
	{color:#121212;
	width:800px;
	position:absolute;
	padding:2px;
	text-align:center;
	}
	
.blue_title 	{
	color:#0033CC;
	font-size:16px;
	font-weight:bold;
	font-style:italic;}
	
.red_highlight 	{
	color:#FF0000;
	font-weight:bold;
	}
	
.small
		{font-size:9px;
		font-style:italic;}