/* CSS Document */

div#home 
	{
	text-align: center;
	margin-top: -212px;
	margin-left: -234px;
	position: absolute;
	top: 50%;
	left: 50%;
	}

div#navigation
	{
	background-color:#ff0066;
	text-align:center;
	}

p
	{
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#ff0066;
	}

h2
	{
	text-align:center;
	color:#ff0066;
	font-size:small
	}

div#main 
	{
	background: #ffe0e0 url("Images/Titles_etc/background1.gif");
	background-repeat:repeat;
	color:#ff0066;
	text-align:center;
	width:80%;
	}

div#header
	{
	width:75%;
	border:#ffcfcf 8px solid;
	background-color:#ffcfcf;
	}

div#description
	{
	width:75%;
	border:#ffcfcf 3px solid;
	background-color:#ffe0e0;
	padding:5px;
	}