* {
	margin: 5px;
	padding: 5px;
}

body {
	color: black;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}

a {
	color: black;
}

a:hover {
	color: black;
}

#wrap {
margin: 0px auto;
width: 800px;
}


#header {
height: 100px;
}

#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 20px 0 0 0px;
}

#header h1 a { 
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}

#header h1 a:hover {
}

#header h2 {
font-size: 19px;
padding: 10px 0 0 12px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
display: none;
height: 40px;
line-height: 40px;
}

#menu ul {
display: none;
list-style-type: none;
padding-left: 40px;
}

#menu ul li {
display: none;
float: left;
}

#menu ul li a {
display: none;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
}

#menu ul li a:hover {
display: none;
text-decoration: none;
}

#content {
padding: 10px;
}

.left {
float: left;
width: 100%;
text-align: justify;
padding: 10px;
font-size: 14px;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.left h2 a {
text-decoration: none;
}

.left h2 a:hover {
text-decoration: underline;
}

.right {
display: none;
float: right;
width: 180px;
padding: 10px;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.right h2 {
display: none;
height: 24px;
line-height: 24px;
font-size: 17px;
padding-left: 10px;
}

.right ul {
display: none;
padding: 10px 0 15px 30px;
list-style-type: square;
}

.right ul li a {
display: none;
font-weight: 100;
font-size: 12px;
}

.right ul li a:hover {
display: none;
}

#bottom {
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}

#language {
display: none;
text-align: center;
font-size: 10px;
}

#dog_silhouette {
float: right;
margin-top: 0px;
margin-right: 50px;
padding: 0 0 0 0;
}