@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffedf1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height: 1900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	
	
}

.oneColFixCtr #header {
	color:#e5cc32;
	padding-right:160px;
	padding-left: 360px;
	padding-top: 30px;
	background-image: url(../images/header.jpg);
	height: 329px;
}

.oneColFixCtr #fold {
	background-image: url(../images/fold1.jpg);
	height: 624px;
}

 #form {
	 margin-top: 160px;
	 float:right;
	 width: 288px;
	 border:none;
	
}

 #vdo {
	 margin-top: 305px;
	margin-left: 333px;
	float:left;
	
}

 #banner {
	background-image: url(../images/banner.png);
	height: 109px;
	
	width:800px;
	}
	
.oneColFixCtr #content1 {
	background-image: url(../images/content1.jpg);
	height: 807px;
	}
	
.oneColFixCtr #content2 {
	background-image: url(../images/content2.jpg);
	height: 411px;
	}
	
 #getit {
	height: 68px;
	width: 295px;
	float:right;
	margin-right: 80px;
	margin-top: 35px;
	
}

 #logo {
	float:left;
	height: 32x;
	width: 134px;
	margin-left: 120px;
	margin-top: 640px;
	
}

 #text {
	width: 440px;
	margin-left: 30px;
	padding-top:530px;
	font-size: 14px;
	
	text-align:justify;
	color: #000000;
}

 #text2 {
	width: 410px;
	float:right;
	margin-right: 30px;
	padding-top:140px;
	font-size: 14px;
	text-align:justify;
	color: #000000;
}

 #mediaspace {
	
	
}

#footer {
	font-size:10px;
	padding:10px;

}

    #address {
    width: 800px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    font-size: 11px;
    color: #808080;
    
    margin-bottom: 30px;

    }

    #address a {
    text-decoration: underline;
    color: #999;
    }

    #address a:hover {
    text-decoration: underline;
    color: #606060;
    }

     #address td {
    width: 170px;
    }