@import url(layout.css);
@import url(nav.css);
@import url(content.css);

html {
	
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 150%;
    margin: 0;
	text-align: left;
}

* {
    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;
}

a {
	color: #000;
}

abbr {
	border-bottom: none;
}

hr {
	border: none;
	border-top: 1px solid #5D9732;
	margin-bottom: 0.4em;
}

:focus {
	outline: none;
}

