/* CSS Document */

body {
	font-family: Georgia, Times, serif;
	}

h1 {
	font-size: 18px ;
	text-align: center;
	}

p.center {
	text-align: center;
	}

#left	{
	position: absolute;
	left: 10px;
	top: 200px;
	width: 200px;
	}
	
#center	{
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
	}

#center p {
	margin-left: 40px;
	margin-right: 40px;
	}

#content {
	text-align: left;
	}

#content p {
	text-align: left;
	}
	
#right {
	position: absolute;
	right: 10px;
	top: 200px;
	width: 200px;
	}
