body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	background-color: #fff;
	background-image: url('../images/index-bg.jpg');
	background-repeat: no-repeat;
}

p, 
span {
	font-size: 13px;
	color: #161515;
	overflow: hidden;
}

/**
	Layout 
**/
#LeftColumn {
	float: left;
	margin: 200px 0 0 30px;
	width: 190px;
}

#RightColumn {
	float: left !important;
	width: 860px !important;
	margin: 382px 0 0 0 !important;
}

#PageContent {
	padding-left: 26px;
}

#PageBottom {
	margin-top: 30px;
	width: 1058px;
}

#PageFooter {
	margin-top: 10px;
	width: 998px;
	padding: 0 30px;
	padding-bottom: 50px;
}

#IndexMenuContainer {
}

/**
	Items
**/
.leftPuff {
	margin: 56px 0;
}

.rightPuff {
	margin: 90px 0 0 3px;
}

.registerNewsletter {
	width: 150px;
}

.registerNewsletterFormStyle label {
	font-size: 1.0em;
	padding: 8px 0;
	display: block;
}

.registerNewsletterFormStyle fieldset input {
	font-size: 1.0em;
	width: 145px;
	border: 1px solid #dddddd;
	height: 19px;
	margin-top: 6px;
}

.registerNewsletterFormStyle .Actions input {
	font-size: 1.0em;
	background-color: #fff;
	border: 1px solid #000;
	height: 18px;
	padding-bottom: 3px;
	margin-top: 10px;
}

#PageFooter span {
	font-size: 11px;
}

/**
	Video tab
**/
#VideoTab {
}

#VideoTabContent {
	position: absolute;
	width: 838px;
	height: 338px;
	background-color: #000;
	display: none;
}

#VideoTabContentFlash {
	width: 836px;
	height: 338px;
}

#VideoTabClosed {
	display: none;
	height: 24px;
	width: 838px;
	border-bottom: 1px solid #2e0f16;
	cursor: pointer;
}

#VideoTabOpen {
	height: 24px;
	width: 838px;
	border-bottom: 1px solid #2e0f16;
	cursor: pointer;
}

#VideoTabOpen img,
#VideoTabClosed img {
	margin-left: 570px;
}

/** 
	Campaigns
**/
#CampaignList {
	width: 540px;
	padding: 20px 0 0 28px;
}

#CampaignList ul {
	list-style: none;
	width: 470px;
}

#CampaignList ul li {
	padding-bottom: 30px;
}

#CampaignList h1 {
	font-size: 2.5em;
	font-weight: none;
	padding-bottom: 12px;
	font-weight: normal;
}

#CampaignList h3 {
	font-size: 1.5em;
	font-weight: none;
	padding: 13px 0;
	font-weight: normal;
}

#CampaignList p {
	font-size: 1.3em;
	font-weight: none;
	color: #161515;
	line-height: 1.4em;
}

#CampaignList p a {
	font-size: 1.0em;
	color: #161515;
}


