@import 'type.css';
@import 'colors.css';
@import 'layout.css';
@import 'components.css';
@import 'sidebar.css';
@import 'forms.css';

body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding : 0;
}

frameset, img {
	border: 0;
}

a {
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0px;
    height: 0; }

.clearfix {
    display: inline-block; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }

h1
{
padding-bottom:19px;
}