@charset "utf-8";
/* CSS Document */

/* This external css file style the basic elements of the page. */

html {
		margin:0;
		padding:0;
		}
body {
	font:Verdana;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#000000;
/*	text-align:center; */
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/bg1.5_img.gif);
	background-repeat:repeat;
	background-position:center;
	}
p {
	margin-top:0;
	text-align:justify;
	}
a:link {
			font-weight:bold;
			text-decoration:none;
			color:#FFFFFF;
			}			
/* Now that we are done with the basic elements let's style the page container */

#container {
				position:relative;
				margin:50px auto;
				width:750px;
				padding:0px;
				border:#999999 solid 5px;
				text-align:left;
				background:#ffffff;
				color:inherit;
				}
#intro {
			border-bottom:#999999 solid 5px;
			}

/* and now the style for the page header */

#pageHeader {
				padding: 5px;
				height: 190px;
				margin: 5px 5px 0px 5px;
				text-align: left;
				background: url(../images/header_img.gif) no-repeat top left;
				color: inherit;
				
				}
#pageHeader h1, #pageHeader h2 {
									display:none; 
									
									}
									
