body {
	background-attachment: fixed;
	background-color: black;
	background-image: url("design/bg1.jpg");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-family: helvetica, sans-serif;
}

.transparentblack {
	background-color: #000000;

/*	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; */
	background-color: rgba(0,0,0,0.7);
	}
.transparentblack a {
	color: #cccccc;
}
.transparentblack a:hover {
	color: #ffffff;
}

.transparentwhite {
	background-color: #ffffff;

/*	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
	color: #000000;

	background-color: rgba(255,255,255,0.69);
}
a.menu {
	color: #ffffff;
	font-size: 22px;
	padding: 20px;
	padding-right: 24px;
	padding-left: 24px;
/*	font-family: times, serif;*/
}
a.current {
	background-color: #aeaeae;
/*	background-color: rgba(255,255,255,0.7);*/
}
a.menu:hover {
/*	background-color: #000000;*/
	text-decoration: underline;
}

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

a:hover {
	color: #000000;
}
a img {
	border: none;
}
h1 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	font-family: times, serif;
}
h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 1.15em;
}
p {
/*	margin: 0px;*/
	line-height: 18px;
}
.main {
float: left;  padding: 20px; margin-top: 30px; width: 480px;  

}
.gallerytop {
	padding: 10px; margin-top: 30px;
}
.imagediv {
	width: 780px;
}
.image {
	max-width: 780px;
}
.discleft {
	float: left;  
	margin-top: 30px; 
	width: 380px;
	height: 380px;

}
.discright {
	float: right;
	margin-top: 30px;
	width: 380px;
	height: 380px;

}
.disclefttext {
	float: left;  
	padding: 20px; 
	margin-top: 30px; 
	width: 340px;
	height: 338px;

}
.discrighttext {
	float: right;
	padding: 20px;
	margin-top: 30px;
	width: 340px;
	height: 338px;

}
.right {
	float: right;
	padding: 20px;
	margin-top: 30px;
	width: 210px;
}
.right p {
	margin-top: 2px;
}
.right h2 {
	margin-top: 20px;
}
.right h2:first-child {
	margin-top: 0px;
}
