* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	font: .75em/1.25em arial, helvetica, sans-serif;
	color: #222;
	text-align: center;
	background: #f0f2f5 url(../img/bg.gif) repeat-y center top;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}

/* LINKS ---------------------------------------- */

a {
	color: #0000ff;
}
a:hover {
	color: #f68f1e;
	text-decoration: none;
}

/* TYPOGRAPHY ----------------------------------- */

p {
	margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 .3em;
	line-height: 1em;
}
h1 {
	margin-top: 0;
	margin-bottom: .75em;
	font-size: 22px;
}
small {
	font-size: .9em;
}
blockquote {
	margin-left: 2em;
}

/* LISTS ---------------------------------------- */

ul, ol {
	margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul.related, ol.related {
	margin-top: -1em;
}
li {
	margin-left: 1.4em;
	padding-left: 0;
	line-height: 1.4em;
}

/* LAYOUT --------------------------------------- */

#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#pageInner {
	padding: 2em;
}
#nav {
	float: right;
	text-align: right;
}
#loader {
	position: absolute;
	top: 2em;
	left: -2.5em;
	width: 16px;
	height: 16px;
	display: none;
}
#footer {
	padding: 1.5em;
	text-align: center;
	color: #555;
	font-size: .9em;
}
#footer a {
	color: #2b2baa;
}

#flashMessage, #authMessage {
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-bottom: .3em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-align: center;
}
#flashMessage.error, #authMessage {
	color: red;
	border-color: red;
}
#flashMessage.success {
	color: green;
	border-color: green;
}
