


	html
	{
		overflow-x:hidden;
		overflow-y:scroll;
	}

		body
		{
			background:#010099 url('/images/background.gif') repeat-x top left;
			font-family:verdana, microsoft sans serif;
			font-size:8.25pt;
			margin:16px;
			text-align:center;
		}

			#center
			{
				margin:0 auto;
				text-align:center;
				width:740px;
			}

				#header 
				{
					background:black;
			  		height:115px;
					padding:2px;
					text-align:left;
				}

					#header img
					{
						border:0;
					}

				#middle
				{
					text-align:left;
				}

					#presentation
					{
						background:black;
						float:left;
						height:176px;
						width:500px;
					}

						#presentation img
						{
							border:0;
							height:176px;
							width:500px;
						}

					#menu
					{
						background:black;
						float:right;
						height:176px;
						width:240px;
					}

						.section
						{
							float:left;
							height:144px;
							padding:16px 0 0 16px;
							width:88px;
						}

							.section a
							{
								color:white;
								display:block;
								font-weight:bold;
								padding-bottom:16px;
								text-decoration:none;
							}

							.section a:hover
							{
								text-decoration:underline;
							}

				#footer 
				{
					background:black;
					color:white;
  					height:23px;
					padding-top:9px;
					text-align:left;
				}


					#footer span
					{
						margin:0 12px;
					}

						#footer span a
						{
							color:white;
							text-decoration:none;
						}

						#footer span a:hover
						{
							text-decoration:underline;
						}


	a
	{
		color:white;
	}

	.message
	{
		border:1px solid gray;
		color:white;
		margin:24px;
	}

	.message legend
	{
		color:white;
		font-weight:bold;
		padding:0 8px;
	}

	.clear-both
	{
		clear:both; 
		font-size:0;
		height:0;
		margin:0;
		padding:0;
		width:0;
	}


