body {
		background-color: black;
		font-family: Times, New Times Roman;
		font-size: small;
		color: white;
		margin: 10px 0px 0px 0px;
}
#allcontentmain {
			width: 840px;
			padding-top: 1px;
			padding-bottom: 5px;
			margin-left: auto;
			margin-right: auto;
}
#preheader {
		background-color: #d8be9b;
		height: 15px;
		width: 845px;
}
#header {
		text-align: left;
		margin: 0px;
		padding: 0px;
		height: 90px;
		width: 840px;
}
#mainbody {
		position: relative;
		background-color: #d8be9b;
		margin: 0px;
		padding: 0px;
		height: 500px;
		width: 845px;
}
#data {
		position: absolute;
		background-color: #d8be9b;
		font-size: 105%;
		text-align: left;
		color: black;
		margin: 0px 0px 0px 5px;
		padding: 20px 10px 0px 15px;
		left: 300px;
		top: 0px;
		width: 515px;
		height: 480px;		
}
#Ali {
		position: relative;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		left: 0px;
		top: 0px;
		width: 300px;
		height: 500px;
}
#footer {
		position: relative;
		background-color: #d8be9b;
		font-size: 105%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		color: white;
		width: 845px;
		height: 40px;
}
a:link {
		color: black;
		text-decoration: none;
		font-size: 110%;
}
a:visited {
		color: #444444;
		text-decoration: none;
		font-size: 110%;
}
a:hover {
		color: white;
		text-decoration: none;
		font-size: 110%;
}
