html, body{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background: #3c1d13 url(../images/2009/digi_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container{
	background-color:#f0e9c1;
}
#topsection{
	height: 212px;
	background-attachment: scroll;
	background: url(../images/2009/digizel_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#contentwrapper{
	float: left;
	width: 100%;
	background:#f0e9c1;
	border-bottom: 2px solid #d17500;
}
#contentcolumn{
	margin: 0 450px 0 100px;
	height:auto;
}
#contentcolumn h1{
	font: 32px "Trebuchet MS";
	color:#b1a5a1;
	text-transform:uppercase;
}
#contentcolumn h2 {
  font: 16px Georgia, "Times New Roman", Times, serif;
  color:#927f79;
  letter-spacing:1px;
  border-bottom:1px dashed #927f79;
  margin:15px 0; 
}
#contentcolumn h3 {
  font: 16px Georgia, "Times New Roman", Times, serif;
  color:#927f79;
  letter-spacing:1px;
  border-bottom:1px dashed #927f79;
  margin:0; 
}
#contentcolumn p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 165%;
	padding: 2px;
	padding-bottom:15px;
	margin:0;
}
#contentcolumn ul {
	width:100%;
	padding:0;
	margin:0;
	margin-bottom:15px;
}
#contentcolumn li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 165%;
	list-style-position: inside;
	list-style-type: square;
	margin:0;
	margin-bottom:15px;
}
#contentcolumn a{
	color: #d17500;
	border-bottom:1px solid #3c1d13;
}
#contentcolumn a:hover{
	color: #3c1d13;
}
span {
	font-size: 16px;
	color:#d17500;
}
#leftcolumn{
	float: left;
	width: 100px;
	height:auto;
	margin-left: -100%;
	background-attachment: scroll;
	background-color: #e8dea1;
	background-image: url(../images/2009/leftback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom:1px solid #3c1d13;
}
#rightcolumn{
	float: left;
	width: 450px;
	height:auto;
	margin-left: -450px;
	border-bottom:1px solid #3c1d13;
	background-attachment: scroll;
	background-color: #3c1d13;
	background-image: url(../images/2009/rightback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom:1px solid #3c1d13;
}
#rightcolumn h2{
	font-family: ;
	font-size:14px;
	color:#d17500;
	text-transform:uppercase;
	border-bottom:1px dashed #ccff66;
	padding:0;
	margin:10px 0px 5px 0px;
}
#rightcolumn p{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#f0e9c1;
	line-height: 165%;
	padding: 2px;
	padding-bottom:5px;
	margin:0;
}
#rightcolumn span {
	color:#ccff66;
	font-size:12px;
}
#rightcolumn ul {
	width:100%;
	padding:0;
	margin:0;
}
#rightcolumn li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#f0e9c1;
	line-height: 165%;
	list-style-position: outside;
	list-style-type: square;
	margin:0;
	margin-left:18px;
	margin-bottom:5px;
}
#rightcolumn a{
	color: #d17500;
	border-bottom:1px solid #ccff66;
}
#rightcolumn a:hover{
	color: #ccff66;
}
#rightcolumn .innertube{
	margin: 20px;
	margin-left: 75px;
	padding-bottom:30px;
}
#footer{
	clear: both;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:1px;
	color: #ffffff;
	text-align: center;
	padding: 4px 0;
	margin-top:2px;
	background:#3c1d13;
}
#footer a{
	color: #ccff66;
}
#footer a:hover{
	color: #d17500;
	border-bottom:1px solid #ccff66;
}
.innertube{
	margin: 20px;
	padding-bottom:30px;
}
.float{
	float:left;
	margin: 15px;
	margin-left:0;
	margin-top:10px;
}
.float_icon{
	float:left;
	margin: 10px 150px 15px 0;
	clear:right;
}
#divide{
	border-bottom:2px solid #d17500;
	margin:20px 0;
	padding:0;
}