/* CSS Document - Maricat Organisation (Index) */

body
{
	background-color: #ffffff;
	background-image: url(../layout/bg_index.gif);
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #000000;
	
	scrollbar-face-color: #8e72bf;
	scrollbar-highlight-color: #ece0f6;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ece0f6;
	scrollbar-arrow-color: #00d0ff;
	scrollbar-track-color: #ece0f6;
	scrollbar-darkshadow-color: #ece0f6;
}


a:link, a:active, a:visited
{
	color: #6a4f97;
	text-decoration: underline;
}

a:hover
{
	color:#8568b4;
	text-decoration: overline;
}

#divOuterContainer
{
	width: 100%;

	border: 1px;
	margin: 0px;
	text-align: center;
}

#divInnerContainer
{
	width: 750px;

	border: 0px;
	margin: 0px;
	text-align: center;
}