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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

.grid_2 img
{
	margin-left: 103px;
}

.container_12
{
	padding: 36px 0 32px;
	background-color: #fff8e3;
}

body
{
	font: 11px/18px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #33332d;
}

acronym,
small
{
	text-transform: uppercase;
	letter-spacing: 0.075em;
	font-size: 10px;
}

a
{
	color: #000;
}

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

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

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	line-height: 22px;
	font-weight: normal;
	font-size: 22px;
}

h2
{
	font-weight: normal;
	font-size: 11px;
}

h3
{
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	color: #db4105;
}

h4
{
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

h5
{
	font-weight: normal;
	font-size: 11px;
	color: #db4105;
}

h6
{
	font-weight: normal;
	font-size: 11px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}
.grid_2 ul
{
	list-style: none;
}
.attributes
{
	list-style: none;
}

li
{
	margin-left: 14px;
}
.grid_2 li
{
	margin-left: 0;
}
.attributes li
{
	margin-bottom: 6px;
}

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

h2
{
	margin-bottom: 30px;
}

h5
{
	margin-bottom: 6px;
}

.links,
.contact_info
{
	padding-top: 4px;
}