body {	
	margin:10px;
	background:#E3E0D6;
	text-align:center;
  color:#747575;
  font-family:Arial,Helvetica,sans-serif;
	font-size:12px;  
}

#wrapall {
  margin:auto;
  width:955px;  
}

#header {
  background:transparent url(images/logo.png) repeat-x scroll 0 0;  
  width:955px;
  height:93px;
  min-height:93px;  
}
#wrapall img,
#wrapall a {
  border:none;
}

#close-content {
  clear:both;
  width:100%;  
}

#content {
  background:#FFFFFF url(images/bg_content.gif) repeat-x scroll 0 0;
  min-height:300px;
  width:915px;  /* 955 - (2*padding) */
  text-align:left;
  padding:20px;
}

#foot {
  clear:both;
  background:transparent url(images/bg_foot.gif) no-repeat scroll 0 0;
  height:100px;
  width:100%;  
  left:0;
  position:relative;
  top:0;
  z-index:10;
  font-size:0.8em;
  padding:5px;
}

a, a:visited {
	color:#747575;
}

a:hover, a:active {
	color:#D90018;
}

h3 {
	color:#ffffff;
	background:#5f005f;
	font-size:1.7em;  
}

h2,h4 {
  font-family:Arial,Helvetica,sans-serif;
}

h4 {
  font-size:1.6em;
}

p {
  font-size:1.3em;
}

td {
	margin:5px;
	border:1px solid #dfdfdf;
}

form {
	padding:5px;
	width:850px;	
	font-size:0.9em;
}

label {
	width:130px;
	margin-bottom:5px;
	float:left;
}

input, option, select {
	margin-right:20px;
	margin-bottom:5px;
	width:250px;
	float:left;
}

.radio {
  margin-right:10px;
  width:20px;  
}

.altern {
	background:#eae5ec;
}

.menuline {
	border:1px solid #dfdfdf;
	width:850px;	
	height:60px;
}
.menuline label {
	width:200px;
}
.menuline .checkbox {
	margin-right:10px;
	margin-bottom:5px;
	width: 15px;
}
.menuline submit {
	width:150px;
}
table {
	font-size:0.8em;
}
.warning {
	color:#ff0000;
}

#checkword {}

#captcha {
  clear:left;  
  /* margin-left:83px; */
  margin-left:130px;
  margin-top:0px;
  margin-bottom:10px;
  padding-top:32px;
  background:url(images/arrow-up.gif) no-repeat top center;
  width:250px;
}
#archive-col {
  float:right;
  margin-left:10px;  
}
#form-col {
  width:700px
}
#archive-thumbs {
  text-align:center;
}
#archive-thumbs img {
  border:1px solid #efefef;
  margin:3px;
  /*transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); 
  opacity: 1;*/
}
#archive-thumbs img:hover {
  border:1px solid red; 
  transform: rotateZ( 7deg) scale(1.1,1.1); 
  /*opacity: 0.7;*/   
}
