
	.trainingBox {
		width: 225px;
		float: left;
	}
	
	
	ul.cssmenu {
		list-style: none;
		padding: 0px;
		margin-top: 20px;
		outline:none;
	}

	.displace {
		position: absolute;
		left: -5000px;
	}

	ul.cssmenu li {
		float: left;
	}

	ul.cssmenu li a {
		margin-top: -5px;
		margin-left: -5px;
		display: block;
		width: 100px;
		height: 85px;
		background: url('http://www.thirtydaychallengeplus.com/images/menu.png');
		outline:none;
	}

	/*
	*	Normal Links 211 53 -6
	*/
	ul.cssmenu li.home a {
		background-position: 0 0;
	}

	ul.cssmenu li.training a {
		background-position: -97px 0;
	}

	ul.cssmenu li.blog a {
		background-position: -194px 0;
	}

	ul.cssmenu li.forum a {
		background-position: -291px 0;
	}

	/*
	*	Hover Links
	*/
	ul.cssmenu li.home a:hover ,a:active ,a.selected {
		background-position: 0 -85px;
	}

	ul.cssmenu li.training a:hover ,a:active, a.selected {
		background-position: -97px -85px;
	}

	ul.cssmenu li.blog a:hover ,a:active ,a.selected {
		background-position: -194px -85px;
	}
	
	ul.cssmenu li.forum a:hover ,.a:active ,a.selected {
		background-position: -291px -85px;
	}

	
	/* BLOG LAYOUT ---------------------------------------------------------*/
	
	html, body {
		height:100%;	
		width: 100%;
		margin: 0px;
		padding: 0px;
		font-family: Arial;
		font-size: 17px;
		line-height: 1.4;
		color: #242424;
	}
	
	#siteContainer {
		min-height:100%;
		position:relative;

	}
	
	#topContainer {
		margin: 0px auto;
		width: 960px;
	}
	
	#mastContainer {
		margin: 0px auto;
	}
	
	#mast {
		margin: 0 auto;
		width: 960px;
	}
	
	#mastLeft {
		float: left;
		width: 770px;
		margin-top: 10px;
	}
	
	#mastRight {
		float: right;
		width: 150px;
		text-align: right;
	}
	
	#mastEnd {
		background: url("http://www.thirtydaychallengeplus.com/images/shaded_bg2.jpg");
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		height: 40px;
		min-height: 40px;
	}
	
	#contentContainer {
		margin: 0px auto;
		padding-bottom:130px;
		background: url("http://www.thirtydaychallengeplus.com/images/content_background.gif");
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		width: 100%;
	}
	
	#content {
		margin: 0px auto;
		width: 960px;
	}
	
	#footer {
		color: #0983d1;
		margin: 0px auto;
		width: 960px
	}
	
	#footerContainer {
		background-color: #ffffff;
		height: 130px;
		min-height: 130px;
		position:absolute;
	    bottom:0;
   		width:100%;
   		/* background-image: url("http://www.thirtydaychallengeplus.com/images/footer-shading.png");*/
   		background-repeat: repeat-x;
   		background-position: bottom;

	}
	
	#preFooter {
		background: url("http://www.thirtydaychallengeplus.com/images/shaded_bg.jpg");
		background-repeat: repeat-x;
		height: 60px;
		min-height: 60px;
	}
	
	
	.clear {
		clear: both;
	}
	
	.contentLeft {
		float: left;
		width: 720px;
		margin-right: 50px;
	}
	
	.contentRight {
		float: left;
		width: 180px;
		text-align: justify;
	}
	
	.trainingContentLeft {
		float: left;
		width: 600px;
		margin-right: 20px;
	}
	
	.trainingContentRight {
		float: left;
		width: 310px;
		text-align: justify;
	}
	
	.videoShadow {
		background-image: url('http://www.thirtydaychallengeplus.com/images/videoshadow.png');
		background-repeat: no-repeat;
		width: 612px;
	}
	
	.paddingBox {
		padding-top: 10px;
	}
	
	
	/* FORMS ---------------------------------------------------------------*/
	
	.textbox {
		padding: 5px 5px 5px 5px;
		border: 1px solid #0983d1;
		font-size: 17px;
		
	.signupBox {
		border: 1px solid #cccccc;
		background-color:#fff !important;
		color: #4383c4;
		font-weight: bold;
		padding: 5px 6px 5px 6px;
		margin-left: 10px;
		margin-right: 20px;
	}

	.RegisterButton {
		vertical-align: top;
	}
	
	}
	
	
	/* HYPERLINKS ----------------------------------------------------------*/
	
	#footer a,a.hover,a.visited,a.active {
		color: #0983d1;
		text-decoration: none;
	}
	
	
	
	
	
	
	
	/* Home Page Layout */
	#homeContainer {
		margin: 5px Auto;
		border: 1px solid #ff0000;
	}

	/* Mast */
	#homeMast {
		border: 1px solid #ff0000;
		background-image: url(../images/);	
	
	
	}
	
	#homeMastContainer {
		width: 960px;
		margin: 0px auto;
	}
	
	#logo {
		margin-right: 0px;
		float: right;
		margin-top: -7px;
	}
	
	#menu {
		float: left;
		margin-left: -25px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	#dashboardImportant {
		margin-left: -8px;
		margin-bottom: 15px;
	
	}


