/* UNIVERSAL */
	body
	{
		padding: 1em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: small;
		text-align: center;
	}
	
	h1, h2, h3
	{
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
	}
	
	#top
	{
		width: 670px;
		text-align: left;
		margin: 0 auto;
	}
	
	a
	{
		color: #09c;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
/* HEADER */
	
	#header h1
	{
		float: left;
		display: inline;
		margin: 0 10px;
	}
	
	#header h2
	{
		float: right;
		font-size: 1.5em;
		margin-top: 2em;
		margin-bottom: -3.5em;
	}
	
	#header ul#menu
	{
		float: left;
		margin-left: 20px;
		margin-top: 135px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		width: 530px;
	}
	
	#header ul#menu li
	{
		float: left;
		margin-left: 15px;
		font-weight: bold;
		list-style: none;
		color: #000;
	}
	
	#header ul#menu li.first
	{
		margin-left: 0;
	}
	
	#header ul#menu li a
	{
		font-family: Tahoma, Geneva, sans-serif;
		color: #808080;
		background: url( /imgs/bullet_grey.gif ) no-repeat left;
		padding-left: 17px;
	}
	
	#header ul#menu li a:hover
	{
		background-image: url( /imgs/bullet_blue.gif );
		color: #09c;
	}
	
	#header ul#menu li.current a
	{
		background-image: url( /imgs/bullet_black.gif );
	}
	
	#header ul#menu li.this
	{
		background: url( /imgs/bullet_black.gif ) no-repeat left;
		padding-left: 17px;
	}
	
/* CONTENT */
    div.message
    {
        clear: both;
        margin-top: 1em;
        margin-left: 140px;
        padding: 1em;
        border: 1px solid #09c;
        text-align: center;
        color: #09c;
        font-weight: bold;
    }
	
    div.error
    {
        clear: both;
        margin-top: 1em;
        margin-left: 140px;
        padding: 1em;
        border: 1px solid #f00;
        text-align: center;
        color: #f00;
        font-weight: bold;
    }
    
	#content
	{
		clear: both;
		background: #fff url( /imgs/splash-home.jpg ) no-repeat left 10px;
		padding-top: 1em;
		padding-left: 140px;
		padding-bottom: 2em;
		font-size: 1.1em;
		color: #333;
	}
	
	#content h3
	{
		font-size: 1.2em;
		border-bottom: 1px solid #000;
		margin-top: 1.5em;
		margin-bottom: 0.5em;
		clear: both;
	}
	
	#content p
	{
		margin: 0 0 1em;
		line-height: 1.5em;
        height: 1%;
	}
	
	#content p.note
	{
		margin: 1.5em 0;
		padding: 1em 3em;
		background-color: #C2E7F0;
		font-weight: bold;
		text-align: center;
	}
	
	#content p strong,
	#content ul li strong
	{
		font-weight: bold;
	}
	
	#content p img
	{
		border: 2px solid #333;
	}
	
	#content p img.left
	{
		float: left;
		margin: 0 0.5em 0.5em 0;
	}
	
	#content p img.right
	{
		float: right;
		margin: 0 0 0.5em 0.5em;
	}
	
	#content ul
	{
		list-style: disc outside;
		margin-left: 2em;
	}
	
	#content ul li
	{
		margin-bottom: 0.3em;
	}
    
    #content table.menu
    {
        width: 80%;
        margin: 0 10%;
    }
    
    #content table.menu td
    {
        padding: 0.5em 0;
    }
    
    #content table.menu td strong
    {
        font-weight: bold;
        display: block;
    }
    
    #content table.menu td.price
    {
        padding-left: 2em;
        text-align: right;
        vertical-align: bottom;
    }
    
    #content p.note
    {
        margin-top: 2em;
        text-align: center;
        background-color: #ccc;
        padding: 0.5em;
        font-weight: normal;
    }
    
	#content ul.submenu
	{
		text-align: center;
		margin: 0 0 5px;
	}
	
	#content ul.submenu li
	{
		display: inline;
		font-size: smaller;
		list-style: none;
		padding: 5px 10px;
	}
	
	#content ul.submenu li.current
	{
		background-color: #09c;
		color: #fff;
	}
	
	#content p.top
	{
		text-align: center;
		margin: 2em 0 0;
		font-size: 0.8em;
	}
	
	#content .float:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	#content #map
	{
		height: 250px;
		width: 528px;
		border: 1px solid #808080;
	}
	
	#content dl dt
	{
		font-weight: bold;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 5px;
	}
	
	#content dl dd
	{
		margin-bottom: 10px;
		margin-left: 1em;
	}
	
	#content form fieldset
	{
		border: 1px solid #ccc;
		padding: 1em 1em 0.5em;
		padding-bottom: 1em;
		margin-top: 0.5em;
		position: relative;
	}
	
	#content form fieldset legend
	{
		font-weight: bold;
		padding: 0 12px;
		color: #333;
		_margin-bottom: 1em;
	}
	
	#content form fieldset label
	{
		width: 80px;
		text-align: right;
		margin-right: 1em;
		float: left;
		clear: left;
		padding: 5px;
		margin-bottom: 0.5em;
	}
	
	#content form fieldset input,
	#content form fieldset textarea
	{
		float: left;
		width: 300px;
		border: 1px solid #999;
		margin-bottom: 0.5em;
		padding: 5px;
		font-size: 1em;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
	}
	
	#content form fieldset textarea,
	#content form fieldset input.button
	{
		margin-left: 105px;
	}
	
	#content form fieldset input.button
	{
		width: 312px;
	}
	
/* FOOTER */
	#footer
	{
		clear: both;
		margin-left: 140px;
		border-top: 1px solid #ccc;
		padding-top: 10px;
		color: #808080;
	}
	
	#footer:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	#footer div.vcard
	{
		text-align: center;
		margin-bottom: 1em;
	}
	
	#footer div.copyright
	{
		float: left;
		font-size: smaller;
	}
	
	#footer div.credit
	{
		float: right;
		font-size: smaller;
	}

/* ADMIN */
	table.admin
	{
		width: 100%;
		margin-bottom: 1em;
	}
	
	table.admin td
	{
		padding: 5px;
		border-bottom: 1px solid #808080;
	}
	
	table.admin td.actions
	{
		text-align: right;
	}
	
	#content form fieldset input.error
	{
		border: 1px solid #f00;
	}
	
	#content form fieldset span.error
	{
		font-size: small;
		color: #f00;
		float: left;
		margin-bottom: 1em;
		margin-left: 35%;
	}
