body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF;
	color: #27261F;
	background-image: url(images/backgrounhd.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#mainTable {
	border: 4px double #27261F;
	border-top-color: #27261F;
	border-right-color: #27261F;
	border-bottom-color: #27261F;
	border-left-color: #27261F;
}
h6 {
	font-size: 50px;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}


h2 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

a {
	color: #27261F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

blockquote {
	font-style: italic;
}

/* Header */

#header {
	width: 700px;
	height: 140px;
	margin: 0 auto 2em auto;
	background: #4D7ACF url(images/img1.jpg);
}

#header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
	color: #857267;
}

#header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 1em;
	font-weight: bold;
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 420px;
}

#colOne .post {
}

#colOne .title {
}

#colOne .posted {
	border-top: 1px solid #88744a;
	font-size: x-small;
}

#colOne .story {
	padding: 0 20px;
	text-align: justify;
}

#colOne .meta {
	margin: 0 0 3em 0;
	padding: 5px 10px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
	border-top: 1px solid #88744a;
	font-size: x-small;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
}

#colTwo li li {
	height: 23px;
	padding: 7px 0 0 20px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
}

#colTwo h2 {
	height: 30px;
	padding: 5px 0 0 10px;
	background: #457EE9 url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 1.4em;
	font-weight: bold;
	color: #88744a;
}

#colTwo a {
	text-decoration: none;
}

#colTwo a:hover {
	text-decoration: underline;
}

#colTwo form {
	margin: 0;
	padding: 20px 10px;
}

#colTwo #textfield1 {
	width: 170px;
	border: 1px solid #88744a;
}

#colTwo #submit1 {
	display: none;
}

/* Footer */

#footer {
	width: 700px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	letter-spacing: normal;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.outLine {
	border: 4px double #27261F;
	border-top-color: #27261F;
	border-right-color: #27261F;
	border-bottom-color: #27261F;
	border-left-color: #27261F;
}

/*tabmenu stuff */

  #tabsK {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	 /* border-bottom:1px solid #27261F;*/
      }
    #tabsK ul {
	  margin:0;
	  padding:0px 10px 0 0px;
	  list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("images/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("images/tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#27261F;
	  background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  }
input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #27261F;
	padding: 2px;
	width: 280px;
	height: 16px;
	border: 1px double #FFFFFF;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #27261F;
	padding: 2px;
	width: 280px;
	height: 60px;
	border: 1px double #FFFFFF;
}

#mainTable #form1 #button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #27261F;
	padding: 2px;
	width: 60px;
	height: 22px;
	border: 1px double #FFFFFF;
}
