* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 30px 0;
	text-align: center;
	background: #000000;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #D5DEE8;
	font-size: 65.5%;
}

a:link, a:visited { color: #B2C9E4; text-decoration: none; font-weight: bold; }
a:hover, a:visited:hover { color: #92BBEA; text-decoration: underline; }

#Mast {
	text-align: center;
	margin: 0 0 25px 0;
}

#Mast a:link, #Mast a:visited {	color: #787878; text-decoration: none; }
#Mast a:hover, #Mast a:visited:hover {	color: #92BBEA; text-decoration: underline; }

#Mast img {
	align: center;
	margin: 25px 0 0 0;
}

#MastComments {
	height: 80px;
	background: transparent url(../img/logocomments.gif) center center no-repeat;
}

img.thumbnails {
	border: 5px solid #eee;
	margin: 5px;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #eee;
	font-size: 0px;
	color: #D5DEE8
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #eee;
	font-size: 11px;
	color: #D5DEE8
	}

#CaptionContainer span.left {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	color: #000000
	background-color: #eee;
	width: 50%;
}

#CaptionContainer span.right {
	padding: 0;
	float: right;
	text-align: right;
	color: #000000
	background-color: #eee;
	width: 50%;
}

#CaptionContainer span.left p, #CaptionContainer span.right p {
	padding: 5px 10px 10px 10px;
}

#Counter, .EXIFCaption  { color: #92BBEA ; font-weight: bold; padding-right: 5px }

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: centre;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}

#AboutFooter {
	text-align: centre;
}

#Footer {
	margin-top: 30px;
	text-align: centre;
}

#CommentsBody {
	text-align: justify;
	font-size: 11px;
}

#CommentsHead img {
	border: 5px solid #eee;
	float: left;
	margin: 0 10px 10px 0;
}

.title {
	font-weight: bold;
	margin-bottom: 10px;
}

#CommentsHead p {
	margin-bottom: 10px;
}

#Comments, #CommentsHead, #CommentsAddCaption, #CommentsAdd {
	clear: both;
	padding: 0 15px 15px 15px;
}

#Comments .CommentPoster {
	border-top: 1px solid #999;
	margin: 10px 0 20px 0;
}

#Comments .Poster {
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 5px;
}

#Comments ul {
	list-style-type: none;
}

#Comments li {
	margin-bottom: 1em;
}

#Page {
	border:1px solid #aaa;
	padding:20px;
	text-align:justify;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
}

#Page .column {
	width:50%;
	text-align:justify;
	vertical-align:top;
	padding: 0 10px;
}

#Page .column img{
	margin:10px;
	border: 1px solid white;
}

#Page .column ul {
	list-style-type: none;
}

#Page .column p {
	margin-bottom: 1.5em;
}

ul#links a {
	font-weight: bold;
	padding-right: 5px;
}

ul#links li {
	padding-bottom: 0.5em;
}