/* CSS Document */
body {
	background-color: #000000;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
}
#wrapper {
	width:840px;
	height: 558px;
	margin: 0 auto;
	text-align:justify;
}

a{
  color: #999999;
}

img{  
  border-style: none;
  display:block;
}

h1{
  color:#0033ff;
  font-size:18px;
  margin-top: 21px;
  margin-left: 23px;
  margin-bottom:20px;
}
p{
	margin-left: 23px;
	margin-right:23px;
	font-size: 11px;
}
a.menu:link, a.menu:visited {
  font-size:14px;
	text-align: left;
	color: #999999;
	text-decoration: none;
	margin-right: 20px;
}
p.comment{
  font-size: 10px;
}

a.menu:hover {
  color: #cccccc;
}
#current-page {
  color:#0033ff; /*current link is blue */
}

#menu-bar{
  margin-left: 16px;
  margin-top: 9px;
}
.home-image{
  margin-top: 6px;
}

.main-image-left{
  margin-top: 6px;
  width:416px;
  height:490px;
  float:left;
}
.main-image-right{
  margin-top: 6px;
  width:416px;
  height:490px;
  float:right;
}
.logo{
  margin-top:13px;
  margin-right:28px;
  float: right;
  height: 30px;
  width: 98px;
}
.main-text-right{
  margin-top:6px;
  background: url('images/box-top.jpg') no-repeat white;
  float:right;
  width:416px;
  height:480px;
}
.main-text-left{
  margin-top:6px;
  background: url('images/box-top.jpg') no-repeat white;
  float:left;
  width:416px;
  height:480px;
}
.box-bottom-right{
  background: url('images/box-bottom.jpg') no-repeat;
  float:right;
  width:416px;
  height:10px;
}
.box-bottom-left{
  background: url('images/box-bottom.jpg') no-repeat;
  float:left;
  width:416px;
  height:10px;
}
.main-text-left{
  margin-top:6px;
  background: url('images/box-top.jpg') no-repeat white;
  float:left;
  width:416px;
  height:480px;
}
input.bgblack, textarea{
  background-color: #000000;
  color: white;
  font-weight:bold;
}


/*Gallery */
.gallery-name{
  color: #0033ff;
  font-size:14px;
  float: left;
}
