body{
	text-align:center;
	background-color:#fff;
	margin-top:20px;
	color:#424242;
	font-family:georgia, times;
	font-size:14px;
	line-height:18px;
}
p{
	margin:18px 0 18px 0;
}
a {
	color:#0A3838;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#5F1104;
}
img{border:0px;}
#container{
	background-image:url(../../images/bg.jpg);
	width:865px;
	height:586px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.thumbs{
	margin-top:40px;
	margin-left:-20px;
	margin-right:-10px;
}
.thumbs img{
	width:70px;
	height:70px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.photo{
	width:355px;
	height:200px;
	margin-left:-2px;
	padding:10px 13px 14px 12px;
	background-image:url(../../images/photobg.png);
}
* html .photo{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/photobg.png', sizingMethod='crop');
}

.caption{
	text-align:right;
	margin:2px 0 0 0;
	width:375px;
	font-size:11px;
	color:#626262;
	line-height:11px;
}
#menu{
	position:absolute;
	height:17px;
	width:650px;
	left:120px;
	top:12px;
}
#menu img{
	position:absolute;
	top:0px;
}

h1{
	margin:0 0 -6px -22px;
	height:36px;
}
h1 img{
	position:absolute;
}

.rcol{
	position:absolute;
	width:410px;
	left:380px;
	top:75px;
}

.lcol{
	position:absolute;
	width:300px;
	left:80px;
	top:75px;
}

.rphotos{
	position:absolute;
	width:410px;
	left:410px;
	top:90px;
}
.thirt{
	font-size:12px;
	line-height:16px;
}

ul.half{
	width:120px;
	float:left;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}
#footer{
	font-size:11px;
	color:#999;
}