
html, body{
    width: 100%;
    height: 100%
}
*
{ margin: 0;
  padding: 0;}

body
{ font: normal 85% Arial, Helvetica, sans-serif;
  color: #000;
  text-shadow: 1px 1px #FFF;
  background: #FFF url(../images/pattern_light.png) repeat;
}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: bold 200% 'Open Sans Condensed', sans-serif;
  color: #284020;
  letter-spacing: -10px;
  margin: 0 0 10px 0;}

h2
{ font: normal 165% 'Open Sans Condensed', sans-serif;}

h3
{ font: normal 150% 'Open Sans Condensed', sans-serif;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% 'Open Sans Condensed', sans-serif;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% 'Open Sans Condensed', sans-serif;
  padding-bottom: 15px;}

a
{ color: #000;
  text-shadow: 1px 1px #FFF;
  font-weight: bold;
  background: transparent;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ height: 450px;
  background: #284020;
  background: -moz-linear-gradient(#437133, #284020);
  background: -o-linear-gradient(#437133, #284020);
  background: -webkit-linear-gradient(#437133, #284020);}

#menubar_container
{ height: 85px;}

#menubar
{ width: 940px;
  height: 100px;} 
  
#welcome
{ width: 940px;
  height: 30px;
  padding: 20px 0 0 0;
  text-align: center;
  margin: 0 auto;}  
   
#welcome h1 a
{ font: bold 150% 'Open Sans Condensed', sans-serif;
  letter-spacing: -2px;
  color: #F4FB3B;
  text-decoration: none;
  text-shadow: 1px 1px #350B39;}
  
#menu_items
{ float: left;
  margin-top: 20px;
  padding: 10px 0;
  width: 940px;
  background: #437133;
  background: -moz-linear-gradient(#437133, #284020);
  background: -o-linear-gradient(#437133, #284020);
  background: -webkit-linear-gradient(#437133, #284020);
  border-bottom: 2px solid #1D2D17;
  border-radius: 30px 0px 30px 0px;
  -moz-border-radius: 30px 0px 30px 0px;
  -webkit-border: 30px 0px 30px 0px;}
  
ul#menu
{ margin:0;
  float: left;}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 1px 0 0;
  display: inline;
  background: transparent;}

ul#menu li a
{ float: left;
  font: bold 120% 'Open Sans Condensed', sans-serif;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px #000; 
  text-decoration: none;
  margin: 0px 0 0 10px;
  padding: 5px 15px 5px 15px;
  background: transparent; } 
  
ul#menu li.current a
{ text-shadow: 1px 1px #323232;  
  background: #284020;
  background: -moz-linear-gradient(#437133, #284020);
  background: -o-linear-gradient(#437133, #284020);
  background: -webkit-linear-gradient(#437133, #284020);
  border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  -webkit-border: 15px 0px 15px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;  }
  
ul#menu li:hover a
{ text-shadow: 1px 1px #000;  
  background: #284020;
  background: -moz-linear-gradient(#284020, #437133);
  background: -o-linear-gradient(#284020, #437133);
  background: -webkit-linear-gradient(#284020, #437133);
  border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  -webkit-border: 15px 0px 15px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;  }

#site_content
{ width: 940px;
  overflow: hidden;
  background: transparent;
  margin: 0 auto;
  padding: 0 0 20px 0;} 

#header_image
{ width: 900px;
  height: 300px;
  margin: 0 auto;
  background: transparent url(../images/header.jpg) no-repeat;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}  
  
.sidebar_container
{ float: left;
  margin: 15px 0 0 0;
  width: 220px;
  padding-right: 15px;}

.sidebar
{ float: left;
  width: 220px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;}

.sidebar_item
{ width: 215px;}

.sidebar h2
{ font: bold 200% 'Open Sans Condensed', sans-serif;}   

#content
{ width: 900px;
  margin-bottom: 20px;
  padding-left: 20px;
  float: left;}
  
#content h1
{ margin-top: 20px;}

.content_item_left
{ width: 440px;
  float: left;
  margin: 0 0 20px 0;}
  
.content_item_right
{ width: 440px;
  float: right;
  margin: 0 0 20px 0;}
  
.content_item_left h3, .content_item_right h3
{ font-size: 200%;
  font-weight: bold;
  color: #F4FB3B;}  
  
.content_container
{ width: 280px;
  padding: 5px 5px 10px 5px;
  margin: 0 10px 10px 0;
  text-align: center;
  float: left;}
  
.content_container h3
{ font-size: 200%;
  font-weight: bold;}
  
#footer_container
{ height: 490px;
  color: #FFF;
  text-shadow: none;
  background: #000;
  border: 1px solid;}

#footer
{ width: 960px;
  height: 100px;
  padding-top: 40px;
  text-align: center; 
  background: transparent;}

#footer a, #footer a:hover
{ text-decoration: none;
  padding-bottom: 20px;
  color: #FFF;
  text-shadow: none;}

#footer a:hover
{ text-decoration: underline;}

.copyright
{  width: 960px;
   padding-top: 20px;
   float: left;
}
 
 .button_small
{ font: normal 110% 'Open Sans Condensed', sans-serif;
  text-align: center;
  margin-left: 95px;
  float: left;
  padding: 5px 15px 10px 10px;
  background: #284020;
  background: -moz-linear-gradient(#437133, #284020);
  background: -o-linear-gradient(#437133, #284020);
  background: -webkit-linear-gradient(#437133, #284020);
  border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  -webkit-border: 15px 0px 15px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
  text-shadow: 1px 1px #574303;
  padding-left: 5px;}

.form_settings
{ margin: 0 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #BBB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: bold 100% 'Open Sans Condensed', sans-serif;
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #284020;
  background: -moz-linear-gradient(#437133, #284020);
  background: -o-linear-gradient(#437133, #284020);
  background: -webkit-linear-gradient(#437133, #284020);
  border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  -webkit-border: 15px 0px 15px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #FFF;
  text-shadow: 1px 1px #000;}

@media screen and(max-width:960px){
   body{
      display:none;
   }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

@media screen and (min-width: 600px) {
     .hereIsMyClass {
          width: 30%;
          float: right;
     }
}

<!-- Codes by HTML.am -->

<!-- CSS Code -->
<style type="text/css" scoped>
a.GeneratedLink:link {
font-size:40px;text-decoration:none;color:#006600;background-color:#CCFF00;
}
a.GeneratedLink:visited {
color:#009900;
}
a.GeneratedLink:hover {
color:#99CC00;
}
a.GeneratedLink:active {
color:#FF9900;
}
</style>

<!-- HTML Code -->
<a class="GeneratedLink" href="https://www.facebook.com/galesgardenservices?ref=aymt_homepage_panel" target="_blank"">Facebook</a>