* { margin: 0; padding: 0; border: none; }

html {
	height: 100%;
}

body {
	/*background-color: #8d7467;*/
	background-color: #aaa;
	text-align: center;
	height: 100%;
	font: 12px verdana, sans-serif;
	/*background: #fff url(../graphics/outbg.jpg) repeat-x top center;*/
}

#outdiv {
	width: 780px;
	height: 100%;
	background-image: url(../graphics/bgbtm.jpg);
	text-align: center;
	margin: 0 auto;
}

#maindiv {
	text-align: left;
	margin: 0 auto;
	width: 780px;
	background-image: url(../graphics/bg.jpg);
}

#intdiv {
	width: 780px;
	background-image: url(../graphics/sprite.jpg);
	background-repeat: no-repeat;
	min-height: 800px;
}

/* IE hack */
* html #intdiv, * html #outdiv {
	height: 100%;
}
* html #intdiv {
	height: 800px;
}


#menu {
	/* another IE hack */
	display: inline;
	float: left;
	margin: 30px 0 0 10px;
	width: 135px;
}
	#menu a.ml {
		display: block;
		width: 115px;
		padding: 10px;
		/*background-color: #8d7467;*/
		background-color: #e00;
		font: bold 12px tahoma, sans-serif;
		color: #fff;
		text-decoration: none;
		float: left;
		margin-bottom: 2px;
	}
	#menu a.ml:hover {
		background-color: #fff;
		color: #8d7467;
		border-right: 10px #f00 solid;
		padding-right: 0;
	}

#content {
	display: inline;
	float: left;
	margin: 30px 30px 0 30px;
	width: 570px;
}
	#content .topimg {
		margin: 5px 10px;
		border-bottom: 10px #f00 solid;
	}
	
	#content .image {
		margin: 5px 10px;
	}
	
	#content .text {
		margin: 10px;
	}

#btmedge {
	background-image: url(../graphics/btmedge.jpg);
	width: 760px;
	height: 30px;
}
	
h1 {
	color: #8d7467;
	font: bold 17px verdana, sans-serif;
	margin-left: 20px;
}

h3 {
	color: #000;
	font: bold 13px verdana, sans-serif;
	margin-left: 20px;
	margin-bottom: -10px;
}

p.bread {
	margin: 10px 20px;
}

img.snap {
	margin: 10px 0;
	display: block;
}

ul {
	margin-left: 40px;
}
ul li {
	margin: 6px 0;
}

.underline {
	text-decoration: underline;
}

.bold { font-weight: bold; }

.end { clear: both; overflow: hidden; height: 1px; }
