@import url(layout.css);
@import url(typog.css);

/*
This file controls all the global stylings
------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* {
	outline: none;
	border: 0;
}

body {
	padding: 0 0 0 108px;
	margin: 0;
	background: #e1f2fa url(/images/swoosh2.gif) 0 0 no-repeat;
}

fieldset {
	padding: 0;
	margin:  0;
}

legend {
	display: none;
}

a:link, a:visited, a:hover, a:active {
	color: #c2e7f8;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.lessPading{
margin-bottom:5px;
}

