
body {
	margin: 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: courier, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #E20074;
}

h1 {
	font-size: 15px;
}

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: #FFFFFF;
}

/* Header */

#header {
	width: 960px;
	height: 50px;
	margin: 150px;
	background: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 500px;
	height: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	margin-right: 1px;
	padding: 15px 20px 0px 20px;
	background: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #FFFFFF;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #FFFFFF;
	color: #FFFFFF;
}

#menu .first {
}
/* Page */

#page {
	width: 960px;
	margin: 0px auto 20px auto;
	padding: 40px 0px 0px 0px;
}

#page-bgtop {
}
/* Footer */

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

#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: 960px;
	height: 385px;
	margin: 0px auto;
}

#two-columns .col1 {
	float: left;
	width: 670px;
	height: 385px;
	background: #FFFFFF;
}

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

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