@charset "utf-8";
html {scrollbar-base-color:#08425A;}

body {
	font: 100% Tahoma, Garamond, Arial;
	background-image:url(imgdogs/sunnybg06.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #08425A;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C9E4E4;
	background-image:url(imgdogs/socialisebg.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 7px groove #08425A;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a {
	font-size: medium;
	color: #FF9900;
}

a:visited {
	color: #993399;
	text-decoration: underline;
}
a:hover {
	color: #339900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
a:link {
	color: #660000;
	text-decoration: underline;
}



h1 {
	font-size: large;
	color: #CC6600;
}
.style1 {font-size: small}
h1,h2,h3,h4,h5,h6 {
	font-family: Papyrus, Monotype Corsiva, Tahoma;
}
h2 {
	font-size: medium;
	color: #003333;
}
h3 {
	font-size: medium;
	color: #CCCCCC;
}
.style1 {
	font-size: x-small;
}
.style2 {
	font-size: medium;
	font-weight: bold;
}
.style3 {
	color: #CC6600;
	font-size: large;}
	
body,td,th {
	font-family: Tahoma, Garamond;
	color: #08425A;
}
.style6 {
	font-family: Tahoma, Garamond;
	color: #990000;
}
.style8 {font-family: Helvetica, Arial, sans-serif}
.style9 {color: #19577A}


h1 {
	font-size: medium;
	color: #FF6600;
}

