html {
	margin: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px;
}

div#page {
	background-position: right top;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-right-style: solid;
	border-left-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-top-width: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
}

div#header {
	background-image: url(http://www.krosswerdz.com/wp-content/uploads/2009/07/kw-logo-website1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 125px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 1000px;
}

div#header h1 {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	display: inline;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	padding: 0px;
}

div#header h1 a {
	color: black;
	text-decoration: none;
}
a#header_link {
	left: 0px;
	top: 0px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	display: block;
	height: 105px;
	width: 228px;
}

ul#nav {
	text-align: right;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 70px;
	margin-top: 65px;
	padding: 0px;
	height: 40px;
	width: 942px;
}

ul#nav li {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 120px;
	display: block;
	float: right;
}
ul#nav li a {
	font-weight: bold;
	line-height: 40px;
	color: #191919;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	height: 40px;
	width: 120px;
}

div#content {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	width: 980px;
	padding: 0px;
}

div#content_pad {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 20px;
	width: 980px;
}

div#footer {
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 1000px;
}

div#footer {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 50px;
	padding: 0px;
	color: black;
	font-size: x-small;
	text-align: center;
}

div#footer a:link {
	color: black;
	text-decoration: none;
}

div#footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

div#footer a:visited {
	color: black;
	text-decoration: none;
}

monkey {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6px;
  font-weight: normal;
  display: block;
}

.center {
	width: 980px;
	text-align: center;
}

