/* CSS Document */

body {
	background:#3B1E00 url(images/mainbg.jpg) repeat-y 50% 0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#4B3918;
	margin: 0 0 0 0; }

/* TEXT TAGS */
a:link {color:#AC5900; text-decoration:underline}
a:visited {color:#AC5900; text-decoration:underline}
a:hover {color:#D87A08; text-decoration:none}
a:active {color:#AC5900; text-decoration:underline}

/*h1 { background-color: transparent; background-repeat: no-repeat; float: left; overflow: hidden; height: 0px; margin-bottom: 16px; }*/
h1 { font-size:18px; font-weight:bold; margin:10px 0 0 0; }
h2 { font-size:16px; text-align:center; font-style:italic; }

/* UNIQUE HEADER */
/*h1#hdr-location { background-image:url(images/header_location.png);	width:425px; margin-top:5px; padding-top:25px; }

html>body h1#hdr-location { background: url(images/header_location.png); background-repeat:no-repeat; } */

/* SINGLE USE TAGS */
#container { width:840px; margin-left:auto; margin-right:auto; }
#header { height:184px; background-image:url(images/header.jpg); background-repeat:no-repeat; }

#copyright {
	font-size:12px;
	word-spacing:4px;
	text-align:center; }

#main_pg { margin-left:40px; position:relative; }
#menu { margin:10px 0 0 0; float:left; }

/* MULTIPLE USE TAGS */
.mid_content { width:430px; margin-top:-20px; padding:0 0 0 10px; float:left; }
.right_content { width:175px; margin-top:-10px; padding:0 0 0 17px; text-align:center; float:left; }

.order { text-align:right; border:0; }

.spacing { word-spacing:10px; }

/* TAGS FOR FORMS */
select {
	background-color:#ce9f5d;
	border-style:solid;
	border-color:#b08354;
	border-width:thin; }

.remark {
	background-color:#ce9f5d;
	border-style:solid;
	border-color:#b08354;
	border-width:thin; }