BODY {
    margin: 0;
    padding: 0;
    background: #000000;
    font-family: Arial;
    font-size: 14px;
}

A {
	color: #790000;
    text-decoration: none;
}

A:hover {
	color: #550000;
	text-decoration: underline;
}

IMG {
    vertical-align: middle;
    border: none;
}

IMG.right {
	float: right;
}

#page {
	height: 650px;
    margin:0 auto;
	padding:1px;
    background:  url(bg.jpg) no-repeat center center;
    width: 1024px;
}

#topMenu {
	height: 30px;
    margin: 150px 210px 3px auto;
    text-align: right;
    font-size: 105%;
    color: #000000;
}

#topMenu .menuItem, #leftMenu .menuItem {
	font-weight: bold;
	margin-left: 20px;
}

#leftMenu {
	float: left;
	width: 150px;
	margin: 70px 0 50px 80px;
}

#leftMenu .menuItem {
	display: block;
	margin-bottom: 10px;
}

#content {
	background-color: #fff79a;
    color: #551111;
	height:340px;
	margin:10px 180px 50px 0;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	overflow:auto;
	padding:5px 10px;
}

#content H3 {
    margin: 32px 0 0 0;
    font-size: 105%;
    font-weight: bold;
    color: #551111;
}

#copyright {
    margin: 65px 100px 0 auto;
    font-size: 9px;
    color: #ffffff;
	text-align: right;
}

.galleryLink {
	float: left;
	font-size: 150%;
	height: 30px;
	padding: 50px 0;
	text-align: center;
	vertical-align: absmiddle;
	width: 33.3%;
}

/* for the cloud */
.sky {
	background-color: #111111;
	opacity: 0.7;
}        

.cloud {
	background-color: #000000;
	border: solid 1px #B97457;
	padding: 10px;
	display: none;
	height: 500px;
	width: 700px;
}

