body {
background: #ffcc00;
color: #ffffff;
margin: 20px 250px 30px 250px;
font-family: 'Pontano Sans', sans-serif;
}
#menu {
width:100%;
margin:0;
}
#menu a {display:block;
background:#e49d02;
color:#ffffff;
font-size:200%;
text-decoration:none;
text-align:center;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   width:25%;
   border:1px solid #a54e02;
   float:left
}
#menu a:hover {
background:#ffcc00;
}
#menu a.active{
background:#ff9900;
}
#container {
background-color: #a54e02;
background:url("/images/background.png");
background-repeat:no-repeat;
background-size: cover;
color: #ffffff;
min-height: 646px;
min-width: 990px;
border: 1px solid #e49d02;
}
blockquote { padding-left: 30%;
padding-top:200px;
font-style:italic;
text-shadow: -1px -1px #404040;
font-size:170%;
}
.right {
text-align:right
}
.signature {
padding-left: 60%;
padding-top:0;
font-style:normal;
font-size: 120%;
}
h1 {
padding-left: 30%;
padding-top:200px;
font-style:italic;
text-shadow: -1px -1px #404040;
font-size:170%;
}
h2 {
padding-left: 30%;
margin-top:80px;
text-align:center;
font-style:italic;
text-shadow: -1px -1px #404040;
font-size:170%;
}
h3 {
text-align:left;
font-style:italic;
text-shadow: -1px -1px #404040;
font-size:170%;
}
p {
padding-left:30%;
font-size: normal;
}
#container img {
padding:2px;
background: #000000;
border: 1px solid #ffffff;
float:right;
margin-right:20px;
}
.left {
float:left;
}
#therapy-menu {
padding-left:20%;
float:left;
width:200px;
height:500px;
}
#therapy-menu a{
font-size:120%;
text-align: center;
color: #ffffff;
text-decoration:none;
display:block;
width:170px;
margin-top: 2px;
margin-bottom: 2px;
}
#therapy-menu a.secondary, #therapy-menu a:hover {
margin-top: 0;
margin-bottom: 0;
border-top: 2px solid #ffcc00;
border-bottom: 2px solid #ffcc00;
}
form {
padding-left:30%;
}
label { 
display:block;
width:100px;
font-size: normal;
float:left;
}
input, textarea {
width:300px;
font-size: 90%;
font-family: 'Pontano Sans', sans-serif;
color: #a54e02;
}
 {
margin-top: 15px;
width:80px;
font-size:110%;
font-family: 'Pontano Sans', sans-serif;
color: #a54e02;
background:#ffcc00;
text-shadow: -1px -1px #404040;
}
input[type="submit"]{
margin: 20px 120px;
width: 100px;
      -moz-box-shadow: #e49d02 2px 2px 4px;
       background-color: #ffcc00;
      border: 1px solid #ff9900;
         box-shadow: #e49d02 2px 2px 4px;
      color: #ffffff;
      font-size: 110%;
      text-decoration: none;
      text-shadow: #000000 1px 1px;
    }
input[type="submit"]:hover {
     background-color: #ffcc00;
      border: 1px solid #a54e02;
    }
small { 
margin-top:1px;
font-size:70%;
color:#ffffff;
} 
small a {
color:#ffffff;
text-decoration:none;  
}