/* CSS Document */
body {
	background-color: #000000;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
	font-size: 11px;
}
#wrapper {
	width:840px;
	margin: 0 auto;
	text-align:justify;
	height: 582px;
}

a{
	color: #333333;
}

img{  
  border-style: none;
  display:block;
}

h1{
  color:#FF00CC;
  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;
	font-weight: bold;
}
p.comment{
  font-size: 10px;
}

a.menu:hover {
  color: #333333;
}
#current-page {
  color:#ff00CC; /*current link is blue */
}

#menu-bar{
  margin-left: 16px;
  margin-top: 9px;
}
.home-image{
  margin-top: 6px;
}

#content{
  margin: 10px 0 0 0;
  background-color: #fff;
  width: 840px;
}

#main{
  width: 70%;
  float: left;
  
}

#sidebar{
  width: 25%;
  float: right;
  text-align: center;
  }
  
.clearBoth{
  clear: both;
}

.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: 54px;
  width: 126px;
}
#acroweb {
	float: right;
	color: #fff;
	margin-right: 28px;
}
#acroweb a{
  color: #fff;
  font-weight: bold;
}

.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: #ccc;
  color: white;
  font-weight:bold;
}


/*Gallery */
.gallery-name{
  color: #ff00cc;
  font-size:14px;
  float: left;
}

