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

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
	width: 500px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #E8E9EE;
	padding-left: 5px;
}
div#myOtherElement1 {
	width: 500px;
	height: 20px;
	padding-left: 5px;
}

#divbox {
	border: 1px solid #ccc;
	background-color: #E8E9EE;
	padding-left: 5px;
}

div#myOtherElement span, div#myOtherElement a, div#myOtherElement1 span, div#myOtherElement1 a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover, div#myOtherElement1 a:hover {
	background: #002a54;
	color: #fff;
}
.text {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#333333;
}
.text1 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color:#333333;
	text-transform:uppercase;
}
.text, a {
	text-decoration:none;
	color:#039;
}
#titlegallery {
	width:550px;
	padding:5px 10px;
}
.titlegallery {
	font: 12px Arial, Helvetica, sans-serif;
	color:#039;
}