#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;
	width: 850px;
	margin-left: 100px;
}
#wrapper #tags {
	width: 50px;
	float: right;
	height: 768px;
	color: #FFFFFF;
}
#wrapper #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #333333;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
}
#wrapper #flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 250px;
	width: 800px;
}
#wrapper #body {
	height: 500px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/bgimg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #body #bodytext {
	font-family: Arial, Helvetica, sans-serif;
	height: 400px;
	width: 590px;
	margin-left: 210px;
	padding: 0px;
	font-weight: lighter;
}

