@charset "utf-8";
#nav {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 200px;
	position: relative;
	background-color: #FFF;
	display: inline;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #333;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #333;
}
body {
	background-color: #CC9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
}
#content {
	text-decoration: none;
	position: relative;
	width: 650px;
	text-align: left;
	float: right;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/welly-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 510px;
}
#content p {
	padding-right: 8px;
	padding-left: 8px;
}


#header {
	position: relative;
	height: 100px;
	width: 850px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F39;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
}

#nav a:link, #nav a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-color: #B1B836;
	display: block;
	padding: 5px;
	border: 1px solid #FF5FFF;
	text-decoration: none;
	font-style: normal;
	margin: 5px;
	list-style-type: none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	background-color: #F39;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	margin: 1px;
	text-decoration: none;
}

#nav ul {
	list-style-type: none;
}

#body p {
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 10px;
	text-decoration: none;
}
.h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	display: block;
	border: 1px solid #FF5FFF;
	background-position: right;
	background-color: #F39;
	text-decoration: none;
	padding-left: 5px;
}
.h4 {
	font-size: 18px;
	font-weight: bold;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
.rightimage {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
}

.leftimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#footer {
	background-color: #F39;
	width: 850px;
	height: 10px;
}
#container #content .pink a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#content h2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	color: #333333;
}
img.center {
	display: block;
	margin: auto;
}

