@charset "UTF-8";
/* CSS Document */

h3 {
font-family:Helvetica,Lucida Console,Arial,Sans-Serif;
font-size: 11px;
color: #5d5d5d;
font-weight: normal;
letter-spacing: .8px;
line-height: 16px;
}

h3 a {
color:#1b759f;
border-bottom: 1px dotted #5ca0bc;
text-decoration: none;
}

h3 a:hover {
color:#000000;
border-bottom: 1px dotted #000000;
background:#a6c3cf;
}

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

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
	width: 1024px;
	text-align: left;

}

.push{
    height: 200px;
	background-color:#f4f4f4;
	
}

.footer {
    height: 200px;
	background-color:#f4f4f4;
	background-image:url('footer.jpg');
	background-repeat:repeat-x;
}