body {
	margin: 0px;
	padding: 0px;
	font-family:verdana, arial,tahoma;
	font-size:11px;
	text-align: center;
	color: #555555;
	background-color: #312e26;
	background: url(../images/background.gif) repeat center top;
}

img {
  border:0px;
}

.index_img {
  margin: 10px 40px 20px 40px;
  float:right;
}

form {
	margin:0px;
	padding:0px;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
	padding-top:30px;
	padding-left:15px;
	z-index: 10;
}

div.main img {
	margin:0 auto;
	background-color:white;
	height: 50%;
	width:400px;
	text-align:center;
	vertical-align: middle;
	/*position: relative;*/
}

.main {
	margin:0 auto;
	background-color:white;
	border-left: 20px #3a362d solid;
	border-right: 20px #3a362d solid;
	width:750px;
}

div.copyright {
  height: 20px;
  padding-top: 2px;
  font-size: 9px;
  color: #999999;
  text-align: center;
}

div.copyright a {
  font-size: 9px;
  color: #999999;
  text-decoration: none;
}

div.copyright a:hover {
  color: #3f969e;
}


