@charset "UTF-8";
/* COLORS
copy: 555555
link green: 00573D
new link green (paint color): 7AD201
*/
body  {
	font: 12px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	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: #333333;
	line-height:140%;
}
#flashcontent {
	width:100%;
	height:100%;
}
a:link, a:visited {
	color:#58B27A;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
#border {
	padding:8px;
	border:1px solid #FFFFFF;
	width:800px;
	margin: 0 auto;
	margin-top:12px;
	}
#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF;
} 
#header { 
	background: #000000; 
	padding: 0;
	padding: 6px 0 12px 0;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	margin:24px 0 0 0;
	line-height:50%;
}
#mainContent { 
	margin: 0px 160px 0 0;
	padding: 6px 36px 24px 36px;
	border-right:2px solid #666666;
} 
#mainContentHome { 
	margin: 0px 160px 0 0;
	padding: 6px 36px 24px 36px;
	border-right:2px solid #666666;
	/*background:url(../images/background.jpg);
	color:#000000;*/
} 
h1 {
		font-size:20px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-variant:small-caps;
		background:#666;
		color:#FFF;
		padding:2px 0 2px 12px;
}
#footer { 
	padding: 0;
	background:#000000;
	font-size:11px;
	color:#E6E6E6;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#dogpaw {
	text-align:center;
	padding:24px 0 48px 0;
	color:#E6E6E6;
	font-size:11px;
	}
#dogpaw a:link, #dogpaw a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#dogpaw a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}