body{
	margin:0 135px 0 0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 960px;
margin: 0 auto;
}

#topsection{
	height: 270px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}


#footer{
	clear: left;
	float:left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	border-top-style: none;
	border-top-color: #333333;
}

#footer a{
	color: #000000;
}

.innertube{
	margin: 10px;
	margin-top: 0;
}

.left {
	float:left;
	margin: 0 10px 10px 0;
}

.clearfloat {
	display: inline-block;
}


.commentbox{
background-color: #ececec;
width: 100%;
padding: 10px;
}

.commentfooter{
background: url(images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

<![endif]>

.shiftcontainer2{
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 10px; /*Number should match -top shadow depth below*/
}

.shadowcontainer2{
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer2 .innerdiv{
position: relative;
left: -10px; /*shadow depth*/
top: -10px; /*shadow depth*/
}

.error {
	text-align:left;
	padding:10px;
	color:#b71f17;
	margin:0 auto;
	font-weight:bold;
	background-color:#ffcc99;
	border:1px solid #b71f17;
	font-size:12px;
}
.success {
	font-size:12px;
	text-align:left;
	padding:10px;
	color:#4bb61c;
	margin:0 auto;
	font-weight:bold;
	background-color:#d6fac4;
	border:1px solid #4bb61c;
}
