div#everything {
	margin: 0 auto;
	width: 800px;
}

div#head {
	width: 800px;
	text-align: left;
	position: relative;
}

div#midsection {
	width: 800px;
	text-align: left;
	position: relative;
	float: left;
}

table#menu {
	position: relative;
	width: 800px;
	vertical-align: top;
	text-align: center;
}

table#menu td {
	width: 130px;
	vertical-align: top;
}

td.diotransdotcom {
	width: 150px;
}

div#bottom {
	width: 800px;
	text-align: center;
	line-spacing: 1em;
	font-size: 10pt;
	clear:both;
}

p.choosestyle {
	text-align: center;
	font-size: 10pt;
}

p.choosestyle a {
	text-decoration: underline;
}

div.sidemenu {
	vertical-align: top;
	float: left;
	position: relative;
	width: 175px;
	/*border: 1px solid red;*/
}

div.sidecontent {
	vertical-align: top;
	float: left;
	position: relative;
	/*border: 1px solid red;*/
	width: 575px;
}

.emphasis {
	font-weight: bold;
}

div.bottommenu {
	position: relative;
	margin:0 auto;
	padding: 10px;
	width: 600px;
	text-align: center;
}

table.imagetable {
	width: 800px;
	/*border: 1px solid black;*/
}

div.imgrow {
	position: relative;
	clear: both;
}

div.imgwrapper {
	position: relative;
	float: left;
	width: 150px;
	height: 225px;
	overflow: hidden;
}

p.caption {
	font-weight: bold;
	text-align: center;
}

div.previous, div.next {
	position: relative;
	float: left;
	width: 380px;
	padding: 5px;
}

div.previous {
	text-align: left;
}

div.next {
	text-align: right;
}