body {
	font: 12px verdana, arial,helvetica, sans-serif;
	color: #7F573D;
	text-align: justify;
	background-color: #EBEDF8;
	background-image: URL(twinsbg1.png); 
	background-attachment: scroll;
	margin:0px;
	}

div#container {
	width: 533px;
	}

div#head {
	float: left;
	padding:0px;
	width: 533px;
	height: 308px;
	}

div#content {
	padding:0px;
	width: 495px;
	float: right;
	background-image: URL(textbg.jpg);

	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color:  #CFD3DC;
	}

div#textbox {

	padding:0px;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	width: 465px;
	}

div#bottom {
	width: 495px;
	float: right;
	}


p { 
	font: 17px georgia;
	font-weight: bold;	
	}

a:link {
	font-weight: bold;
	color: #7F573D;
}

a:visited {
	font-weight: bold;
	color: #A17D69;
}

a:hover {
	font-weight: bold;
	color: #A4714E;
	background-color: #EBEDF8;
}

a:active {
	font-weight: bold;
	color: #7F573D;
	background-color: #EBEDF8;
}

a {
	text-decoration: none;
} 


