body {
	font: 0.8em Helvetica, Verdana, Arial, sans-serif; 
	line-height: 1.2em; 
	color: #000;
	background: #FCF2E3 url('../images/content-gradient.gif') repeat-x;
	}

a { 
	color: #FC9100; 
	}


#container-wrapper {
	width: 768px;
	margin: 10px auto 0 auto;
	xbackground: transparent url('../images/bg-shadow.png') no-repeat;	
	}


#content { 
	width: 726px; 
	margin: 0 auto;
	padding: 10px;
	background-color: #FFF;
	xbackground: #FCF2E3 url('../images/content-gradient.gif') repeat-x;
	border: 1px solid #000;
	}


#title h1 { 
	margin: 0;
	font-size: 2.5em;
	line-height: 90px;
	height: 90px;
	background: transparent url('../images/logo.gif') no-repeat top right;
	position: relative;
	}
#title a { 
	text-decoration: none; 
	}
	

#instructions {
	border: 3px dashed #FC9100;
	width: 680px;
	margin: 15px auto;
	padding: 10px;
	}


#form-wrapper a {
	color: black;;
	}
	

#form-login {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid black;
	background-color: #FC9100;
	list-style: none;
	display: block;
	width: 350px;
	text-align: center;
	}
#form-login ul li {
	font-size: larger;
	list-style: inherit;
	display: inline;
	font-weight: bold;
	margin-left: 10px;
	}
#form-login .input-text {
	font-size: x-large;
	font-weight: bold;
	border: 1px solid gray;
	background-color: white;
	}
#form-login .input-submit {
	text-align: center;
	}


#navigation {
	border-top: 2px solid #FC9100;
	border-bottom: 2px solid #FC9100;
	padding: 3px 0;
	}


#trademissions #open {
	font-weight: bold;
	color: green;
	}
#trademissions #closed {
	font-weight: bold;
	color: red;
	}

	
#cities h4 {
	margin-left: 2em;
	}
#cities ul {
	margin-left: 6em;
	}

	
#event-description dl {
	margin: 15px;
	padding: 15px;
	border-left: 2px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #FCF2E3;
	}
#event-description dt {
	width: 50px;
	float: left;
	font-weight: bold;
	}
#event-description dd {
	margin-left: 90px;
	clear: right;
	}


#addcontact-list dl {
	margin: 25px;
	}
#addcontact-list dt {
	width: 90px;
	float: left;
	}
#addcontact-list dd {
	margin-left: 95px;
	clear: right;
	}


#receipt-list dl {
	;
	}
#receipt-list dt {
	width: 125px;
	float: left;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	}
#receipt-list dd {
	margin-left: 140px;
	clear: right;
	padding: 3px;
	}
	
	
#contacts h3 {
	font-size: xx-large;
	color: #FCF2E3;
	margin: -5px 0 -3px -3px;
}

table {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	}

td, th {
	padding: .3em .5em;
}

thead th {
	border-bottom: 2px solid black;
	font-weight: bold;
	}

tbody th {
	border-bottom: 1px solid black;
	font-weight: bold;
	}
	
tr.odd {
	background-color: #FCF2E3;
	}
#tbl-wine td {
	text-align: center;
	border-bottom: 1px solid black;
}

#footer {
	width: 726px;
	margin: 0 auto;
	color: #999;
	font-size: smaller;
	text-align: center;
}
