/* CSS Document */

body {
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

a { text-decoration:none;}

a:hover {
    text-decoration:underline;
}

.top-navigation {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	height:20px;
	padding:3px 10px 2px 10px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

.top-navigation a{
    color:#fff;  
}

.border {
	background-color:#fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.white-text {
	font-size:16px;
	font-weight:bold;
	color: #fff; 
}

.footer {
	background-image:url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 105px;
	text-align:right;	
}

.footer-text {	
	font-size:11px;
	color: #000; 
	margin-right:5px;
}
	