@charset "UTF-8";
	body,
	html {
	background-image:url(../images/bg2.gif);
	color:#333333;
	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 */
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	}

	#wrap {
	margin-left:20%;
	width:100%;
	margin-top: 20px;
	}
	#main {
	width:700px;
	border-style: solid;
	border-color: #666666;
	border-width: 3px;
	background-color: #FFFFFF;
	height: 740px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	text-align: center;
	}
	
	#main h2, #main h3, #main p {
		padding:0px 10px;
    }
    

