body,html {
background:#DFEECC url(images/bg.gif);
margin:0;
padding:0;
}

body {
min-width:800px;
max-width:1200px;
font:0.8em/1.4em Tahoma, Geneva, sans-serif;
}

a:link {
color:#4298BC;
}

a:visited {
color:#C96;
}

a:hover,a:active {
color:#9F9;
}

#wrap {
background:#1c3f4f url(images/pawprint.gif) no-repeat bottom right;
width:80%;
border:3px solid #00364F;
margin:0 auto;
padding:0;
}

#header {
background:#1c3f4f url(images/photo.gif) no-repeat center right;
height:220px;
margin:0 2em;
padding:0;
}

#header h1 {
color:#55BA55;
font:bold 500% "Courier New", Courier, monospace;
margin:0;
padding:0;
}

#divider {
background:#1c3f4f url(images/collar_bg.gif) repeat-x;
text-align:right;
}

#main {
background:#1c3f4f;
float:left;
width:64%;
border-right:1px dashed #496572;
margin:1em 0;
padding:0;
}

#main h2,#main h3,#main p {
padding:0 20px;
}

#main p {
color:#D2E7B7;
}

#main h2 {
color:#55BA55;
font:bold 200% "Courier New", Courier, monospace;
margin-bottom:0;
}

#main h3 {
color:#55BA55;
font:bold 150% "Courier New", Courier, monospace;
margin-bottom:0;
}

#sidebar {
float:right;
width:34%;
margin:1em 0;
}

#sidebar h3,#sidebar p {
padding:0 10px 0 0;
}

#sidebar p {
color:#D2E7B7;
}

#sidebar h3 {
color:#55BA55;
font:bold 150% "Courier New", Courier, monospace;
margin-bottom:0;
}

.linklist {
	list-style-type:none;
	margin:1em 0 0;
	padding:0;
}

.linklist li {
padding-left:20px;
margin-bottom:10px;
background:url(images/bullet.gif) no-repeat center left;
}

.linklist li a {
text-decoration:none;
}

#footer {
color:#9F9;
border-top:1px dashed #496572;
clear:both;
font-size:0.8em;
text-align:center;
}

#footer p {
margin:0;
padding:5px;
}

#footer a:link {
color:#9cf;
}

#footer a:visited {
color:#C96;
}

#footer a:active,#footer a:hover {
color:#cfc;
}

sup,sub {
color:#9F9;
margin:0;
padding:0;
}

blockquote {
background:#1c3f4f url(images/blockquote_bg.gif) no-repeat top left;
font:1em/1.3em "Courier New", Courier, monospace;
color:#dfeecc;
letter-spacing:.05em;
margin-top:15px;
margin-bottom:15px;
padding:6px;
}

/* The prop/clear hack */
/* This hack takes care of IE's disregard for the min-height property and validates as proper CSS */
/* Used to prop the footer up so the dog paw background image displays in its entirety in the footer area */
/* The .clear div must follow the content after the .prop div for older browsers to handle the .prop div properly */
/* See http://www.greywyvern.com/code/min-height-hack.html for complete discussion of this hack */

.prop {
height:102px;
width:1px;
float:right;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}
