
a:link, a:visited, a:active, a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#centered {
	margin:0 auto;
	background:#fff;
	overflow:auto;
}


#footer {
	position:fixed;
	top:0;
	text-align:center; 
	width: 100%;
	height: 32px;
	font-family:Calibri;
	font:Calibri;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	z-index:70;
		
	background-image:url(images/footer.png);

	padding: 0px;
	overflow:hidden;
}
#footer .content {
	padding: 8px;
}


#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: underline;
}
* {
    margin: 0;
    padding: 0;
}

.contact{
	font-family:Calibri;
	font:Calibri;
	font-size:16px;
	font-weight:bold;
	color:#FFCC00;
}


#bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#box {
	position:absolute;
	top:50px;
    margin: 0 auto;
    width: 800px;
    padding: 0px;
    background:none;
    padding-bottom:100px;
    font: 14px/2.2 Georgia, Serif;
}

#rightbar {
	position:absolute;
	top: 75px; 
	right: 10px; 
	width: 170px;
	height: 630px;
	font-family:Arial;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
	background-image:url(images/rightbar.png);
	padding: 0px;

}

#rightbar .content1 {
	padding: 10%;
	text-align:center;
	
}
