/* Debug styles 
div { border: 1px dotted red; }
span { border: 1px dotted purple; }
p { border: 1px dotted green; }
h1,h2, h3, h4, h5, h6 { border: 1px dotted blue; }
table { border: 1px dotted aqua; }
*/

/* General
-------------------------------------------------------------------------------- */

body {
	font: 12px/18px arial, helvetica, sans-serif;
	text-align: center;
	color: #666;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}
a {
	text-decoration: none;
	background: transparent;
	}
a:link {
	color: #461C12;
	}
a:visited {
	color: #394023;
	}
a:hover {
	color: #FB7015;
	}
a:active {
	color: #461C12;
	}
img {
	border: 0px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
p, h1, h2, h3, h4 {
	margin: 10px;
	}


/* Container
-------------------------------------------------------------------------------- */

div#container {
	text-align: left;
	width: 620px;
	margin:0px auto 0px auto;
	padding: 0px;
	background: url(media/ui03.gif) no-repeat bottom;
	}

/* Header
-------------------------------------------------------------------------------- */

div#header h1 span {
	display: none;
	}
div#header h1{
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(media/uiLogo.gif) no-repeat;
	}

/* Navigation
-------------------------------------------------------------------------------- */

div#navigation {
	height: 30px;
	margin: 0px 0px 20px 0px;
	background: url(media/ui01.gif) repeat-y;
	}
div#navigation p {
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
div#navigation p a:link { 
	color: #999;
	}
div#navigation p a:visited {
	color: #999; 
	}
div#navigation p a:hover { 
	color: #fff; 
	}
div#navigation p a:active { 
	color: #666; 
	}
div#navigation p a {
	margin: 0px 0px 0px 15px;
	}

/* Home page specific styles
-------------------------------------------------------------------------------- */

body#home div#content h2 span {
	display: none;
	}
body#home div#content h2 {
	height: 50px;
	margin: 0px 0px 10px 0px;
	background: url(media/txt01.gif) no-repeat;
	}

/* Footer
-------------------------------------------------------------------------------- */

div#footer {
	font-size: 10px;
	margin: 100px 0px 0px 0px;
	padding: 10px 10px 60px 10px;
	background: url(media/ui02.gif) no-repeat;
	}

/* Image left
-------------------------------------------------------------------------------- */

.imgleft {
	margin: -10px 10px 10px 0px;
	float: left;
	}
.imgPress {
	margin: 0px;
	}
div.clear {
	clear: both; 
	line-height: 0; 
	height: 0;
	}

.ruler1 {
	display: block;
	clear: both;
	margin: 20px 0px 20px 0px;
	}

