div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 0px solid black;
	background-color: #000;
	margin-left:20px;
	float: left;
	color:#CCC;
}

div#myOtherElement {
	width: 99px;
	height: 13px;
	overflow: hidden;
	border: 0px solid black;
	background-color: #000;
	color: #ccc;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	margin-left:0px;
	position: absolute;
	float:left;
	padding-left:10px;
	padding-top:3px;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 0px;
	color: #999;
}

div#myOtherElement a:hover {
	background: #000;
	color: #fff;
}
#submenu { margin-top:10px;}
#head { margin-left:0px; top:4px}
#title { font-size:14px; margin-left:1px; margin-bottom:5px; margin-top:5px;}

#links { margin-left:6px;}

#dropdown { position:absolute; margin-left:400px; }

#topbar { position:absolute; height:25px; width:600px; background-color:#000}
