@import url(layout.css);
@import url(nav.css);
@import url(content.css);
@import url(contribute.css);

html {
	
}

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
    margin: 0;
	text-align: left;
	
	background-color: #eee;
}

/*::-moz-selection { 
	background: #67789a; 
	color: black;
}

::selection { 
	background: #67789a; 
	color: black; 
}*/

* {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

br.clearfix {
    font-size: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: bottom;
}

form {
	margin: 0;
	padding: 0;
}