/**
 * TAGS
 * $Id: default.css,v 1.2 2005/07/15 16:30:55 Yoyo Exp $
 */
* {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #333;
}
body {
  background: #3A3A3A;
  font-size: 11px;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
input, select, textarea {
  font-size: 1em;
}
textarea {
  padding: 0.2em;
}
table {
  width: 100%;
}
img {
  border: none;
}
form {
  margin: 0;
}
hr {
  border: none;
  border-top: 1px dotted #CCC;
  height: 1px;
}
label {
  cursor: pointer;
}

/**
 * Elements
 */
#main {
  width: 850px;
  /*position: absolute;
  left: 50%;
  margin-left: -425px;*/
  margin: 10px auto 0;
  background: url(../img/bg.gif) repeat-y;
}
#top {
  height: 25px;
  background: url(../img/bg-top.gif) no-repeat bottom;
}
#bottom {
  height: 30px;
  background: url(../img/bg-bottom.gif) no-repeat top;
}
#middle {
  padding: 1px 45px;
}
#menu {
  float: right;
  padding-right: 2.5em;
  padding-top: 1em;
}
#menu a {
  text-decoration: none;
  font-size: 1.3em;
  border-left: 1px dotted #CCC;
  padding: .8em 1.5em 0 .2em;
}
#menu a:hover {
  color: #F60;
}
#title {
  font-size: 1.8em;
  margin: 0;
  padding: .25em 0 0 2.5em;
  font-weight: 300;
}
#title span {
  color: #F60;
}
#title, #title * {
  text-decoration: none;
}
#copyleft {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 1em;
}
#copyleft, #copyleft * {
  color: #888;
  font-style: italic;
  text-decoration: none;
  clear: both;
}
#content {
  padding: 1.5em .5em;
}
#content h2 {
  font-variant: small-caps;
  letter-spacing: .3em;
  margin: 0;
  font-size: 1em;
}
#content hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #CCC;
}
#moziks-powered {
	text-align: center;
	margin: 10px 0;
}