* {
}
#wrapper {
	width: 900px;
	height: auto;
	margin: auto;
}
#wrapper #logo {
	height: 200px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #body {
	background-color: #FFFF66;
	height: 1100px;
	width: 900px;
	margin: auto;
}
#wrapper #footir {
	background-color: #00CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #break {
	background-color: #00CCCC;
	height: 50px;
	width: 1000px;
}

#wrapper #body #bodyleft {
	float: left;
	height: auto;
	width: 150px;
	background-color: #FFFF66;
}
#wrapper #body #bodyright {
	background-color: #FFFF66;
	float: right;
	height: auto;
	width: 750px;
}
#wrapper #body #bodyright #conleft {
	width: 360px;
	height: 600px;
	background-color: #FFFF00;
	padding: 6px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
#wrapper #body #bodyright #new {
	height: 20px;
}

#wrapper #body #bodyright #conright {
	float: right;
	width: 325px;
	height: 600px;
	background-color: #FFFF00;
	padding: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	overflow: auto;
}
#wrapper #body #bodyright #logos {
	height: auto;
	width: auto;
}
#wrapper #body #bodyright #supporter {
	height: 270px;
	background-color: #FFFF00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 6px;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
#wrapper #body #bodyright #main {
	background-color: #FFFF00;
	width: 722px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	top: 2px;
	margin-top: 5px;
	padding: 9px;
}
