/*************************************************************************************************/
/* (c) 2008, Summerleaze Computer Services                                                                                              */
/*************************************************************************************************/

html, body {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

body {
  background: #99DDFF url(images/clouds.jpg);
}

a {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: blue;
	font-weight: bold;
}

h1 {
  font-size: 1.5em;
  text-decoration: underline;  
  margin: 1em 0 0 0;
  padding: 0;
}

h2 {
  font-size: 1.2em;
  text-decoration: underline;  
  margin: 0;
  padding: 0;
}

table#contact
{
  margin: 1em auto;
  width: 90%;
}
table#contact td:first-child
{
	width: 20%;
  text-align: right;
  font-size: 0.9em;
}

table.main {
  width: 100%;
}

table.main td {
  width: 50%;
  text-align: center;
}

table.main td p {
  padding: 0.2em;
  font-style: italic;
}

table.pictures {
  width: 95%;
}

table.pictures td {
  width: 20%;
}

/*************************************************************************************************/

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.centered {
	text-align: center;
}

/*************************************************************************************************/

#header {
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

/*************************************************************************************************/

#content {
	position: relative;
	width: 740px;
	margin: 1em auto 0;
	text-align: left;
  padding: 20px 20px 0;
  background: url(images/page.gif);
}

#page-bottom {
	width: 780px;
  height: 20px;
	margin: 0 auto 1em;
  background: url(images/bottom.gif);  
}
/*************************************************************************************************/

#footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 75%;
	color: gray;
}

/*************************************************************************************************/

#menu {
  padding: 0;
  margin: 0.2em 0;
  line-height: 1em;
  background: #B5D1A0;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  float: left;
  padding: 0;
  margin: 0;
}

#menu li a {
  display: block;
  float: left;
  height: 2em;
  line-height: 2em;
  width: 7em;
  border-right: 0.1em solid white;
  color: black;
  text-decoration: none;
  text-align: center;
}

#menu li a:visited {
  color: black;
}

/*************************************************************************************************/

div#security { 
	clear: both;
	float: right; 
	width: 32.7em;
	margin: 5px auto; 
	text-align: center;
}

div#security img {
	margin: 0;
	padding: 0;
	border: 1px solid black; 
}

label {
	clear: both;
	float: left; 
	width: 10em;
	margin: 5px 0;
	text-align: right;
}

input, textarea { 
	width: 35em;
	margin: 5px 0; 
}

textarea {
	overflow: auto;
	width: 35.9em;
}
