body {
  text-align: center;
  padding: 25px;
  margin: 0px;
  background-color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #96a2b9;
}

div#container {
  width: 731px;
  margin: auto;
  text-align: left;
}

div#left {
  float: left;
  height: 500px;
  width: 274px;
  background-repeat: no-repeat;
  background-image: url(images/menuback.jpg);
}

div#right {
  height: 500px;
  width: 731px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(images/contentback.jpg);
}

div#content {
  height: 420px;
  width: 380px;
  overflow: auto;
  padding: 10px;
  padding-left: 15px;
        SCROLLBAR-ARROW-COLOR: #96a2b9;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #96a2b9;
	SCROLLBAR-SHADOW-COLOR: #96a2b9;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

a#galleries {
  display: block;
  width: 125px;
  margin-top: 40px;
  margin-left: 30px;
  height: 30px;
}

a#about {
  display: block;
  width: 100px;
  margin-top: 15px;
  margin-left: 35px;
  height: 30px;
}

a#magazine {
  display: block;
  width: 120px;
  margin-top: 30px;
  margin-left: 80px;
  height: 30px;
}

a#services {
  display: block;
  width: 100px;
  margin-top: 40px;
  margin-left: 155px;
  height: 30px;
}

a#store {
  display: block;
  width: 60px;
  margin-top: 30px;
  margin-left: 185px;
  height: 30px;
}

input {
  background-color: black;
  color: #96a2b9;
  border: white 1px solid;
  font-family: arial, verdana, ms sans serif;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 5px;
} 

textarea {
  background-color: black;
  color: #96a2b9;
  border: white 1px solid;
  font-family: arial, verdana, ms sans serif;
  font-weight: bold;
  font-size: 12pt;
  width: 80%;
  margin-top: 5px;
} 

input.submit {
  width: 30%;
}

a:link {
	color: #C6CCD9;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #C6CCD9;
}
a:hover {
	text-decoration: none;
	color: #5E6D8C;
}
a:active {
	text-decoration: none;
	color: #C6CCD9;
}
