/* layout.css, polarrose.com, johanb@polarrose.com */

html{
	height: 100%;
}

.wrapper{
	margin: 0 auto -71px;
}

#footer, .push {
	height: 68px;
} 

.push {
    margin-top: 50px;
}

body {
	font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    color: #333333;
    background: #ffffff;
}

h1 {
    font-size: 24px;
    color: #2c6075;
    margin-bottom: 1em;    
}

h2 {
    font-size: 18px;
    color: #2c6075;
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #333333;
    cursor:pointer;
}

a:hover {
    text-decoration: none;
}

/* end */