/* Elements */

body {
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #000000;
	background: url(http://oldmilliron.net/images/gradient.jpg) #000000 no-repeat;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	text-align: center;
}
a:link, a.visited, a.active, a.hover {
	color: #228f00;
}
a:link.bottom { 
	text-decoration: none; 
	color: #7e7e7e;
	font-size: 13px;
}
a:visited.bottom { 
	text-decoration: none; 
	color: #7e7e7e;
}
a:hover.bottom, a:active.bottom { 
	color: #228f00;
	text-decoration: none;
}
a:link.menu, a:visited.menu { 
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
}
a:hover.menu, a:active.menu { 
	color: #228f00;
	text-decoration: none;
}

a:link.on { 
	color: #228f00;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #B0BDC5;
	background-color: #B0BDC5;
	border: 0;
}
h1 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
h1.title {
	font-size: 22px;
}
ul, ol {
	list-style-type: square;
	margin-top: 1em;
	margin-left: 0px;
	margin-bottom: 1em;
}
li {
	padding-bottom: .25em;
	line-height: 125%;
	color: #555555;
}

#left li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
}
#left ul { 
	list-style-type: square;
	color: #7e7e7e;
}
.copy {
	color: #444444;
}
.error {
	color: #ff0000;
}
.new {
	color: #ff0000;
	font-size: 10px;
	font-style: italic;
}
/* Divs */

#container {
	width: 920px;
	background: url(http://oldmilliron.net/images/body.jpg);
	padding: 0px; 
	margin: 0px auto;
	text-align: center;
	}
#header { 
	width: 920px;
	height: 206px;
	margin: 0px auto;
	text-align: center;
}
#left {
	float: left;
	text-align: left;
	padding-left: 20px;
}

#right {
	width: 640px;
	text-align: left;
	float: right;
	padding-right: 30px;
}
#content {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer {
	background: url(http://oldmilliron.net/images/footer.jpg) no-repeat;
	color: #7e7e7e;
	margin: 0px auto;
	text-align: center;
	height: 43px;
	padding-top: 60px;
	clear: both;
	font-size: 13px;
}


