body{
	padding:0;
	line-height: 1.25em;
	font-size: 95%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	background-attachment: scroll;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#holdlogo {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	text-align: center;
	vertical-align: middle;
}
#holdlogo2 {
	text-align: center;
	vertical-align: middle;
	padding-left: 24px;
}
/*hold top navigation in place */
#top-nav{
	margin: 0px auto;
	padding: 0px;
	width: 95%;
}

  /***************************************************************/

#topsection{
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -100%;
	background: url(../images/armadillo-left-bg.gif) no-repeat scroll left top;
	/*min-height: 320px;*/
	padding-bottom: 5.35em;
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
	background-attachment: scroll;
	background-image: url(../images/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 313px;

}


#footer{
	clear: left;
	width: 100%;
	background: #0C0C0C url(../images/footer-bg.jpg) no-repeat scroll center top;
	color: #FFF;
	text-align: center;
	padding: 5.65em 0 0em;
	margin: 0px;
}

#footer a{
color: #FFFFFF;
}
#footer p {
	color: #FFFFFF;
	font-size: 0.65em;
	margin: 0px;
	padding: 0px;
}
#footer a:hover {

color: #CC0000;
}
#contentcolumnHome {
	margin: 0 2em 0 180px;
}
#textarea {
	margin: 0px;
	padding: 0px;
	overflow: auto;  
	height: 313px; 
	border: solid 0px; 
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-highlight-color: #706463;
	scrollbar-track-color: #706463;
}

