body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(bodybg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
}

#outerHeader {
	margin: 0 auto;
	background-color: #000;
}

#header {
	min-height: 60px;
	min-width: 770px;
	max-width: 990px;
	margin: 0 auto;
}

#outerStrap {
	min-height: 185px;
	border-bottom: 1px solid #000;
}

#strap {
	min-width: 770px;
	max-width: 990px;
	margin: 0 auto;
	min-height: 185px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

#outerContent {
	min-height: 300px;
	padding-top: 20px;
	background-color: #333333;
	background-image: url(i);
	background-repeat: repeat-x;
}

#contentWrapper {
	min-width: 770px;
	max-width: 990px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	margin: 0 210px 0 180px;
	padding-bottom: 20px;
}

#content img {
	border: 1px solid #000;
	margin-left: 15px;
}

#leftcol {
	width: 161px;
	float: left;
	padding-top: 14px;
	margin-left: 3px;
}

#gallery1 {
	width: 190px;
	float: right;
	color: #4e4845;
}

#gallery1 ul {
	padding: 0;
	margin: 0;
}

#gallery1 h3 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 3px;
}

#gallery1 a img {
	border: 2px solid #686C4C;
	display: block;
	margin: 10px auto;
}

#gallery1 a:hover img {
	border: 2px solid #036;
}

#gallery1 img {
	margin: 5px 0;
}

#footer {
	clear: both;
	font-size: 85%;
}

#footer p {
	float: right;
	margin-right: 6px;
}

#footer a {
	color: #686C4C;
}

/********** text elements ******************/

#strap h1, #strap p {
	color: #ddd;
	margin-left: 2px;
}

#strap p {
	font-size: 80%;
	margin-right: auto;
	height: auto;
	width: auto;
}
h1   {
	font-size: 150%;
	color: #686C4C;
	font-family: "Comic Sans MS", Georgia, Verdana;
	line-height: normal;
}

h2 {
	font-size: 140%;
	font-family: "Comic Sans MS", Georgia, Verdana;
	color: #666666;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
	font-family: "Comic Sans MS", Georgia, Verdana;
	font-style: normal;
	font-weight: normal;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 12px 5px;
	border: thin none #FFFFFF;
}

/********** header navigation *********************/

#header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 75%;
 }
  
#header li {
  float: right;		
  background: url("right.gif") no-repeat bottom right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url("left.gif") no-repeat left bottom;
  padding: 3px 8px 3px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #686C4C;
}
  
#header #current {
  background-image: url("right_on.gif");
}
  
#header #current a {
  background-image: url("left_on.gif");
  color: #fff;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #686C4C;
	background-color: #000;
	padding: 2px 3px;
}

#leftcol li a:hover, #leftcol li .here {
	color: #fff;
	background-color: #686C4C;
	}
	
	/********* form ********************/
label {
	color: #000;
}

input {
	background-color: #ff9602;
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #000;
	border: 1px solid #ff9602;
	color: #ff9602;
	padding: 2px 4px;
}

/************ Column control ****************/

.twocol #gallery1 {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}
#googlebox {
	background-color: #000000;
	background-position: center top;
	text-align: center;
	display: inline-table;
	height: 70px;
	width: 730px;
	vertical-align: middle;
	padding-right: 40px;
	position: relative;
}
#googlecolumn_left {
	background-color: #FFFFFF;
	background-position: center top;
	text-align: center;
	display: inline-table;
	height: auto;
	width: auto;
	vertical-align: middle;
	position: relative;
}
.left {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 5px;
	border: thin none #FFFFFF;
}

