/* CSS Reset
---------------------------------------*/
html{
	font-size: 16px;
}

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 1em;
}

/* Common elements
---------------------------------------*/

h1 { font-weight: 400; text-align: left; color: #635e54; font-family: 'league_gothic', sans-serif; }
h2 { font-weight: 400; text-align: left; color: #635e54; font-family: 'league_gothic', sans-serif; }
h3 { font-weight: 400; text-align: left; color: #635e54; }
h4 { font-weight: 400; text-align: left; color: #635e54; }
h5 { font-weight: 400; text-align: left; color: #635e54; }
p { font-weight: normal; text-align: left; color: #635e54; line-height: 1.625em; }

ul, ol{
	list-style:none;
	margin: 0;
}

li{
	margin: 0;
	color: #635e54;
}

hr {
	display: none;
	clear: both;
}

strong{
	font-weight: bold;
}

form{
	margin: 0;
}