/************************
	HOME PAGE
************************/
#outer	{
	background:			#fff url(../img/bg_talk_mid.gif) repeat-y scroll top left;
}
#header	{
	background:			url(../img/bg_talk_top.gif) no-repeat scroll top left;
}
#footer	{
	background:			url(../img/bg_talk_bottom.gif) no-repeat scroll bottom left;
}

/************************
	CONTENTS
************************/
h1	{
	margin:				20px 20px 20px 20px;
	padding:			0;
	text-indent:		0;
	color:				#eb631f;
	font-size:			2em;
}
#talkmsg	{
	font-size:			1.1em;
	line-height:		1.5em;
	margin:				20px 20px 20px 20px;
}
.imageleft	{
	float:				left;
	margin:				10px 10px 10px 0;
}
.imageright	{
	float:				right;
	margin:				10px 0 10px 10px;
}
.pagelink	{
	clear:				both;
	text-align:			center;
}

