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;
}

#info {
	position: absolute;
	border: 3px solid black;
	width: 150px;
	top: 20px;
	left: 6px;
	background: white;
	padding: 10px;
}

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

#logo {
	position: relative;
	border: 3px solid black;
	width: 94px;
	top: 290px;
	left: 6px;
	z-index: 1;
	background: white;
	text-align:center;
	font-family: 'Impact';
	font-size:22px;
	padding: 10px 40px 10px 40px;
}


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

.miniPic {
	border: 1px solid black;
}

h1 {
	font-size:16px;
	line-height:12px;
	font-weight: bolder;
	color: black;
}

p {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size:14px;
	color: black;
}

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

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

#logo a {
	text-decoration:none;
	color: #000000;
}

#logo a:hover {
	text-decoration:none;
}
