/* CSS Document *//* version 1.1 */

body	{
	border: none;
	background-color: #999;
        /* background-image:url("/images/bg.gif"); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 20px;	
	padding-bottom: 20px;	

}
	

/*  Horizontal nav */

.nav {
	background-color: #000;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	}

.nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0.8em; 
	font-weight: bold;
	}

.nav ul li {
	background: #000;
	width: 100px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-left: none;
	color: #000;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

.nav ul li a {
	background: #000;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

.nav ul li a:hover {
	color: #000;
	background: #FFCC00;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

.nav a:active	{
	background: #c60;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}


#currentpage a {
	color: #000;
	background: #FFCC00;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}


table {
	background-color: #FFFFFF;
  }

address {
	font-size: 0.8em;
	font-style: normal;

  }

td {
	font-size: 0.8em;
	line-height: 1.4em;
  }

a:link {
	color: #666;
	text-decoration: underline;
  }

a:active {
	color: #CCCCCC;
	text-decoration: none;
  }

a:hover {
	color: #BEAC66;
	text-decoration: none;
  }


a:visited {
	color: #000;
	text-decoration: underline;
  }


h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	
  }


h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
  }

h3 { font-weight: bold; font-size: 12px; color: #AA9A5B; }

ul {
	list-style-position: outside;
	list-style-image: url(/images/list.gif);
	margin-top: 0px;
	padding-top: 0px;
	}

li {
	margin-left: -27px;
	}

.article p { margin-bottom: 9px; font-weight: normal; }

.article p a { padding-right: 15px; background: url(/manzara/gfx/icon_link.png) right center no-repeat; border-bottom: 1px dotted #BEAC66; color: #414648; }

.article p a:hover { border-bottom: 1px solid #BEAC66; }

.article p .colored { color: #AA9A5B; }

.article p { text-decoration: none; }

.article a { text-decoration: none; }

.article h3 { margin: 0; padding: 0; }

p { text-decoration: none; }

a { text-decoration: none; }

.round_top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
