/* CSS Document */

body
{
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
}

img
{
	border:0;
}

/* divs */
#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:410px;
	height:127px;
}

#left
{
	font-family: Georgia;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
	
	position:absolute;
	top:150px;
	left:20px;
	width:430px;
}

#right
{
	font-family: Arial;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;

	position:absolute;
	top:150px;
	left:500px;
	width:320px;
}

/* gallery style */

#thumbnails
{
	position:absolute;
	top:150px;
	left:20px;
	width:805px;
	height:120px;
}

#gallery
{
	position:absolute;
	top:175px;
	width:805px;
	left:20px;
}
#imgPrevious
{
	position:absolute;
	bottom:10px;
	left:10px;
}
#imgNext
{
	position:absolute;
	bottom:10px;
	right: 10px;
}
ul
{
	display:inline;
	padding:0px;
}

li
{
	display:inline;
	padding-right:9px;
}

/* classes */

.title
{
	font-family: Arial;
	background-color: #333;
	color: #ccc;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.3em;
	padding:2px 4px 2px 4px;
	font-weight:bold;
}

.meta
{
	font-family: Arial;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	text-align: right;
	letter-spacing: 2px;;
	line-height: 1.2em;
	font-size: 0.8em;
	text-transform:uppercase;
	border-top:1px solid #999;
	padding-top:2px;
}

.img
{
	border:1px solid #444444;
}

/* attributes */

a, a:visited
{
	color:#330000;
	text-decoration:none;
}

a:hover
{
	color:#444;
	text-decoration:none;
}
.commentHeader {
	font-family: Aria;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5E3B41;
	margin: 4px;
	padding: 4px;
}
.thinRedBorder {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	z-index: 5;
	position:absolute;
}

