/*
CSS style sheet for Rust Company

*/


body {
	height: 100%;	margin: 0;	padding: 0;
	background-color: #1a0f02;
	font-size: 11px;
	color: #E9A851;
	font-family: lucida grande, verdana, arial, sans-serif;
	text-align: center;
}

/* Flash containers, used by swfObject script
============================================= */

#flash { /* for SWFObject */
}

.flashAlt { /* for SWFObject */
	margin-top: 25px;
	padding: 0 100px;
}

h1 {
	font-size: 200%;
}

a {
	font-weight: bold;
	color: #9cf;
}

a:hover {
	font-weight: bold;
	color: #fff;
}

hr {
	border: 0;
	background-color: #855320;
	height: 1px;
}



