body {
	color: rgb(176, 235, 0);
    background-color: rgb(85, 85, 85);
    font-family: garamond, georgia, serif;
}

a {
	color: #009933;
	text-decoration: none;
}

a:hover {
	color: #009933;
	text-decoration: underline;
}

#outerDiv {
	width:100%;
}

#innerDiv {
	margin-top: 25px;
    text-align: center;
    width:100%;
}

#navigation {
	width: 150px;
	padding-right: 10px;
}

div.nav_item_1 {
	padding-left: 2px;
  	padding-right: 2px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border-top-width: 2px;
  	border-bottom-width: 1px;
  	border-left-width: 0px;
  	border-right-width: 0px;
  	border-color: rgb(176, 235, 0);
  	border-style: solid;
  	font-weight: bold;
}

div.nav_item_n {
  	padding-left: 2px;
  	padding-right: 2px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border-top-width: 1px;
  	border-bottom-width: 1px;
  	border-left-width: 0px;
  	border-right-width: 0px;
  	border-color: rgb(176, 235, 0);
  	border-style: solid;
  	font-weight: bold;
}

div.nav_item_last {
  	padding-left: 2px;
  	padding-right: 2px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	border-top-width: 1px;
  	border-bottom-width: 2px;
  	border-left-width: 0px;
  	border-right-width: 0px;
  	border-color: rgb(176, 235, 0);
  	border-style: solid;
  	font-weight: bold;
}

a.nav_item {
	color: rgb(217, 220, 225);
	text-decoration:none;
}
a.nav_item:hover {
	color: rgb(176, 235, 0);
	text-decoration:none;
}

div.sub_nav_item {
  	padding-top: 5px;
  	padding-bottom: 5px;
  	font-weight: normal;
  	font-size: 11pt;
  	line-height: 0.9em;
}

a.sub_nav_item {
	color: rgb(217, 220, 225);
	text-decoration: none;
}
a.sub_nav_item:hover {
	color: rgb(176, 235, 0);
	text-decoration: none;
}

#content {
	width: 550px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: rgb(217, 220, 225);
	color: rgb(86, 85, 83);
}

h1 {
    font-size: 18pt;
    letter-spacing: 2px;
    word-spacing: 0.5em;
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
}

h2 {
    font-size: 12pt;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
}

#error {
    font-size: 12pt;
    margin-bottom: 40px;
    text-align: center;
    color: #cc3300;
    font-weight: bold;
}

#confirmation {
    font-size: 12pt;
    margin-bottom: 40px;
    text-align: center;
    color: rgb(176, 235, 0);
    font-weight: bold;
    background-color: rgb(85, 85, 85);
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

img.float_left {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

div.float_left {
	text-align: left;
	margin-bottom: 25px;
}

#address {
	margin-top: 100px;
	margin-bottom: 25px;
}

#specials {
	width: 200px;
}

h3 {
    font-size: 14pt;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}
ul, li {
	text-align: left;
}