@charset "UTF-8";
/* OverflowLTD CSS Document */

html {
	background-color: #e9e2d3;
	color: #2b2b2b;
}

body {
	background-color: #e9e2d3;
	font-family: "Times New Roman",serif;
	size: 1.8em; !important
}

#body {
	width: 900px;	
}
	
	a, a:link, a:visited {
		font-size: 1.3em;
		color: #A1622B;
		text-decoration: none; !important
		background: #FAF4E8; !important 
		
	}
	
	a:hover, a:active {
		font-size: 1.3em;
		color: #A1622B;
		text-decoration: underline; !important
		background: #FAF4E8; !important 
	}
	
	a:hover {
		background:#CCDDCC none repeat scroll 0 0;
		background: #FAF4E8;
	}
	
#header {
	background-color:#261903;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#headerTitle {
	width: 900px; !important
}
	
	#header h1 {
		color: #261903;
		size: 2px; !important
		/*text-indent: -9999px;*/
		/*overflow: hidden;*/
}

#main {
	margin-left :150px;
	margin-right :150px;
	position: relative;
	width: 520px; !important
}

#container {
	background-color: #e9e2d3;
}

	#content {
		font-size: 0.8em;	
	}
	
#main h2 {
	font-weight:bold;
	font-size: 1.8em;
	margin:0 1em 0.5em 0;
	padding-top:0.5em;
}

h3 {
	color: #2B1000;	
	size: 2.9em;
}

	#main h3 {
		font-weight:bold;
		font-size: 1.6em;
		margin:0 1em 0.5em 0;
		padding-top:0.5em;
	}

ul.menu li {
	display:inline;
	font-size: 1.3em;
	margin:0;
	padding:0 1.0em 0 0;
}

	ul.steplist li a {
		font-size: 1.3em;
	}
