body 
{
      font-family: trebuchet MS,arial ;
	background-image : url(b.gif);
	margin-top : 0.5em;
	background-repeat : no-repeat;
background-position: bottom right;
         background-color:#f2e5d5;

}

   A:link {color: black; text-decoration: none;}   
A:visited { color:#000000; text-decoration: none;}  
A:active { color:#000000; text-decoration: none;}  
A:hover { background-color:#f2e5d5;	text-decoration: none;}

#container { 
width: 100%;
left: 0%;
position : absolute;
	}


#title
{
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
z-index:2;
	position : absolute;
top:6%;
left: 13%;

}

#content
{
	position : absolute;
	top: 65%;
z-index: 1;
	left : 60%;
	
	border: 2px solid black;
	color: white;
	background-color: #002443;
	
}

#nav
{
	position : absolute;
	top: 65%;
z-index: 1;
	left : 20%;
}


#pros 
	
	{	

	top: 30%;
		position: absolute;
		left : 49%;
		width : 38%;
		margin : 1%;
background-color: #002443;
color: white;
		padding-left: 40px;
	
		padding-top :2%;
		padding-bottom :2%;
		border : 3px black solid;
	}

	#cons 
	{
	top:30%;
		position: absolute;

	width : 40%;
		
	}








