#pageHeader #grad, body #bodyGrad, #navcontainer {display: none;}

#sidebarContainer {
	display: none;
}

#contentContainer {
	margin-right: 0;
	margin-left: 0;
}


body {
	text-align: center;
	padding: 0 0 30px 0;
	font: 14px "Verdana", Lucida, Lucida Grande, sans-serif;
	margin: 0 20px 20px;
	background: url(none);
}

body #bodyGrad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {
	z-index: 30;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	z-index: 29;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	z-index: 29;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	background: url(none);
}
