﻿/* 0 BASIC TAGS */

html,body
{
	background-color: #F8FECC;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	top:0;
	height:100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

ul {
    /*list-style-position: inside;*/
    margin-left: -5%; 
    list-style-type: disc;
}

hr {
	border: 0;
	color:Black;
	/*border-top: 1px solid #505050;*/
	height: 4;
}

a {
	/*text-decoration: none;*/
	font-size: 25px;
	color: #DBB94F;
	
}

a:visited 
{
	font-size:30px;
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}



img {
	border-width: 0;
}

/* 1 HEADER */

.Header 
{
	/*background-image: url('.\Images\Goldenhands_logo_small2.jpg');
	background-repeat: repeat;*/
	background-color:Maroon;
	z-index:1;
	width: auto;
	height: 150px; 
	text-align: center;
	position:relative; 
	margin: 0;
	padding-top: 1px; /* Weird Mozilla Bug */
	margin-top:0px;
	/*padding-bottom: 40px; /* Weird Mozilla Bug */
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.content 
{
   padding:10px;
   padding-bottom:20px;   /* Height of the footer */
   position: relative; 
   top: 0px; 
   background-color: transparent;
   width:auto; 
   height: 55%;
}

.page
{
   background-repeat: repeat-y;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   padding-bottom:50px;
   height:55%
}

#Services {
	
	/*position: relative;
	width: 686px;
	padding: 0px 37px;*/
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
	margin-left: -50px; 
	margin-right: 70px;   
}

.Wrapper
{
   min-height:100%;
   position:relative;
}


h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}


/* 3 FOOTER */


.footer {
	/*background-image: url(images/footer.gif);*/
	position:relative;
	bottom:0;
	/*bottom:-1px;*/
	width: 100%;
	height: 20px;
	text-align: center;
	font-family: Calisto MT;
	/*font-size: 10px;*/
	color: #000000;
}




