/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color:#474644;
}

a {
	color:#957814;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/


h1 {
	color:#d8b642;
	font-size:32px;
	font-weight:normal;
	margin-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fbf7e7;

}

h2 {
	color:#d8b642;
	font-size:28px;
	font-weight:normal;
	margin-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fbf7e7;

}



h3 {
	color:#d8b642;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fbf7e7;

}

h4 {
	color:#d8b642;
	font-size:18px;
	font-weight:normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fbf7e7;

}


/* `Spacing
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}