
* {
 margin: 0px;
 padding: 0px;
 font-family: georgia, serif;
 font-size: small;
 line-height: 1.6em;
 border: 0px;
}
h1, h2, h3, h4{
 font-size: 3em;
 font-family: georgia, serif;
 font-weight: bold;
 color: #700510;
 background-color: transparent;
}
h1 {
 letter-spacing: 0.2em;
}
h3, h2 {
 font-size: 1.5em;
 margin-top: 20px;
}
h4 {
 font-size: 1.2em;
 margin-top: 15px;
}
h6 {
 font-weight: bold;
 text-decoration: underline;
 padding: 0px;
 margin: 0px;
 margin-top: 0.5em;
}

body {
 text-align: center;
}

#outer {
 position:absolute;
 left:50%;
 width:780px;
 margin-top:25px;
 margin-left:-390px;
 background-color: white;
 background-image: url(../images/contentimage.jpg);
 background-repeat: repeat-y;
}

#hdr {
 width:780px;
 border: 0px solid red;
 background-color:#eee;
 background-image: url(../images/headerimage.jpg);
 background-repeat: no-repeat;
 height: 150px;
}
#hdrimg {
 position:absolute;
 left: 575px;
 top: 30px;
 border: 6px solid white;
 background-color:#ffd;
 background-image: url(../images/door.jpg);
 background-position: 0 100%;
 height: 220px;
 width: 150px;
}

#leftcol {
 float: left;
 width: 506px;
 border: 0px solid green;
 padding: 18px;
 text-align: left;
}
#leftcol p, fulldesc {
 margin-bottom: 0.5em;
 text-align: justify;
}
.fulldesc {
}

#leftcol ul{
 margin: 15px 0px 15px 20px;
}
#leftcol a:link, #leftcol a:visited {
 text-decoration: none;
 color: black;
 border-bottom: 1px dotted blue;
}
#leftcol a:hover {
 text-decoration: none;
 color: blue;
 border-bottom: 1px solid blue;
}
#leftcol input, #leftcol textarea {
 border: 1px solid gray;
 padding: 3px 5px 5px 5px;
 font-family: arial, sans-serif;
 background-image: url(../images/intshadow.gif);
 background-attachment: fixed;
}

#leftcol input.btn {
 text-align: center;
 font-weight: bold;
 border:1px solid #ffd700;
 filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
 padding: 0px;
 color: #555;
}
#leftcol input.btnhov {
 border: 1px solid black;
 padding: 0px;
}
#rightcol {
 float: right;
 text-align: left;
 width: 200px;
 border: 0px dashed blue;
 padding: 17px;
 padding-top: 120px;

}
#footer {
  clear:both;
  background-color:#ffd;
  background-image: url(../images/footerimage.jpg);
  background-position: 0 100%;
  height: 240px;
  padding: 0px 15px 0px 300px;
}
#footer p {
 font-size: 0.8em;
}

#singlebutton {
 color: #700510;
 position:absolute;
 left: 575px;
 top: 270px;
 background-color:#ffd;
 width: 137px;
 padding-bottom: 1px;
 border-bottom: 1px solid #ffd700;
}
#singlebutton a {
 display: block;
 padding: 1px 3px 1px 10px;
 font-family: sans-serif;
 font-size: 1.1em;
 font-weight: bold;
 width: 137px;
}
#singlebutton a:link, #singlebutton a:visited {
	text-decoration: none;
	color: gray;
	border: 6px solid #fef8d8;
	width: 100%;

}

#singlebutton a:hover {
	border: 6px solid white;
	background-color: #ffffa0;
	color: gray;
	padding-bottom: 1px;
}


#menu {
	color: #700510;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
}

#menu li {
	padding-bottom:3px;
}

#menu a {
	display: block;
	padding: 1px 3px 5px 10px;
	margin-left: 12px;
	border: 6px solid #fef8d8;
	border-bottom: 1px solid #ffd700;
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	width: 137px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: gray;
}

#menu a:hover {
	border: 6px solid white;
	background-color: #ffffa0;
	color: gray;
	padding-bottom: 0px;
}

#selected {background:url(../images/selected.jpg) 15px 40% no-repeat;}

#leftcol a.highlighthover:link, #leftcol a.highlighthover:visited {
 border: none;
}

#leftcol a.highlighthover:hover {
 color: #ff0033;
 border-bottom: 1px solid #ff0033;
}

#leftcol a.clearlink:link, #leftcol a.clearlink:visited{
 border: none;
 text-decoration: none;
}

#leftcol a.clearlink:hover {
 text-decoration: none;
}

