html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	height: 100%;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
ul {
	margin-top: 12px;
	margin-bottom: 14px;
	margin-left: 30px;
	padding-left: 10px;
}
ul.index {
	margin-left: 10px;
}
img {
	border: 0;
}
td {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}
#title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 675px;
	height: 70px;
}
#titlemenu {
	font-face: arial;
	font-size: 11px;
	font-weight: bold;
}
#menu {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -501px;
	width: 322px;
	height: 553px;
	z-index: 100;
}
#text {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -266px;
	width: 705px;
	z-index: 50;
}
#textcontent {
	position: relative;
	top: 0px;
	left: 55px;
	width: 618px;
	height: 100%;
	text-align: justify;
}
.indent {
	position: relative;
	margin-left: 20px;
	text-align: justify;
}
.review {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 550px;
	height: 500px;
	border: 1px solid;
	border-color: #b5ac90 black black #b5ac90;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-attachment: fixed;
	padding: 15px;
	overflow: auto;
	visibility: hidden;
}
a {
    color: #880000;
    text-decoration:none;
}
a.menu, a.selectmenu {
    color: #000000;
}
a:hover, a.selectmenu {
    text-decoration:underline;
}
hr {
	border: none;
	border-bottom: 1px solid #000;
	height: 0;
}
div.entry {
	text-align:left; 
}
div.message, div.messagebg {
	width: 618px;
}
div.message {
	border:#000000 1px;
	text-align:justify;
	border-style:solid none solid none;
	position: relative;
}
div.messagebg {
	position: absolute; 
	top: 0;
	left: 0;
	background-color: #fffef2;
	opacity:.3;
	filter:alpha(opacity=30);
}
div.messagecontent {
	padding: 4px 10px;
}
div.time {
	font-size:10px; 
	padding-top: 12px;
}
span.n- {
	position:relative; 
	top:1.2em; 
	left:6px;
}
div.name {
	margin:0 0 0 20px; 
	text-align:left; 
}


/* Forms Stuff */
input, textarea, select {
	background-color:white; 
	border: solid 1px; 
	border-color: black #cfcea2 #cfcea2 black;
	opacity:.80;
	filter:alpha(opacity=80);
}
textarea {
	width: 360px; margin: 5px 0;
}
input {
	width: 300px;
}
input.submit {
	width: 360px; 
	border-color: #cfcea2 black black #cfcea2;
}
input.small {
	background-color: transparent; 
	border-style: none;
	width: auto;
}
.order_items input {width: 35px;}
.order_items tr.underline th {border: 1px black; height: 5px; border-bottom-style: solid;}
.order_items tr.overline th {border: 1px black; height: 5px; border-top-style: solid;}

.order_right {float:right; margin-right: 60px;}