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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 "Times New Roman", Times, serif;
	color:#c2c1c1;
	font-style: normal;
	font-weight: normal;
	text-transform:none;
}

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

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

h1 {
	font-size: 25px;
}

h2 {
	clear:both;
	font-size: 22px;
	color:#d10505;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding:15px 0 0 2px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
	color:#d70404;
	font-weight: bold;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	/*margin-left: 30px;*/
}
 .text-container p{
 	margin-bottom:10px;
 }
 .gallery-text{
 	margin-top:20px;
 }

/*p,*/
dl,
hr,
h1,
/*h2,*/
h3,
h4,
h5,
/*h6,*/
ol,
/*ul,*/
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}