body {
    margin: 15px;
}

#siteWrapper {
    width: 780px;
    margin: 0 auto;
    font: 12px normal arial, tahoma, sans-serif;
    line-height: 18px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

h1 {
    font: bold 14px/16px arial, tahoma, verdana, sans-serif;
    color: #D00;
}

p, blockquote {
    position: static;
    margin: 10px 0;
    color: #00347d;
    font: normal 12px/14px arial, tahoma, verdana, sans-serif;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}
