@charset "utf-8";
/*  */

html body{
	margin-top:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, Helvetica, arial, sans-serif;
	font-size:1em;
	color:#000000;
	background-image:url(../images/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

/* TYPOGRAPHY */
p {
	margin:0 0 0.8em 0;
	font-size:0.8em;
}
ul {
	margin:0 0 0.8em 0;
	font-size:0.8em;
	padding-left:30px;
}
h1 {
	letter-spacing:-1px;
	margin:0.3em 0 0.6em 0;
	color:#000;
	font-size:2.5em;
}
h2 {
	font-size:1.9em;
	margin:0 0 0.5em 0;
}
h3 {
	font-size:1.5em;
	margin:0 0 0.5em 0;
}
h4 {
	font-size:1em;
	margin:0 0 0.5em 0;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
	}
.highlight {
	color:#E17000;
}
.subdued {
	color:#999;
}
.error {
	color:#c00;
	font-weight:bold;
}
.red {
	color:#c00;
	font-weight:bold;
}
.success {
	color:#390;
	font-weight:bold;
}
.caption {
	color:#999;
	font-size:0.6em;
}
.bold {
	font-weight:bold;
}

/* GENERAL */
img {
	border:none;
}
hr {
	margin:0em 0;
	background-color:#E1E1E1;
	height:1px;
	color:#E1E1E1;
	border:none;
	clear:both;
}
.clear {
	clear:both;
	display:block;
	font-size:1px;
	font-size:0em;
	height:0px;
	line-height:0px;
} 
form {
	margin-top:0px;
	margin-bottom:0px;
}
.blankdiv {
	height:1px;
	line-height:0px;
	font-size:1px;
	margin:0px;
	padding:0px;
}


/* links */

a {
	color:#000000;
	text-decoration:underline;
}

/* Layout */
#pagewrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#FFFFFF;
	margin-top:15px;
	margin-bottom:10px;
	position:relative;
	border:3px solid #FFF;
}


