#contener {
	position: absolute;
	width: 900px;
	height:600px;
	margin-left:-450px;
	left: 50%;
	margin-top:-300px;
	top:50%;
	border-style: solid;
	border-width:1px;
	}

#menu {
	position: absolute;
	right:15px;
	width:255px;
	min-height:140px;
	_height:140px;
	top:15px;
	background-color:#FFFFFF;
	z-index:40;
	}
#menuprojects {
	position: absolute;
	right:15px;
	width:255px;
	top:15px;
	background-color:#FFFFFF;
	z-index:40;
	background-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:6px;
	}
	
#back {
	position: relative;
	width:255px;
	text-align:right;
	}

#menulg {
	position: absolute;
	right:15px;
	top:13px;
	text-align: right;
	z-index:70;
	}
	
#contentt {
	position: absolute;
	right:15px;
	width:255px;
	height:300px;
	overflow:auto;
	top:160px;
	background-color:#FFFFFF;
	}
	
#info {
	position: absolute;
	right:15px;
	width:255px;
	bottom:15px;
	}
	
#image {
	position: absolute;
	left:15px;
	top:15px;
	text-align:center;
	width:600px;
	height:600px;
	vertical-align:middle;
	}

#image img {
	cursor:pointer;
	}

#menu_img {
	position:absolute;
	top:1px;
	left:1px;
	}
	
#menu_img a:hover {
	color:#00FF00;
	}

.highlight {
	color:#00FF00;
	}

	
body {
 font-family: Verdana;
 font-size: 11px;
 }

p { }

a {
 text-decoration: none;
 color: #000000;
 }
 
a:hover { 
 text-decoration: underline;
 }

 
h5 {
 font-size: 92px;
 font-weight: bold;
 padding:1px;
 margin: 0px;
 }
h4 {
 font-size: 10px;
 font-weight: bold;
 padding:1px;
 margin: 0px;
 }

a.bkbt {
	text-decoration:none;
	}

a:hover.bkbt {
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
	}
img {
	border-style:none;
	}

