/*--------------------------------------------------------------
 Application.css
 Imports all stylesheets; sets defaults for bare elements
 --------------------------------------------------------------*/

/*@import 'layout.css';
@import 'content.css';*/

body {
	background: url('gfx/registration.jpg') no-repeat center top;
	font: normal 13px papyrus, sans-serif;
	background-color : #7e5119;
}

input,
textarea { font:  normal 13px georgia, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }
p {height: 18px;}

a:visited { color: #930; }
a:link { color: #f2e3ca; text-decoration: none;}
a:hover, a:active  { color: #555555; }

.credits {  float:right; }
.headerklass {  position: relative; 
				left:110px; 
				top:21px; 
				color:white; 
				font-color:white; }

h3 { color: #65100c; }