body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #c9a583;
	background-image: url("images/brownwallpaper.gif");
	background-repeat: repeat;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 130%;
	clear: right;
}

img {
	border-style: none;
}

form {
	background-color: #c1ae9c;
	border: 1px solid black;
	padding: 20px;
	clear: right;
}
	
li {
	list-style-image: url(images/coffeebean.gif);
	line-height: 1.6em;
}

#menu {
	border-width: thin;
	border-style: solid;
	border-color: #c9a583;
	width: 130px;
	padding: 0px 10px 10px 10px;
	margin: 0px 20px 20px 0px;
	background-color: #c9a583;
	text-align: center;
	float: left;
}

#header {
	border-width: thin;
	border-style: solid;
	border-color: #c9a583;
	background-color: #c9a583;
	text-align: center;
	width: 700px;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;	
}

#main {
	width: 500px;
	padding: 20px;
	padding-left: 0px;
	margin: 20px 20px 20px 170px;
}


#footer {
	width: 700px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#construction {
	font-size: 85%;
	line-height: 1.2em;
	text-align: center;
	background-color: #ffd988;
	border: thin dotted #330000;
	padding: 10px;
	margin-bottom: 50px;
}

.italic {
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	color: #8b4513;
}

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.center {
	text-align: center;
}

.centerspacebelow {
	text-align: center;
	margin-bottom: 80px;
}

.centerspacesm {
	text-align: center;
	margin-bottom: 30px;
}

.spacebelow {
	margin-bottom: 80px;
}

.spacebelowsm {
	margin-bottom: 30px;
}

.coffeeimage {
	float: right;
}

.coffeeimageindex {
	position: absolute;  top: 55px; left:440px;
}

.barista {
	margin: 30px;
	float: left;
}

.barista2 {
	margin: 30px;
}

.barista3 {
	margin: 0px 30px 0px 30px;
	float: left;
}

h3.drinktitle {
	font-size: 110%;
	border: thin dashed #c9a583;
	padding: 2px;
	background-color: #e9ffe0;
	display: inline;
}

.hotdrinks {
	font-size: 110%;
	font-weight: bold;
	border: none;
	border-top: 2px dotted #993300;
	border-bottom: 2px dotted #993300;
	background-color: #c9a583;
}

.colddrinks {
	font-size: 110%;
	font-weight: bold;
	border: none;
	border-top: 2px dotted #55c7f7;
	border-bottom: 2px dotted #55c7f7;
	background-color: #c9a583;
}	

.hotbevtitle {
	text-decoration: none;
	color:  #cc0033;
	background-color: #ffffff;
	display: inline;
}

.coldbevtitle {
	text-decoration: none;
	color: #0066cc;
	background-color: #ffffff;
	display: inline;
}

.fineprint {
	font-size: 75%;
	font-weight: bold;
	color: #993300;
}

.fineprint2 {
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000000;
}

.registration {
	border:1px dotted black;
	background-color: #c1ae9c;
	margin: 10px 0px 10px 0px;
}

.regislegend {
	border: 2px solid black;
	background-color: #a8e475;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

div.row span.formanswers {
	width: 300px;
	text-align: left;
}

a:link {
	color: #003399;
}    

a:visited {
	color: #993300;
}  

a:hover {
	color: #006600;
}
 
a:active {
	color: #ff0000;
}