body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background: #CE0000;
}

/* ---( divisions )----------------------------- */

#leftPart {
	position: absolute;
	width: 190px;
	margin-top: 7px;
}

#rightPart {
	position: absolute;
	margin-left: 200px;
	margin-top: 7px;
	border: 1px solid black;
}

#thumbnails {
	position: relative;
	text-align: center;
	top:0px;
}

/* ---( text properties )----------------------------- */

.miniPic {
	border: 1px solid black;
}

a {
	text-decoration: none;
	color: #369;
}

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

