/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, Times, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	color: #fff;
	background: #005a8c;
	cursor: pointer;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}
/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	background: #493713 url("images/micah_bg.jpg") top center no-repeat;
}

h1 {
	font-size: 1.4em;
	color:#018EB9;
}

img {
	float: left;
	margin: 0 20px 20px 0;
}

a {
	text-decoration: none;
	color: #f93;
}

a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 			{font-size:0.8em !important;}
.tiny 			{font-size:0.7em !important;}
.large 			{font-size:1.3em !important;}
.white 			{color:#fff !important;}
.black 			{color:#000 !important;}
.gray 			{color:#555 !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold			{font-weight: bold;}
.italic			{font-style: italic;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}


#container {
	margin: 280px auto;
	width: 740px;
	color: #ffebc3;
	text-align: left;
}