* {
  margin: 0;
  padding: 0;
}
html, body {
	margin:0;
	padding:0;
}
body{
	
	font-family: 'Ariel Black', Gadget, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 100%;

}
a{
	color: #fff;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	font-size: 12pt;
	line-height: 1.8em;
}
h1, h2 {
	font-family: 'Ariel Black', Gadget, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3.5em;
	color: #fff;
}
h2 {
	padding-top: 10px;
	font-size:2.0em;
}
#stand {
  padding: 10px 0;
  
  font-size: 1.5em;
  text-align: left;
  margin-left: 20px;
  text-shadow: 0px -1px 0px #999, -1px 0px 0px #999, 1px 1px 1px #000, -1px -1px 1px #000;
}
div #page {
    margin: 0 auto;
    width: 950px;
    padding: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    }
div #container {
    position: relative;
    
    background-color: #333;
    left: 15%;
    width: 960px;
    color: #fff;
    border: solid 1px #666;
    border-left: none;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    }
#container p{
    text-align: left;
    margin: 10px;
    
}
#container h2{
    font-family: 'Ariel Black', Gadget, sans-serif;
   
    margin-left: 10px;
    color: #fff;
     text-shadow: 0px -1px 0px #999, -1px 0px 0px #999, 1px 1px 1px #000, -1px -1px 1px #000;
    
}
#header {
    margin: 0 0 10px -35px;
}

#header-right {
    float: right;
    margin-right: 20%;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    text-align: center;
    
    
}
#header-right h1{
    font-size: 8em;
}
#leftside {
  
  padding: 0;
  float: left;
  width: 29.6%;
  height: 100%;
  background-color: #666;
  border-bottom: solid 1px #666;
  
}
#rightside {
  float: right;
  width: 70%;
  margin: 0;
}


label {
	float: left;
	width: 180px;

}
#thankyou{
  margin: auto;
}
#thankyou h1{
    color: #fff;
    text-shadow: 0px -1px 0px #333, -1px 0px 0px #333;
    
}
#thankyou a{
    color: #fff;
}
#thankyou a:hover {
    color: #333;
}
#footer{
	float: left;
	width: 943px;
	margin-left: 14.9%;
	padding: 10px;
	background-color: #666;
	margin-top: 5px;
	    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	
}
#container-privacy{
    background-color: #999999;
    position: relative;
    float: left;
    left: 18%;
    width: 850px;
    padding: 15px;
        border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
	
}
#container-privacy p{
	color: #fff;
	text-align: left;
}
#container-privacy h2{
	color: #fff;
	text-shadow: 0px -1px 0px #333, -1px 0px 0px #333;
}
#home img{
 
  margin-left: 25px;
  border: solid 2px #fff;
  
}
#home p{
  font-size: 12pt;
  
  margin-top: 20px;
  margin-left: 25px;
}
#services {
  text-decoration: none;
}
#services img{
  
  margin-left: 20px;
  border: solid 2px #fff;
  margin-bottom: 20px;
  
}
#services p{
  
  display: block;
  line-height: 1.5em;
  font-size: 16px;
  
  margin-left: 25px;
  
}


#services h2, h3{
  margin-left: 25px;
  text-align: left;
  color: #fff;
  
 text-shadow: 0px -1px 0px #999, -1px 0px 0px #999, 1px 1px 1px #000, -1px -1px 1px #000;


}
#outline {
    border: 2px solid #fff;
  border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  padding: 20px;
}







