body {
	background: #C0617F url(images/main-bg.gif) repeat-x;
	color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 800px;
}

img {
	border: 0px;
}

a:link { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
}
.textboxtop2 a{
	text-decoration: none;
}
.textbox1 a{
	text-decoration: underline;
}
#header {
	height: 130px;
	display: block;
	width: 560px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 2;
	overflow: hidden;
}

#container {
	margin: 0px auto;
	width: 892px;
	position: relative;
}

#leftcol {
	margin: 0px auto;
	width: 180px;
	top: 130px;
	text-align: center;
	position: absolute;
}

#content {
	margin: 0px auto;
	text-align: left;
	width: 560px;
	left: 180px;
	position: absolute;
}

#rightcol {
	margin: 0px auto;
	width: 152px;
	top: 130px;
	left: 740px;
	position: absolute;
}

#copyright {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;	
}

.photo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #ca738f;
}
.photo img{
	border: 1px solid #df8fa9;
}
#left {
	float: left;
	padding-top: 110px;
	width: 10px;
}

#right {
	float: left;
	width: 560px;
}

.textboxtop2{
	color: #F8DAE3;
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:1px;
	height: 18px;
	margin-left: 8px;
	padding-left: 20px;
	padding-top: 2px;
	width: 526px;
	text-transform: uppercase;
	background: url(images/textbox-top2d.gif) no-repeat;
}

.textbox1 {
	background: #C0617F url(images/textbox-bg.gif) no-repeat;
	border-left: 1px solid #DF8FA9;
	border-right: 1px solid #DF8FA9;
	color: #F0C5D2;
	margin-left: 8px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	width: 514px;
	padding-bottom: 20px;
}

.textboxbottom {
	background: url(images/textbox-bottom.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 8px;
	margin-left: 8px;
	padding-right: 15px;
	text-align: right;
	width: 531px;
}

#galleryContainer {
	float: left;
	height: 495px;
	width: 152px;
	position: relative;
}
	
#galleryContainer #arrow_down {
	width: 152px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 100;
}
	
#galleryContainer #arrow_up {
	width: 152px;
	height: 35px;
	position: absolute;
	top: 0px;
	text-align: center;
	z-index: 100;
}
	
#theImages {
	top: 35px;
	position: absolute;
	overflow: hidden;
	height: 425px;	
}
	
#theImages div {	
	position: relative;
	height: 3000px;
}
	
#theImages img {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ca738f;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
