/* CSS Document */

body{
	background-color: #000000;
	text-color:  #FFFFFF;
	link-color: #FFFC00;
	margin: 0px,0px,0px,0px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;

	}
.top{
	height: 100px;
	background-color: #FFFFFF;
	}
	
.left{
	height:400px;
	width:125px;
	link-color: #FFFFFF;
	background-color: #990000;
	cellspacing: 50;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	visitedlink-color: #FFFFFF;
	
	}
	
.center{
	height: left.height;
	width: 450px;
	background-color: #000000;
	}

.right{
	height: 400;
	width: 125;
	background-color: #FFFFFF;
	}
	
	.bottom{
	height: 25px;
	background-color: #FF0000;
	}
