body
{
	background:url('images/mainbg.jpg');
	background-size: auto;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
}

a
{
	padding:10px;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:hover
{
	border-bottom:1px solid;
	color:#9343B9;
}

#wrapper1
{
	position:relative;
	width:100%;
}
	
#wrapper2
{
	position:relative;
	padding-left:5%;
	padding-right:5%;
	
}
	
#header
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	padding:10px;
	margin:0;
	text-align:center;
}
	
#header h1
{
	font-size:200%;
}
#header a:hover
{
	color:#7A2875;
}

#maincol
{
	position:relative;
	margin:0;
}

#leftcol
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	position:relative;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
}


#emailleftcol
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	position:relative;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:500px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
}

#emailrightcol
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	position:relative;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
}

li
{
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}

a:link
{
	color:#000000;
}

#error
{
	color:#FF0000;
}

a:visited
{
	color:#000000;
}

#rightcol
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	position:relative;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
}

centre
{
	text-align:center;
}
	
#centercol
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	padding:10px;
	position:relative;
}

#centercol a:hover
{
	border-bottom:1px solid;
}

.img-valign {
  vertical-align: middle;
}

#footer 
{
	background: rgba(255,255,255,0.4);
	border: black solid;
	border-radius:1em;
	text-align:center;
}

h1 
{
	text-shadow: 2px 2px 8px #000000;
	text-align: center;
}

#window
{
	padding: 15px;
	margin: 15px;
	border: black solid;
	border-radius:1em;
}

button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

 /* Navbar container */
.navbar {
  overflow: hidden;
	border: black solid;
	border-radius:1em;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: orange;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

/* n stuff */
.navbar n {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Add a red background color to navbar links on hover */
.navbar n:hover, .dropdown:hover .dropbtn {
  background-color: orange;
}

/* Links inside the dropdown */
.dropdown-content n {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content n:hover {
  background-color: #ddd;
}

textarea { resize: none; }