/* CSS Document */

/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(../images/background.jpg);
}


#wrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 780px;
	text-align: left;
}
 
 #banner {
	height: 80px;
	background: url(images/happylogo.jpg) no-repeat center;
}


#leftcol #nav {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#leftcol #nav ul {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	list-style-type: none;
	font-size: 100%;
	border: 1px solid #000000;
}

#leftcol #nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#leftcol #nav ul li a {
	background-color: #336633;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	font-weight: bolder;
}

#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #000066;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bolder;
}

#content {
	font-size: 85%;
	margin: 0px 0px 0px 200px;
}

#content h1 {
	font-size: 130%;
	color: #000000;
	margin: 20px;
	padding: 0px;
	text-align: left;
	text-decoration: underline;
}

#content h2 {
	font-size: 110%;
	color: #000000;
	margin: 10px;
	padding: 0px;
	text-align: center;
	text-decoration: underline;
}

.leftimage {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	float: inherit;
}

.rightimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 1px solid #000000;
	float: inherit;
}

#footer {
	clear: both;
}

#footer p{
	font-size: 85%;
	padding: 3px;
	text-align: center;
}

#leftcol {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.container {
	width: 95%;
	float: right;
}
