body {
	margin:0;
	padding:0;
	background-color:#D17415;
	
	font-family:Tahoma, Helvetica, Serif;
	font-size:0.8em;
}

img {
	border:0;
}

#container {
	top:0px;left:0px;
	width:900px;
	margin:0;
}

/* TOP ------------------------------------- */

#top {
	float:left;
	clear:both;
	width:900px;
}
#top .left {
	float:left;
	background:url(images/top-left-back.gif) top left no-repeat #807944;
	width:88px;
	height:133px;
	border-right:3px solid #FBF1E4;
	border-bottom:3px solid #FBF1E4 ;
}

#top .center {
	float:left;
	background:url(images/top-center-back.gif) top left no-repeat #9A2616;
	width:600px;
	height:133px;
	border-left:3px solid #FBF1E4;
	border-right:3px solid #FBF1E4;
	border-bottom:3px solid #FBF1E4 ;
}

#top .right {
	float:left;
	clear:right;
	background:url(images/right-back.gif) top right repeat-y #5B5962;
	width:200px;
	height:136px;
	border-left:3px solid #FBF1E4;
}

/* SUBTOP ---------------------------------- */

#subtop {
	float:left;
	clear:both;
	width:900px;
}

#subtop .left {
	float:left;
	background:url(images/subtop-left-back.gif) top left no-repeat #D17415;
	width:88px;
	height:59px;
	border-top:3px solid #FBF1E4;
	border-right:3px solid #FBF1E4;
}

#subtop .center {
	
	float:left;
	background:url(images/subtop-center-back.gif) top left no-repeat #76693C;
	width:600px;
	height:56px;
	border:3px solid #FBF1E4;
}

#subtop .right {
	float:left;
	clear:right;
	background:url(images/right-back.gif) top right repeat-y #5B5962;
	width:200px;
	height:62px;
	border-left:3px solid #FBF1E4;
}

#subtop .quote {
	margin:14px 10px 0 0;
	color:#FFFFFF;
	text-align:right;
	font-size:0.8em;
	width:550px;
	float:left;
	clear:left;
}

#subtop .quoteimg {
	margin-top:10px;
	float:left;
	width:40px;
	clear:right;
}

/* MAIN ---------------------------------- */

#main {
	float:left;
	clear:both;
	background:url(images/main-back.gif) top left repeat-y;
	width:900px;
}

#main .left {
	float:left;
	background:url(images/main-left-back.gif) top left no-repeat;
	width:88px;
	height:70px;
	border-right:3px solid #FBF1E4;
}

#main .center {
	float:left;
	width:600px;
	background:url(images/main-center-back.gif) bottom left no-repeat;
	border:3px solid #FBF1E4;
}

#main .right {
	float:left;
	clear:right;
	width:200px;
	border-left:3px solid #FBF1E4;
}

/* BOTTOM ---------------------------------- */

#bottom {
	float:left;
	clear:both;
	width:900px;
}

#bottom .left {
	float:left;
	background-color:#D17415;
	width:88px;
	height:53px;
	border-right:3px solid #FBF1E4;
}

#bottom .center {
	float:left;
	background-color:#982417;
	color:#FFFFFF;
	width:600px;
	height:50px;
	border-left:3px solid #FBF1E4;
	border-top:3px solid #FBF1E4;
	border-right:3px solid #FBF1E4;
	text-align:center;
	font-size:0.9em;
}
#bottom .center a { color:#FFFFFF; }

#bottom .right {
	float:left;
	clear:right;
	background:url(images/right-back.gif) top right repeat-y #5B5962;
	width:200px;
	height:53px;
	border-left:3px solid #FBF1E4;
}


#content { padding:20px 10px 100px 10px; }


/* H1  ---------------------------------- */
h1 {
	margin:10px 0 -10px 0;
	padding-left:40px;
	padding-top:0.4em;
	font-family:Georgia,Helvetica,Serif;
	font-size:1.3em;
	font-weight:bold;
	color:#982417;
	height:32px;
}

hr {
	margin:15px 0;
	border:0;
	background-color:#5B5962;
	height:3px;
	width:100%;
}

p { text-align:justify; }

a { color:#000000; }

a:hover { color:#982417; }

.info { font-size:0.7em; }

form.guestbook {
	color:#FFFFFF;
	font-size:0.8em;
	margin:5px;
	margin-bottom:20px;
}

form.guestbook input.submit {
	width:100px;
	margin-left:70px;
	font-family:Arial, Helvetica,Serif;
	background-color:#5B5962;
	color:#FFFFFF;
}

form.guestbook input.text {
	width:175px;
	border:1px solid;
}

form.guestbook textarea {
	width:175px;
	height:100px;
	border:1px solid;
	font-family:Arial, Helvetica,Serif;
	font-size:1.2em;
}

div.guestbook {
	font-size:0.85em;
	background-color:#FFFFFF;
	padding:2px;
	height:300px;
	margin-left:5px;
	width:170px;
	border:2px inset #F0F0F0;
	overflow:auto;
}

div#guestbook-formA {
	font-size:0.9em;
	text-align:right;
	margin:10px 20px 0 0;
}
div#guestbook-formA a { color:#FFFFFF; }