body {
	margin:0px;
	padding:0px;
	background-color:#E7B98A;
	width:100%;
	height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bolder;
	color:#CC9966;
}

p {
	margin:0px;
}

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

#header {
	width:100%;
	height:46px;
}

#header img {
	margin:3px 0px 0px 100px;
}

#menu {
	float:right;
	display:inline;
	margin:13px 13px 13px 13px;
	padding:0px;
	list-style:none;
}

#menu li {
	margin:0px 0px 0px 13px;
	padding:0px;
	float:right;
	line-height:10px;
}

#aboutlink {
	margin-left:13px;
}

#content {
	position:absolute;
	left:5%;
}

#leftpage, #rightpage {
	background-color:#FFFFFF;
	float:left;
	margin:0px;
}

#leftpage {
	float:left;
	text-align:right;
	width:352px;
}

#rightpage {
	padding-top:12px;
	background-image: url(../html/gfx/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#thumbcontainer {
	width:325px;
	float:left;
	display:inline;
	margin: 0px 0px 10px 13px;
	padding:0px 0px 0px 13px;
	height:445px;
	border-top: 1px solid #E7B98A;
	border-bottom: 1px solid #E7B98A;
	border-left: 1px solid #E7B98A;
}

* html #thumbcontainer {
	width:339px;
	w\idth:325px;
}

#thumbcontainer img {
	margin:13px 13px 0px 0px;	
}

#galleryselectors {
	float:right;
	display:inline;
	margin:0px 10px 10px 0px;
}

#gallerybwd {
	float:right;
	display:inline;
	margin: 0px;
	cursor:pointer;
}

#galleryfwd {
	float:right;
	display:inline;
	margin:0px;
	cursor:pointer;
}

#rightpagecontent {
	color:#CC9966;
	height:445px;
	width:338px;
	margin: 12px 13px 40px 0px;
	border-top: 1px solid #E7B98A;
	border-bottom: 1px solid #E7B98A;
	border-right: 1px solid #E7B98A;
}

#rightpagecontent a {
	color:#CC9966;
}

#rightpagecontent img {
	margin-top:13px;
	margin-left:13px;	
}

.abouttext {
	display:none;
	margin:13px;
	width:300px;
	height:300px;
	background-color:#FFFFFF;
}

.abouttext p {
	margin-bottom:10px;
}

#aboutlink {
	cursor:pointer;
}