﻿/* ==== HTML Rules ==== */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #9c542c url('http://www.designerdogchecks.com/images/bg.gif');
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
}
hr {
	background-color: #ffffff;
	color: #372a22;
	height: 1px;
	width: 100%;
}
img {
	border: none;
}
h1 {
	color: #000000;
	background-color: #E6CDB5;
	font: bold 16px Georgia, Georgia, serif;
	text-align: center;
	letter-spacing: 2px;
	padding: 3px;
	margin: 0 0 10px 0;
}
h2 {
	color: #000000;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: center;
	background-color: #a48a72;
	border-bottom: solid #372a22 2px;
	padding: 3;
	margin: 0 0 5px 0;
}
a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #9c542c;
	text-decoration: none;
	font-weight: bold;
}
/* ==== LAYOUT ID Rules ==== */
#wrapper {
	background: #ffffff url('http://www.designerdogchecks.com/images/bg-2.gif');
	background-repeat: repeat-y;
	text-align: left;
	width: 900px;
	border: 2px solid #000000;
	margin: 0 auto;
}
#header {
	padding: 0px;
	text-align: right;
	height: 200px;
	background-color: #372a22;
	background-image: url('http://www.designerdogchecks.com/images/logo-2.jpg');
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 5px solid #000000;
}
#header p {
	margin: 0;
	padding: 20px 210px 5px 575px;
}
/* ==== 3 COLUMNS ==== */
#sidebarleft {
	float: left;
	font-size: 85%;
	width: 180px;
	padding: 5px;
}
#contentcenter {
	float: left;
	width: 510px;
	padding: 5px;
}
#sidebarright {
	float: right;
	font-size: 85%;
	width: 180px;
	padding: 5px;
}
/* MENU BUTTONS */
.buttonscontainer {
	width: 175px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-top: 3px;
}
.buttons a {
	color: #ffffff;
	background-color: #372a22;
	padding: 3px;
	padding-left: 3px;
	display: block;
	border-left: 8px solid #a48a72;
	border-bottom: 1px solid #685849;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
}
.buttons a:hover {
	border-left: 8px solid #9c542c;
	text-decoration: none;
	color: #ffffff;
}
/* ==== FOOTER ==== */
#footer {
	font-size: 80%;
	text-align: center;
	clear: both;
	border-top: 5px solid #000000;
	background-color: #372a22;
	padding: 5px;
	height: 1%;
}
#footer p {
	padding: 4px 0;
	margin: 0;
}
/* ==== CLASS Rules ==== */
.center {
	text-align: center;
}

