


*	{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid gray*/
	}

div
	{
	/*border: 1px solid gray*/
	}

img
	{
	border: 0px
	}

body
	{
	/*background: #ded7c5 url(background.gif) repeat-y top center;*/
	font-family: Trebuchet, sans-serif;
	/*font-size: small;*/
	text-align: center;
	color: #666666
	}

p
	{
	margin-bottom: 0.5em
	}

#container
	{
	margin: 10px auto;
	width: 800px;
	text-align: left;
	border: 1px solid #cccccc;
	overflow: hidden;
	/*padding: 5px*/
	}

#logo
	{
	float: left;
	/*overflow: auto*/
	margin: 1px
	/*height: 68px*/
	}
	

#header
	{
	width: 780px;
	float: left;
	margin: 10px;
	display: inline;
	overflow: auto;
	/*background-color: gray*/
	/*padding: 5px;*/
	/*border-bottom: 1px dashed #cccccc;*/
	}

#header *
	{
	display: inline;
	}

#header img
	{
	/*vertical align: middle;
	display: inline*/
	}

#header h1
	{
	font-family: Trebuchet, sans-serif;
	color: #000000;
	}

#cino
	{
	float: right;
	/*margin: 10px*/
	}

#quote
	{
	font-style: italic;
	margin: 25px;
	float: left
	}

#topmenu
	{
	float: right;
	margin: 25px
	}

#topmenu ul
	{
	list-style-type:none;
	font-family: Trebuchet, sans-serif;
	color: #999999
	}

#topmenu li
	{
	display: inline
	}
	
#topmenu li a
	{
	color: #999999
	}
	
#topmenu li a:hover
	{
	color: black
	}
	
#topmenu li a.current
	{
	color: #ec008c
	}
	
#menubar
	{
	float: left;
	width: 120px;
	clear: both;
	margin: 0 10px;
	display: inline
	}

#menubar ul
	{
	width:120px;
	list-style-type:none;
	font-family: Trebuchet, sans-serif
	}

#menubar li
	{
	margin-bottom: 10px
	}

#menubar li a
	{
	padding: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #999999;
	/*background: #ded7c5;*/
	width: 110px;
	/*width: 100%;*/
	border: 1px solid #cccccc
	}

#menubar li a:hover
	{
	/*background: #c6b59b*/
	border-color: black;
	color: black
	}

#menubar li a.current
	{
	color: #ec008c
	}
	
#main
	{
	float: left;
	width: 650px;
	/*margin: 10px;*/
	display: inline
	}

#main h1
	{
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-bottom: 0.5em;
	color: white;
	border: 1px solid #999999;
	background: #e4bc96;
	padding: 0.5em;
	clear:both
	}

#main h2
	{
	font-weight: normal;
	font-style: italic;
	font-family: Trebuchet, sans-serif;
	font-size: 100%;
	margin: 0.5em 0;
	color: black
	}

#main ul
	{
	margin-left: 1.5em
	}

#main img
	{
	border: 1px solid #999999
	}
	
#main img.left
	{
	float: left;
	margin: 0 10px 10px 0
	}

#main img.right
	{
	float: right;
	margin: 0 0 10px 10px
	}

#footer
	{
	float: left;
	width: 780px;
	clear: both;
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin: 10px
	}

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

a:hover
	{
	color: black
	}

a.current
	{
	color: #ec008c
	}

#main a
	{
	color: #666666;
	text-decoration: none;
	border-bottom: dashed 1px #999999
	}

#main a:hover
	{
	color: black;
	border-bottom: dashed 1px black
	}

hr
	{
	border-left:0px dashed #cccccc;
	border-right:0px dashed #cccccc;
	border-top:1px dashed #cccccc;
	border-bottom:0px dashed #cccccc;
	height: 1px;
	margin-bottom: 5px;
	clear: both
    }