body {
	font-family: verdana;
	padding: .25em;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	padding-bottom: 308px;
	font-size: 100%;
	font-family: Georgia;
}

div#main {
	position: relative;
	left: 176px;
	top: 61px;
	width: 962px;
	height: 724px;
	margin-right: 173px;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
}

body#demo div#main {
	background-image: url(../images/body_demo.jpg);
}

div#main ul#nav {
	position: absolute;
	left: 273px;
	top: 205px;
}

div#main ul#nav li {
	float: left;
	color: white;
	font-weight: bold;
	margin-right: 1.5em;
}

div#main ul#nav li.inactive {
/*	opacity:0.55;*/
}

div#content {
	position: absolute;
	bottom: 59px;
	left: 67px;
	width: 825px;
	height: 420px;
}

div#content.butler {
	background-image: url(../images/butler.png);
	background-position: 30px bottom;
	background-repeat: no-repeat;
	padding-bottom: 96px;
	padding-left: 240px;
	height: 324px;
	width: 585px;
	font-size: 1.75em;
	letter-spacing: 2px;
	line-height: 115%;
}

div#content.butler.demo {
	padding-left: 275px;
	height: 275px;
}

div#content p {
	margin-bottom: .75em;
	margin-top: .25em;
}

div#content li {
	list-style: disc;
	margin-left: 1em;
}

/* ABOUT */

#about {
	line-height: 1.1em;
	border: 1px solid #555555;
	width:640px;
	margin:auto;
}

#about-left{
	float:left;
	padding: 20px;
	padding-right:30px;
	padding-left:22px;
	width:270px;
	height: 280px;
	overflow: auto;
}

#about-right{
	padding: 20px;
	padding-right:20px;
	padding-left:30px;
	margin-left: 120px;
	width:268px;
	height: 280px;
	overflow: auto;
}

div#content table.about td h2 {
	text-align: center;
	font-size: 1.25em;
}

p#copyright {
	position: absolute;
	left: 540px;
	top: 790px;
	color: white;
	text-align:center;
	line-height: 1.2em;
}
