/* CSS Document */


body {
color: #111111;
background-color: #222222;
}

#wrapper {
background-color: #f3f3f3;
margin-top: 30px;
padding: 10px 0;
}

.header {
margin-bottom: 10px;
}

.header, .grid_3 {
background-color: #ffffff;
}

.header .content {
padding: 10px;
border: 1px #ccc solid;
}

.grid_3 .content {
padding: 10px;
border: 1px #ccc solid;
}

h1, h2 {
color: #333333;
}

.header h1 {
margin: 0;
}

h2, h3 {
border-bottom: 1px #ccc solid;
}

.footer {
background-color: #ffffff;
margin-top: 10px;
}

.footer .content {
padding: 10px;
border: 1px #ccc solid;
}

.footer p {
margin: 0;
}

a:link, a:visited {
color: #C20C0C;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.header a {
display: block;
height: 67px;
text-indent: -9000px;
background: url(../img/canadian_farms_logo_trans.png) no-repeat left center;
}

.header a:hover {
text-decoration: none;
}



