body {

        background-image: url(images/background.jpg);
	}



div.container {

	position: absolute;

	top: 0px;

	left: 50%;
	margin-left: -450px;
	width: 900px;
	border: 0px;

	}



div.leftborder {

	position: absolute;

	top: 0px;

	left: 0px;

	width: 50px;

	height: 100%;
	background-image: url(images/leftborder.jpg);

	}



div.rightborder {

	position: absolute;

	top: 0px;

	left: 850px;


	width: 50px;

	height: 100%;
	background-image: url(images/rightborder.jpg);

	}



div.content {

	position: absolute;

	top: 0px;

	left: 0px;

	width: 800px;
	background-color:white;
	
	border:none;
	padding-left: 50px;
	padding-right: 50px;
	}

font.linkbox {
	position: relative;
	text-align: center;
	width: auto;
	background-color: #aa74b2;
	font-weight: 500;
	border: 1px solid #5a0063;
	padding: 4px;
	margin: 4px;
	}

font.linkbox:hover {
	position: relative;
	text-align: center;
	width: auto;
	background-color: #833a89;
	font-weight: 500;
	border: 1px solid #5a0063;
	padding: 4px;
	margin: 4px;
	}

img.pictures {
	border: 2px inset #833a89;
	margin: 7px;
	padding: 1px;
	}


a:link {color: #5a0063; text-decoration: none;}
a:visited {color: Black; text-decoration: none;}
a:active {color: #833a89; text-decoration: none;}
a:hover {color: #aa74b2; text-decoration: none;}
