html, body {
height: 100%;
}

body {
background: url('images/bg.jpg') 0 200px repeat-x;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 13px;
color: #3c3c3c;
margin: 0;
}

.clear {
clear: both;
}

img {
border: 0;
}

#wrapper {
background: url('images/bg-sidebar.png') repeat-y;// right repeat-y;
width: 1052px;
margin: 0 auto 1px auto;
min-height: 100%;
height: auto !important;
height: 100%;
}

#col1 {
width: 620px;//652px;
float: left;
padding: 20px 11px 20px 20px;

}
#col2 {
width: 300px;
float: left;
padding: 22px 29px 0;

}

#col2 h2 {
font-size: 26px;
font-weight: 100;
text-transform: uppercase;
color: #a9a9a9;
letter-spacing: 7px;
margin: 0 0 8px;
padding: 0 0 4px;
border-bottom: 1px solid #d9d9d9;
}

#footer {
background: #dfdfdf;
border-top: 1px solid #bebebe;
padding: 20px 0 15px;
text-align: center;
}

#footer p {

font-family: Verdana, Arial, Tahoma, sans-serif;

}

p.footerlinks {

color: #969696;

margin: 0 0 15px;

}

p.footerlinks a {

color: #595959;

}

p.footerlinks a:hover {

color: #323232;

}

p.copyright {

color: #828282;

margin: 0 0 15px;

}

     .footer, .push {
height: 4em;
	        clear: both;
   }



.clear {
clear: both;

}



.button, .button:visited{
    background: #f9ed2b url(../images/overlay.png) repeat-x;
  	display: inline-block; 
  	padding: 5px 10px 6px; 
  	color: #0; 
  	text-decoration: none;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  	cursor: pointer;
    font-size: 11px;
	margin:10px 3px 4px 3px;
}
.button:hover{
    background-color: #222; 
    color: #fff;
}
