body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	position: relative;
	left: 190px;
	width: 405px;
	border-right: 1px #000 solid;
	margin: 0px;
	padding: 20px 5px 0px 0px;
	
}
#content h3 {
	margin-bottom: 3px;
	padding-bottom: 0px;
	border-bottom: thin #000 dotted;
}

#content h3 a {
	text-decoration: none;
}

#content div.thumbnails a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px;
}

#content div.thumbnails img {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#content div.thumbnails a:link {
	border-bottom: 1px blue solid;
}

#content div.thumbnails a:visited {
	border-bottom: 1px #880088 solid;
}

#content div.thumbnails a:hover {
	background-color: #CCCCCC;
}

/* Header styles */
#header {
	margin: 0px 0px 150px 0px;
	padding: 0px 5px 0px 180px;
	height: 70px;
	background-color: #CCC;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	color: #000;
	background-image: url("http://images.logdesign.com/images/header.gif");
	background-repeat: no-repeat;
}

body.image-page #header {
	margin: 0px;
	padding: 0px 5px 0px 185px;
	border-right: 0px #000 solid;
}

body.normal-page #header {
	width: 415px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

/* Banner, logo, and up and down arrow image styles */
#corner #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 153px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #000 solid;
	text-align: center;
	background-color: #FFF;
}

#corner #logo img {
	border: 0px;
}

#corner #banner {
	position: absolute;
	top: 71px;
	left: 0px;
	width: 600px;
	height: 150px;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: top left;
}

#corner #bar1 {
	position: absolute;
	top: 0px;
	left: 153px;
	width: 27px;
	height: 70px;
	border-bottom: 1px #000 solid;
	background-image: url("http://images.logdesign.com/images/white-to-gray.gif");
	background-color: #FFF;
	background-repeat: repeat-y;
	color: #000;
}

#corner #bar1 #up {
	position: relative;
	top: 50px;
	width: 27px;
	height: 20px;
	background-image: url("http://images.logdesign.com/images/up.gif");
}

#corner #down {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 222px;
	left: 0px;
	width: 180px;
	height: 19px;
	color: #FFF;
	background-color: #CCC;
	background-image: url("http://images.logdesign.com/images/down.gif");
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 2;
	font-size: 0px;
}

/* Menu styling */
#menu {
	position: absolute;
	top: 241px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 167px;
	color: #000;
	background-color: #CCC;
	background-image: url("http://images.logdesign.com/images/corner.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 90%;
	font-weight: bold;
	z-index: 1;
}

#menu dl {
	margin: 0px 0px 35px 0px;
	padding: 0px;
	border-right: 1px #000 solid;
}

#menu dt {
	font-size: 120%;
	text-align: center;
	border-top: 1px #000 dashed;
	border-bottom: 1px #000 dashed;
	margin: 5px 0px;
	padding: 5px 0px;
}

/* Hack to make the first DT behave like it should */
#menu dt#first {
	margin-top: 0px;
}

#menu dd {
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

#menu dd a {
	display: block;
	width: 163px;
	margin: 0px;
	padding: 2px 0px 2px 3px;
}

#menu a span {
	display: none;
}

#menu a:hover {
	background-color: #080;
	color: #FFF;
	text-decoration: none;
}

#menu dd a:hover span {
	display: block;
	background-color: inherit;
	text-align: right;
}

/* Contact style */
#contact {
	width: 390px;
	margin: 35px 0px 5px 0px;
	padding: 5px;
	border: 1px #080 solid;
	background-image: url("http://images.logdesign.com/images/tdi-logo.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

#contact address {
	display: block;
	padding: 15px 20px;
	font-style: normal;
}

/* Image page divs */
#nav-tools {
	margin: 15px 0px;
	text-align: center;
}

#image-display {
	margin: 15px auto;
	padding: 7px;
	border: 1px #080 solid;
}