a {
	text-decoration: none;
	color: #0983d1;
}

p {
	margin-bottom: 15px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(/images/icons/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(/images/icons/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(/images/icons/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(/images/icons/status-download.png) 10px 50% no-repeat;
}

/* Default Anchors   ------------------------------------------------------- */

a:hover {}
a:active {}
a:visited {}

/* Default Image Setup   --------------------------------------------------- */

a img {
	border: 0px;
	text-decoration: none;
}




h3 {
	color: #0983d1;
}

h2 {
	padding-bottom: 10px;
	padding-top: 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

blockquote {
	margin: 15px 0px 15px 0px;
	background-color: #f7f7f7;
	padding: 15px 10px 15px 20px;
	font-style: italic;
	font-family: Times;
	font-size: 17px;
	border-left: 2px solid #0983d1;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;

}



/* Post Styles   ----------------------------------------------------------- */

.postDate {
	background: url('../images/date_background.gif');
	background-repeat: no-repeat;
	float: left;
	width: 48px;
	height: 62px;
	text-align: center;
	overflow: hidden;
	color: #2D5474;
	margin-left: 0px;	
	margin-right: 15px;
}

.postDate .month {
	padding: 11px 0pt 0pt 0pt;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFF5;

}

.postDate .day {
	padding: 5px 0pt 0pt;
	font-size: 16px;
	font-weight: bold;
}

.summary {
	text-align: justify;
}

.summaryTitle {
	color: #0983d1;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0;
	padding-op 0;
}

.postTitle {
	color: #0983d1;
	margin-bottom: 25px;
	margin-top: 10px;
}

.postTitle H3 {
	margin: 0;
	font-size: 20px;
	padding-top: 5px;
}

.postMeta {
	color: #444444;
	
}

.post {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: justify;
}

.latestPosts {
	margin-left: -50px;
}

/* Content Styles   -------------------------------------------------------- */

.outlineBox {
	border: 1px solid #ccc;
	padding: 15px 15px 15px 15px;
}

.statusCodes {
	border: 1px solid #ccc;
	padding: 15px 15px 15px 15px;
	background-color: #fafafa;
}

.importantNews {
	display: block;
	padding: 10px 30px 5px 10px;
	text-align: left;
	margin-top: 10px;
	border: 1px solid #aaa;
	width: 920px;
	margin-bottom: 25px;
	background-color: #FFFFF5;
}

.importantNews IMG {
	float: left;
	margin-right: 10px;
}

.importantNews p {
	margin-left: 78px;
	text-align: justify;
}

#SignupForm {
	
	border: 3px dashed #a5d148;
	padding: 14px 10px 15px 20px;
	width: 788px;
	margin-bottom: 25px;
	margin-top: 20px;
}


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(http://www.thirtydaychallengeplus.com/images/blue.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

