body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0px;
	margin :0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 689px;
}
#wrap #header {
	background-image: url(../images/header.jpg);
	height: 110px;
	width: 689px;
}
#wrap #content {
	background-color: #FFF;
	padding: 20px;
}
#wrap #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 689px;
}

a:link {
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
.zama 
	{
	text-align:center;
	}
ul
        {
    text-align: justify;
}
        li
        {
            margin-right: 30px;
        }
        .style1
        {
            font-size: xx-small;
            font-weight: bold;
        }
        .style2
        {
            font-size: small;
        }
        .style3
        {
            font-size: x-small;
            font-weight: bold;
        }
