body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background:#F6FBFE none repeat scroll 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:2px solid #EBF6FA;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container h4{
	border-bottom:1px dotted #999999;
	color:#518F23;
	font-size:18px;
	margin:5px 45px 5px 0;
	padding:5px 0;
}

.oneColFixCtrHdr #header {
	background-image: url(images/backup-net.jpg); 
	padding: 0 10px 0 20px;  
	height: 222px;
}
.oneColFixCtrHdr #header h1 {
	font-size:42px;
	margin:0;
	padding:80px 0 0 90px;
}

.oneColFixCtrHdr #header p {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
}
.oneColFixCtrHdr #mainContent {
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #dld {
	position:relative;
}

.dlda {
	background-position:0 top;
	background-repeat:no-repeat;
	display:block;
	height:79px;
	width:258px;
}

.oneColFixCtrHdr #dld span{
	display: none;
}

.oneColFixCtrHdr #dld a{
	background-image: url(images/download.jpg); 
}

.oneColFixCtrHdr #dld a:hover{
	background-image: url(images/download-hover.jpg); 
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #F0F8FB;
	margin-top: 40px;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 1px 0;
	font-size:12px;
}

div.box {
	background-color:#FFFFE1;
	border:1px dotted #959595;
	float:right;
	font-size:12px;
	margin:10px 0;
	overflow:hidden;
	padding:5px;
}

#mainContent h3{
	font-size:14px;
	margin:0px;
}

#contact{
	border-left:1px dotted;
	margin-left:330px;
	padding-left:80px;
}

#links{
	float:left;
}

#mainContent a{
	color:#518F23;
	text-decoration: underline;
}

#mainContent a:hover{
	color:#FF0000;
	text-decoration: none;
}

#mainContent a:visited{
	color:#666666;
	text-decoration: underline;
}

#mainContent ul{
list-style-image:url(images/bullet2.png);
}