body {
	background-color: #f1ebd8;
	margin: 0px 0px 0px 0px;
	background-image:url(images/background.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
	font-size: 12px;
	}
		
img {
	border: none;
	}
	
a:link {
	color: #df6c28;
	text-decoration: underline;
	}
	
a:visited {
	color: #e9a679;
	text-decoration: underline;
	}
	
a:hover {
	color: #58585a;
	text-decoration: underline;
	}

a:active {
	color: #f15d22;
	text-decoration: none;
	}

h1 {
	font-size: 14px;
	font-weight: bold
	}

.bigline {
	line-height: 120%;
}

p.orange {
	color: #f15d22;
}

.orange {
	color: #f15d22;
}

div.row {
	position: relative;
	float: left;
	padding: 5px;
}

div.rowcenter {
	position: relative;
	float: center;
	padding: 5px;
}

div.column {
	position: relative;
	float: left;
	padding-right: 10px;
}

div.columnbigline {
	position: relative;
	float: left;
	padding-right: 10px;
	line-height: 1.5;
}

div.contentcontainer {
	clear: both;
	margin: 30px;
  }
  
div.topspacer {
	clear: both;
	margin-top: 70px;
  }

div.dockcontainer {
	position: absolute;
	top: 10px;
	left: 210px;
	width: 520px;
 	}

div.container {
	border: 2px dotted #f1ebd8;
	background-color: #ffffff;
	position: absolute;
	top: 60px;
	left: 210px;
	width: 540px;
  }

div.float {
	float: left;
	}

div.copyrightcontainer {
	position: relative;
	top: 20px;
	width: 520px;
	font-size: 9px;
	text-align: right;
  }


/* dock begin */

.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}

.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 65px;
	width: 460px;
	}

a.dock-item {
	display: block;
	width: 40px;
	color: #58585a;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.dock-item img {
	border: none; 
	margin: 5px 10px 0px;
	width: 100%;
}

.dock-item span {
	display: none;
	padding-left: 20px;
}

/* dock end */

