body {
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	text-indent:0px;
	background-color:#333;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	right: 5px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}

#wrapper {
	width:795px;
	height:auto;
	margin:0px auto;
	padding:0px;
	border:0px #ffffff dashed;
	}

#main {
    position:relative;
	width:795px;
	height:auto;
	margin:0px;
	margin-top:0px;
	background-image:url(images/bg-body.jpg);
	border:0px #ffffff dashed;
	z-index:99;
	}
	
#content {
	width:575px;
	height:auto;
	min-height:450px;
	margin-top:0px;
	margin-left:200px;
	background-color:#FFFFFF;
	border:0px #000000 dashed;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
