/* -------------------------------------------------------------------------- Body
*/
body {
	background-image: url(../images/structure/background-grad.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

/* -------------------------------------------------------------------------- Links
*/
a, a:visited {
	color: #FF0000;
	outline: none;
	border: none;
}
a:hover, a:active {
	text-decoration: underline;
}



/* -------------------------------------------------------------------------- Defaults
*/
div, span, a, p {
	position: relative;
	background-repeat: no-repeat;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}



/* -------------------------------------------------------------------------- Hacks
*/

.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}



/* -------------------------------------------------------------------------- Headers
*/

h1, h2 {
	text-transform: uppercase;
}



/* -------------------------------------------------------------------------- Misc
*/

.large {
	font-size: 18px;
}