@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(images/bodyback.jpg);
	background-repeat:repeat-x;
	
	
	/*background: #B3B3EA;*/
/*	margin: 4; /* 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;
}

#wrapper{
	width:780px;
	height:700px;
	margin:auto;
	background-image:url(images/home.jpg);
	height: 600px;
}

#banner{
	width: 280px;
	height: 80px;
	margin-left: 320px;
	position: absolute;
	margin-top: 15px;

}


.askjoetxt{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#0000FF;
	font-weight: bold;
	font-style:italic;
	text-align:left;


}

.centerfont16{font-size:15px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height:16px;



}
H1{	font-family:"Times New Roman", Times, serif;
	font-size:45px;
	color:#0000FF;	
	font-weight: bold;
	line-height:1px;}
H2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#0000FF;
	font-weight: bold;
	font-style:italic;
text-align: right;
}
H3{	
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#0000FF;
	font-weight: bold;
	font-style:italic;
	text-align: left;
}

#centerpanel{
	margin-top: 120px;
	width: 500px;
	margin-left: 175px;
	text-align: left;
	position: absolute;
}
#footerval{
	height:18px;
	width:600px;
	position:absolute;
	margin-top:550px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	margin-left: -30px;


}

#footeraddr{
	height:18px;
	width:770px;
	position:absolute;
	margin-top:0px;
	font-size:12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	margin-left: -130px;
}

.oneColElsCtr #container {
	width: 780px;
	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

