body {
	background: #111;
	background-repeat:repeat-x;
	font-family: Helvetica, Verdana, Arial;
	color: #454545;
	font-size: 14px;
	line-height: 18px;
	letter-spacing:1px;
	overflow:hidden;
}

/* Layout */

#container {
	text-transform: uppercase;

}


/* UI */

h1 {
	font-size: 26px;
	color: #454545;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	color: #07ADDD;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #454545;
	font-weight: bold;
}

a, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #111;
	background-color: #FFFFFF;
}

textarea {
	border: none;
	background: none;
	color: inherit;
}

/* Useful Classes */

.centered {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear_float {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.editable {
	text-align:left !important;
}