@charset "UTF-8";
/* colors
Link gold: A49955 (RGB: 164, 153, 85)
*/
body {
	font-size:12px;
	color:#E3E3E3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	line-height:140%;
	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 */
	}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
	}
#header {
	padding: 0;
	background-image:url(../images/banner_bg.gif);
	background-repeat:repeat-x;
	}
#nav {
	float:right;
	}
#mainContent {
	padding: 12px 60px;
	margin:0 auto;
	text-align:center;
	background: #181818;
	border:#3E3E3E 1px solid;
	background:url(../images/mainContent_bg.gif) repeat-y;
	}
#mainContent p {
	text-align:left;
}
#copyContent {
	padding:12px 24px;
	color:#333;
	background-color: #DEDEDE;
	}
#copyContent h1 {
	color:#333;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #999999;
	margin-bottom:24px;
	padding-bottom:3px;
	}
#copyContent h2 {
	color:#333;
	font-size:12px;
	}
a:link, a:visited {
	color: #A49955;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
#copycontact {
	text-align:center;
	padding:6px 0 0 0;
	}
h1 {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom: 1px solid #999999;
	margin-bottom:24px;
	padding-bottom:3px;
	text-align:left;
	}
h2 {
		font-size:12px;
		color:#E3E3E3;
	}
#leftAlign {
		text-align:left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 11px;
	color: #8E8E8E;
	text-align:center;
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
#footer a:link, #footer a:visited {
color:#A49955;
text-decoration:none;
	}
#footer a:hover {
color:#FFFFFF;
	}
#dogpaw {
	font-size: 10px;
	color: #737373;
	}
#dogpaw a:link, #dogpaw a:visited {
	font-size: 10px;
	color: #8E8E8E;
	text-decoration: none;
	}
#dogpaw a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}