/* 
CSS Stylesheet - design.css
 */

body {
  width: 100%; height: 100%;
  background: black url('../img/layout/web-bg.png') top left repeat-x;
  margin: 0 auto; padding: 0;
	position: relative; z-index: 1;
}

body, h1, h2, h3, td, th, a, select, input, textarea, button {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea, input {
  font-size: 12px;
}

/* text aligns */
.r { text-align: right; }
.l { text-align: left; }
.c { text-align: center; }
.j { text-align: justify; }

/* floating divs */
.left { float: left; }
.right { float: right; }
.cleaner { clear: both; overflow: hidden; height: 1px; }
div[class] .cleaner { height: auto; }

/* LINKS */
a { color: #6d3921; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
