/* CSS Document */

a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}


#titlebar {
	background-image:url(images/ritefactors.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:220px;
}

#navbar {
	width:800px;
	height:44px;
}

#topborder {
	width:800px;
	height:89px;
	background-image:url(images/topborder.jpg);
	background-repeat:no-repeat;
}

#bottomborder {
	width:800px;
	height:80px;
	background-image:url(images/bottomborder.jpg);
	background-repeat:no-repeat;
}

#maincontent {
	width:740px;
	background-color:#000000;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
}

#leftcollumn {
	width: 480px;
	float:left;
	padding-right:20px;
}

#rightcollumn {
	width: 240px;
	float:right;
	text-align: center;
}

#collumnfooter {
	clear:both;
}.catalogue_index {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #99CCFF;
}
