

body {
	margin: 0px;
	padding: 0;
	background: #1C1C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #919191;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 {
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #D72A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: #ECECEC;
}


/* Footer */

#footer {
	height: 120px;
	padding: 0;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 30px;
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
	font-size: 14px;
}

#footer a {
}

#two-columns {
	width: 800px;
	height: 385px;
	margin: 0px auto;
}

#two-columns .col1 {
	float: center;
	width: 800px;
	height: 385px;
	background: red;
}

#two-columns .col2 {
	float: right;
	width: 230px;
	height: 335px;
	padding: 50px 30px 0px 30px;
	background: #68AE15;
	line-height: 135%;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: italic;
	color: #FFFFFF;
}

#two-columns .col2 blockquote {
	margin: 0px;
	padding: 0px;
}