/* HTML */

body {
	width: 100%; height: 100%;
	background : #dbd9da;
	margin: 0;
	padding:  0;
	font: 14px/22px "Lucida Grande", Lucida, Verdana, sans-serif; color: #959294; }

a {
	color : #959294;
	text-decoration : none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a.selected {
	text-decoration: none; color: #111; }

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none; margin-bottom: 5px; }

.container { margin: 40px; }

/* LAYOUT */

.header { width: 100%; height: 40px; }

#left {
	float: left;
	width: 300px; margin-right: 10px; }

#right {
	float: left; height: 100%; width: 500px; }

h1 { color: #959294; font: 2.3em "Lucida Grande", Lucida, Verdana, sans-serif; }

.imageTitle { font-size: 12px; }

.clearfix { overflow: hidden; height: 100%; }

#prev { width: 50%; float: left; display: block; }

#next { text-align: right; width: 50%; float: right; display: block; }
