body {
	margin: 0;
	background-color: #fff;
}
#action-bar {
	position: absolute;
	height:auto;
	top: 5px;
	left: 79px;
}
#object-properties {
	position: absolute;
	height: auto;
	width: 666px;
	top: 100px;
	left: 29px;
	overflow: visible;
}

#ee_page {
	position: absolute;
        top:25px;
}

.leftnav {
	width: 200px;
	background-color: #fff;
	padding: 0; padding-top: 30px;
	vertical-align: top;
}
.bodytext {
	width: 500px; 
	font-family: arial, verdana, helvetica, sansserif, sans;
	font-size: 12px;
	color: white;
        text-align: left;
        vertical-align: top;
}
#content_div {
        margin-top: 110px; margin-bottom: 20px;
        margin-left: 20px; margin-right: 10px; 
        display: block;  
        vertical-align: top;     
}

#content_div a {
        text-decoration: none;
        color: black;
        border-bottom: 1px solid;
        font-weight: 600;
}

#title_div {
        display: block;
        width: 500px;
        text-align: left;
        left: 200px;
        top: 130px;
        position: absolute;
}


#rendered_title {
        background-color: #000000;
        width: 400px;
}
.rightbar {
	vertical-align: top;
	text-align: center;
	padding-top: 0;
	width: 200px;
}

 
img.rightpic {
	border: 0;
	width: 180px;
	margin-bottom: 10px;
}
table.a:link, table.a:visited {
	text-decoration: none;
	color: #ccc;
}
table.a:hover {
	color: #f80;
}


