body {
	font-family: mono;
	font-size: 9pt;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	background:#494A4E;
	text-align:center;
	color:#000000;
}
table, tr, td {
	font-family: mono;
	font-size: 10pt;
}

a {color: #3C71AD;
	text-decoration: none;
	}
a:link {color: #3C71AD;
	text-decoration: none;
	}
a:visited {color: #3C71AD;
	text-decoration: none;
	}
a:active {color:#3C71AD;
	text-decoration: none;
	}
a:hover {color: #3C71AD;
	text-decoration: none;
	}
p {
	padding: 10px;
	margin: 0px;
}

#site {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
  	margin-left:auto;
	padding:0px;
	width:802px;
	background: url(bg_tile.gif) repeat-y;
}
#header {
	margin:0px;
	padding:0px;
	width:802px;
	height:50px;
	background: url(bg_top.gif) no-repeat;
}
#content {
	margin:0px 0px;
	padding:0px;
	text-align:left;
	background: url(bg.gif) no-repeat;
	background-position: bottom;
}
#middle {
	margin:0px;
	margin-left:10px;
	margin-right:20px;
	padding:0px;
	text-align:left;

}
#footer {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
  	margin-left:auto;
	width:802px;
}
#nav {

	font: 11pt, sans-serif;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
	text-transform: lowercase;
	}
#nav ul{
	margin: 0px;
	padding: 0px;
}

.nav-li {
        line-height: 14pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
.nav-li-selected {
        line-height: 14pt;
        font-weight: BOLD;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

#nav a {
	color: #444444;
}
#nav a:hover {
	color: #444444;
}


input.text, input.button, textarea, select {
	font:8pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:normal
}
input.button {
	border:1px solid #000;
	padding:0px;
	cursor:pointer;
	color:#000;
	background-color:#B8B5B4;
	border-radius:.4em
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#B8B5B4
}
input.text, textarea, select {
	border:1px solid #000;
	color:#000;
	background-color:#B8B5B4;
	letter-spacing:0px
}
input[type="text"]:hover {
	background-color:#B8B5B4
}
input[type="text"]:focus {
	background-color:#B8B5B4
}

#list {
  position:absolute;
  margin:0 0 0 120px;
  top:30px;

 
}
#order {
	margin:0px;
	padding:0px;
	float: left;
	width:183px;
	height: 72px;
}
#middle img {
	padding:10px;
}
#bottom_box {
	color: #eeeeee;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-left:19px;
	float: left;
	width:600px;
	height: 72px;
	text-align: left;
	background: url(bottom_box.gif) no-repeat;
}
H1 {
	font:bold 9pt sans-serif;
	background:#494A4E;
	color:#EEEEEE;
	margin:0px 0px 0px;
	padding:1px;
	padding-left:5px;
}
