@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #thebody #header {
	font-family: "Armalite Rifle";
	color: #FF0000;
	text-decoration: underline;
	height: 100px;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#wrapper #thebody #left {
	background-color: #FFFFFF;
	float: left;
	height: 850px;
	width: 370px;
	border: 2px solid #FF0000;
}
#wrapper #thebody #left #piture {
	padding-top: 20px;
}
#wrapper #thebody #left #founder {
}
#wrapper #thebody #left #widget {
	padding-top: 20px;
	padding-left: 80px;
}
#wrapper #thebody #right {
	background-color: #FFFFFF;
	float: right;
	height: 850px;
	width: 598px;
	border: 2px solid #FF0000;
}

#wrapper #thebody #right #abouttext {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 6px;
	padding-left: 6px;
}

