﻿/* main layout elements */

div.regularChallenge div.challengeOuter {
	}

div.regularChallenge div.challengeInner {
	}

div.regularChallenge div.challengeMain {
	}

div.regularChallenge div.challengeOnePartOuter {
	background-color: #4C4C4C;
	background-image: url(../Images/main-box-top.png);
	background-position: left top;
	background-repeat: no-repeat; }

div.regularChallenge div.challengeOnePartInner {
	background-image: url(../Images/main-box-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat; }

div.regularChallenge div.challengeTwoPartTopOuter {
	background-color: #4C4C4C;
	background-image: url(../Images/main-box-top.png);
	background-position: left top;
	background-repeat: no-repeat; }

div.regularChallenge div.challengeTwoPartTopInner {
	background-image: url(../Images/main-box-inner-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat; }

div.regularChallenge div.challengeTwoPartBottomOuter {
	background-color: #4C4C4C; }

div.regularChallenge div.challengeTwoPartBottomInner {
	background-image: url(../Images/main-box-flat-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat; }

