/* CSS Document */

	* {

		margin:0;

		padding:0;

		}

	body {

		background-color:#000000;

		background-image: url(inbg.gif);

		background-repeat: repeat-y;

		}

	p {

		text-align: justify;

		color: #ffffff;

		font-family: georgia, sans serif;

		font-size: 8.5pt;

		padding: 0 10px 5px 0;

		}

	#menu {

		position: absolute;

		top: 0px;

		left: 0px;

		}

	#menu ul {

		text-align: center;

		padding: 5px;

		list-style: none;

		}

	#menu li {

		font-family: georgia, sans serif;

		font-size: 11pt;

		text-transform: uppercase;

		color: #000000;

		padding: 0 0 6px 0;

		}

	#menu a {

		font-family: book antiqua, georgia, sans serif;

		text-transform: uppercase;

		text-decoration: none;

		color: #000000;

		}

	#header {

		position: absolute;

		top: 0px;

		left: 162px;

		width: 504px;

		height: 161px;

		background-image: url(header.gif);

		}

	#header h1 {

		display: none;

		}

	#content {

		position: absolute;

		top: 75px;

		left: 240px;

		width: 500px;

		height: 300px;

		}
	
	#imagecontent {

		position: absolute;

		top: 75px;

		left: 245px;

		width: 300px;

		height: 300px;

		}
		
	#image {

		position: absolute;

		top: 75px;

		left: 545px;

		width: 400px;

		height: 100%;

		}
