dl {
	text-align: left;
}

dt {
	clear: right;
	display: block;
	background-color: #FFCCCC;
	color: black;
	font-weight: bold;
	-moz-border-radius-topleft: 9px;	
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomleft: 9px;	
	-moz-border-radius-bottomright: 9px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

dd {
}

p {
	width: 100%;
}

#topimage {
	margin: 10px;
}

#sideimage {
	margin: 10px;
	border:1px solid #aaaaaa;
}


#myli {
  list-style-type: square;
  margin-left: 40px;
}


div.unitdesign {
 	display: block;
	float: left;
	margin: 10px;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #EAEAF4;
	overflow: auto;
	-moz-border-radius-topleft: 9px;	
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomleft: 9px;	
	-moz-border-radius-bottomright: 9px;
        width: 120px;
}

#nav {
	display: block;
	clear: both;
}


.nice { 
  padding: 5px;
}
