body, html {
	padding: 0;
	margin: 7px;
	border: 0;
}


body {
	background-image: url('img/bg.jpg');
	background-repeat: repeat;
}


a:link, a:visited {
	text-decoration: none;
	color: #000;
}


a:hover, a:active, a:visited:hover {
	text-decoration: none;
	color: #fff;
	background: #666;
}




* html a:link img, a:visited img {
	border: #000;
}



#box {
	background-color: #fff;
	width: 700px;
	border: 6px solid #fff;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	font-family: Palatino Linotype;
	font-size: 8pt;
	color: #000;
	text-align: left;
	min-height: 500px;
}

#nav {
	background-color: #fff;
	width: 700px;
	font-family: Palatino Linotype;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}


#text {
	background-color: #fff;
	width: 600px;
	font-family: Palatino Linotype;
	font-size: 11pt;
	color: #000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}


#bottom {
	background-color: transparent;
	width: 710px;
	height: 75px;
	font-family: Palatino Linotype;
	font-size: 8pt;
	color: #fff;
	text-align: right;
	margin: 0px;
	padding: 3px;
}


#box, .clear {
	overflow:hidden;
}


.hiddenPic {
	display:none;
}


div.clear {
        height: 0;
        clear: both;
}