body
{
	background-image: url(bg_fade.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Calibri, Arial;
	color: #717171;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:link
{
	color: #717171;
	text-decoration: none;	
}
a:visited
{
	color: #717171;
	text-decoration: none;	
}
a:hover
{
	color: #717171;
	text-decoration: underline;	
}
a:active
{
	color: #717171;
	text-decoration: none;	
}

#top
{
	width: 100%;
	height: 97%;
}
#bottom
{
	width: 100%;
	height: 3%;
}
#outer_container
{
	margin: 0px auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
#inner_container
{
	margin: 0px auto;
	width: 538px;
	height: 97%;
	text-align: center;
}
#container
{
	float: left;
	width: 538px;
	background-image: url(cic_logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 110px;
}
#registered
{
	float: left;
	margin-top: 350px;
	background-image: url(registered.gif);
	background-repeat: no-repeat;
	width: 538px;
	height: 25px;
}
#enquiry
{
	float: left;
	text-align: center;
	width: 538px;
	margin-top: 5px;
}
#footer_left
{
	float: left;
	width: 400px;
	color: #999999;
}
#copyright
{
	float: left;
	padding-left: 30px;
}
#footer_right
{
	float: right;
	width: 400px;
	color: #999999;
}
#site
{
	float: right;
	padding-right: 30px;
}