/* CSS Document */
body{
margin:0px;
padding:0px;
border:0px;
background-image:url(../images/bkg_page.gif);
background-position:left top;
background-repeat:repeat-x;
}

#wrapper {
margin:0px auto;
width:996px;}

.text_1{
	font-family: Century Gothic; 
	font-size: 12px;
	color: black;
}

.text_1 A{
	font-family: Century Gothic; 
	font-size: 12px;
	color: black;
}

.text_1 A:hover{
    color: #FABE2D;	
}

.text_2{
	font-family:  Century Gothic; 
	font-size: 12px;
	color: White;
	font-weight: bold;
}

.text_2 A{
	font-family:  Century Gothic; 
	font-size: 12px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.text_2 A:hover{
    color: #FABE2D;	
}