/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	text-align: center;
	background: url('../assets/background_stripe.gif') repeat-x;
}

#doc {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	font-family: times, verdana, sans-serif;
	color: #444;	
}

/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input, select, option {
	font-family: times, verdana, sans-serif;
	color: #444;
}

/* Tables
--------------------------------------------------------------------------------------- */	

table, tr, td {
	border-collapse: collapse;
}

/* Nav
--------------------------------------------------------------------------------------- */

#nav {

}

/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {

}

a:hover, a:focus {

}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 22px; }
h2 { font-size: 15px; }

/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }