/*Template Styles*/

.headerWrapHome, .siteHeader {
	position:relative;
}

.headerWrap {

}

.centerWidth {
	width:950px;
	margin:0 auto;
}

.siteLogin {
	text-align:right;
}

.headerWrap {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
}

.siteHeader {
	position:relative;
}

.siteLoginWrap {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width:100%;
}

.contentAreaWrapHome {
	overflow:none;
}

.contentAreaWrap {
	margin-top:126px;
}

nav {
	position:absolute;
	right:0;
}

.contentColWrap {
	width:950px;
	overflow:hidden;
	margin:0 auto;
}

.contentColLeft {
	float:left;
	width:630px;
}

.contentColRight {
	float:right;
	width:300px;
}

.contentLeftLower, .contentRightBottom {
	margin-top:20px;
}

.contentRowLower {
	clear:both;
	margin:20px 0;
}

.contentAreaWrap .contentColRight {
	/*margin-top:6em;*/
	/*border:2px solid red;*/
}

footer {
	clear:both;
}