body {
	margin: 0px;
	background: #CA8;
	background-image: url('images/papertex.jpg');
	padding: 0px;
	color: #330;
	width: 100%;
	height: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}


a {
  color: #006;
  text-decoration: underline;
}
  
a:hover{
	color: #009;
	text-decoration: underline;
	background-color: #FC6;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1em;
}

#wrap{
	margin: 0.5em 0em 3em 0em;
	padding: 0em;
}
  
#mainpage {
	margin:0 auto 0 auto;
	padding: 1em;
	width:680px;
	max-width: 90%;
	height: auto;
	font-size: 1.5em;
	text-align: center;
	background: #FFFFFF;
}

#mainpage p{
	text-align: left;
}

#mainpage ul, ol{
text-align: left;
}

#mainpage li{
margin: 0.2em;
}

#mainpage img{
  padding: 0.2em;
  margin: 0.2em;
  vertical-align: middle;
 }
 
.subtext {
	font-size: 0.75em;
}
 
#header {
	height: 94px;
	width: 800px;
	clear: both;
	padding: 0em;
	margin:0 auto 0 auto;
	border: none;

  }

#menu {
	margin:0 auto 0 auto;
	text-align: center;
	line-height: 2.5em;
	width: auto;
}

#menu ul{
	display:inline;
	margin:0;
	padding:0.2em;
	list-style:none;
}

#menu ul li {
	display: inline;
	margin:0;
	padding:0.5em;
}
	
#menu a {
/*	background-color: #CCFFCC;*/
	padding: 0.2em;
	margin: 0em;
/*	border : 1px solid #FFFFFF;*/
	font-size: 1.5em;
	text-decoration: none;
	width: auto;
	color: #660;
	font-weight: bold;
/*	text-align: center;*/
}

#menu a:hover {
	background-color: #FCC;
/* 2px solid #009;*/
	color: #090;
}

#menu ul{
  list-style: none;
  margin: auto;
}

#wrap {
	position: relative;
	min-height: 100%;
}

* html #wrap
{
height: 100%;
}

#footer{
position: relative;
background-color: #633;
color: #ffe;
clear: both;
width: 100%;
min-height: 1.5em;
margin-top: -1.5em;
height: auto;

}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #99f;
	background-color: #633;
}

#footerleft {
margin-left: 0.1em;
}

#footercenter {
margin-top: -1.2em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#footerright {
float: right;
margin-right: 0.1em;
margin-top: -1.2em;
}    

#contactform {
height: auto;
margin-right: 5%;
margin-left: 5%;
text-align: center;
}

#contactform p {
	text-align: left;
}

#contactform input {
	text-align: left;
}

 #contactform form, submit{
 padding: 0px;
 margin: 0px;
 }
 
 .centre input {
	text-align: center;
}

.subscribe{
	width: 12em;
}

.centre{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.submit input {
/*	margin-left: 4.5em; */
	color: #000;
	background: #CCFFCC;
	border: 0px;
}
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}
