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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;.
}

a {
	color: #b31111; text-decoration: none;
}

a:hover {
	color: #3b2c15;
}

a.yellow:hover {
	color:#f4f500;
}

a.current {	color:#f4f500;
}

p {
	font-style: normal;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 16px; color:#FFF; text-transform: uppercase; background-color: #58472d; 
	font-style: normal; padding: 2px 0px 2px 10px;
}

h2 {
	font-size: 14px; color: #b31111;
}

h3 {
	background-color:#B31111;
	color:white;
	font-size:15px;
	font-style:normal;
	margin-right:400px;
	padding-left:5px;
	text-transform:uppercase;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc; padding-bottom: 15px;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
}
