body	{	background-color	:	white	;}

#wrapper
	{	width			:	100%	;}
#header {	background-color	:	#FFFFFF	;}
#container
	{	float			:	left	;
		width			:	100%	;
		margin-right		:	-245px	;}
#announce
	{	float			:	right	;
		width			:	100%	;
		margin			:	10px 0 10px -245px;
		background-color	:	#FFFFFF	;}
#content
	{	margin			:	0 0 0 255px	;
		background-color	:	#FFFFFF	;}
#navi	{	float			:	left	;
		width			:	245px	;
		margin			:	10px 0 10px 0px	;
		background-color	:	#FFFFFF	;}
#footer
	{	clear			:	both	;
		background-color	:	#FFFFFF	;
		height			:	50px	;}

a	{	text-decoration		:	none	;}

.big	{	font-size		:	120%	;}

.small  {	font-size		:	90%	;}

.bold	{	font-weight		:	bold	;}

.look	{	font-color		;	red	;}

.right	{	text-align		:	right	;}

.center	{	text-align		:	center	;}
