html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #343446;
  color: #2c2d2e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.6em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000000;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.4em;
}
h2 {
  color: #000000;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.3em;
}
h3 {
  color: #777890;
  font-size: 1.4em;
}
h4 {
  color: #5C5C54;
  padding-top: 4px;
}
a,  a:link {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #6699FF;
  text-decoration: underline;
}
a:focus {
  color: #FF6600;
}
a:active {
  color: #FF6600;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
  background: #FFFFFF url(../images/wrapper_bg.gif) repeat-y left top;
}

/*HEADER*/
#outerWrapper #header {
	border-bottom: solid 1px #767a7f;
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 10px 20px;
	margin: 0;
	background: #9ea3aa url(../images/header_photo_1.jpg) no-repeat center top;
}
#outerWrapper #header h1 {
  color: #000000;
  font-size: 3em;
  margin: -3px 0 0 0; 
  padding: 0; 
  line-height: 0;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #06F;
  display: block;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #06F;
}
#outerWrapper #header a:hover {
  color: #F30;
  text-decoration: none;
}

/*LEFT COLUMN*/
#outerWrapper #contentWrapper #leftColumn {
  float: left;
  padding: 20px 20px 20px 20px;
  width: 160px;
}

/*CONTENT*/
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 200px;
	padding: 20px 18px 20px 18px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

/*FOOTER*/
#outerWrapper #footer {
  background-color: #CCCCCC;
  border-top: solid 1px #9ea3aa;
  color: #333333;
  font-size: .9em;
  text-align: center;
  padding: 20px 0;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #57999F;
}
#outerWrapper #footer a:visited {
  color: #57999F;
}
#outerWrapper #footer a:hover {
  color: #FF6600;
}
#outerWrapper #footer p {
	margin: 0;
	padding: 0;
}

/*CUSTOM RULES*/
.float_me_right {
	float: right;
}
.float_me_left {
	float: left;
}
.no_space_top {
	margin-top: 0;
	padding-top: 0;
}
#outerWrapper #contentWrapper #leftColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#outerWrapper #contentWrapper #leftColumn ul a {
	text-decoration: none;
	font-size:1.25em;
	line-height: 2em;
	display: block;
	padding: 0 0 0 10px;
}
#leftColumn ul a:hover {
	color: #FFF;
	background-color: #000;
	border-right: 5px #6699FF solid;
}
#monster_box {
	width: 368px;
	height: 250px;
	background: #FFFFFF url(../images/monster.jpg) no-repeat top right;
}
