*
{
  margin: 0px;
  padding: 0px;
}


a:link {
	color: #033;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #660;
}

a:visited {
	color: #360;	
	text-decoration: none;
}

body {
	color: #330;
  background: url(/templates/default/images/pgbg.jpg) repeat-x #fff;
  /* font-family: Verdana, Helvetica, sans-serif; */
  font-family: "Garamond";
  font-size: 1.1em;
  font-style: italic;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
}

#wrapper
{
	width: 990px;
	margin: 0px auto;
  background: url(/templates/default/images/wrapperbg.jpg) repeat-y;
}

#header {
  width: 990px;
  height: 354px;
  background: url(/templates/default/images/header.jpg) no-repeat;	
}

#maincontent {
	text-align: justify;
	width: 664px;
  padding-right:  80px;
}

#content {
	text-align: justify;
	padding-left:  270px;
  padding-right:  56px;
  background: url(/templates/default/images/wrapperbg.jpg) repeat-y;
}

.title {
  color: #5f4300;
  font-size: 2.8em;
  border-bottom: 8px dotted #ddd;
}

h3 {
  margin:  0;
  padding:  0;
  margin-bottom: 12px;
  color: #5f4300;
  font-size: 2.8em;
  border-bottom: 8px dotted #ddd;
}

#langz {
  width: 96px;
  float: right;
  text-align: left;
  padding: 0;
  padding-right: 24px;
  line-height: 12px;
}

#menu {
  width: 200px;
  margin-left: 48px;
  clear:  both;
  float:  left;
}

#menu ul {
  width: 176px;
}

#menu ul ul {
  width: 176px;
  padding: 0;
  margin: 0;
  padding-left: 12px;
  font-size: 0.8em;
}

#menu li {
  color:  #030;
  margin: 0;
  padding-left: 6px;
  /* list-style-type: none;
  list-style-image: url(/core/images/smallgreenarrow.gif);
  font-size: 14px; */
  line-height:  1.3em;
  clear:  both;
}

#menu a {
  float: left;
  margin-left: 20px;	text-decoration: none;
  color: #030;
  height: 18px;
  margin-left: 4px;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
  height: 18px;
}

.nomenu {
  color:  #030;
  padding-right: 36px;
  margin: 0;
  margin-left: 30px;
  list-style-type: none;
  font-size: 18px;
  clear:  both;
  font-size:  11px;
}

#footer {
	clear: both;
  color: #333300;
  width: 990px;
  text-align: center;
  font-size: 0.8em;
  line-height:  14px;
  background: url(/templates/default/images/footer.jpg) no-repeat right;
  height: 75px;
}

#adminmenu {
  width: 200px;
  clear: both;
  float: right;
  font-family: arial, helvetica, sans-serif;
  font-weight: lighter;
  font-size: 11px;
  border: 2px solid red;
  background: #ccc;
  padding: 12px;
  margin: 12px;
  margin-top: 50px;
  margin-right: -66px;
  z-index: 1000;
  
}

#adminmenu li {
  list-style-image: none;
  list-style-type: none;
}

.adminbuttonsx {
  float: right;
}