body,html {
background:#DFEECC url(images/bg.gif);
margin:0;
padding:0;
}

body {
font:0.8em/1.4em Tahoma, Geneva, sans-serif;
}



#wrap {
background:#1c3f4f url(images/pawprint.gif) no-repeat bottom left;
width:80%;
border:3px solid #00364F;
margin:0 auto;
padding:0;
}


#header1 {
	background:#1c3f4f;
	height:180px;
	margin:0 2em;
	padding:0;
	border-bottom: 1px dashed #496572;
}

#header1 h1 {
color:#55BA55;
font:bold 500% "Courier New", Courier, monospace;
margin:0;
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:center;
}


#main1 {
	background:#1c3f4f;
	float:right;
	width:75%;
	border-right:1px dashed #496572;
	padding:0;
}

#main1 h2,#main h3,#main p {
padding:0 10px;
}

#main1 p {
color:#D2E7B7;
}

#main1 h2 {
color:#55BA55;
font:bold 200% "Courier New", Courier, monospace;
margin-bottom:0;
}

#main1 h3 {
color:#55BA55;
font:bold 150% "Courier New", Courier, monospace;
margin-bottom:0;

}

#main1 h4 {
color:#55BA55;
font:bold 120% "Courier New", Courier, monospace;
margin-bottom:0;

}

#sidebar1 {
	float:left;
	width:20%;
	height: auto;
}

#sidebar1 h3,#sidebar p {
padding:0 10px 0 0;
}

#sidebar1 p {
color:#D2E7B7;
}

#sidebar1 h3 {
	color:#55BA55;
	font:bold 150% "Courier New", Courier, monospace;
	margin-bottom:0;
	margin-left: 15px;
}
#foto{
	float: left;
	width:20%;
}


#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;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
a:link {
	color: #76B0D5;
	text-decoration: none;
	}
	
a:visited {
	color: #7B878F;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}


#menu2 {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	text-align: center;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(images/menu2.png);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(images/menu2.png) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(images/menu2.png) 0 -64px;
	padding: 8px 0 0 10px;
	}	
