/* CSS Document */

body {
	margin: 0;
	height: 100%;
	background: #6f9aae;
	font-family:Arial;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size:10px;
	font-family: Arial;

}

nav {
background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
}

#title {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:20px;
	color:#6f9aae;
	
}

#text {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:13px;
	color:#808080;
	
}

#box {
	width:150px; 
	height:20px; 
	background-color:#6e99ad;
	z-index:1; 
	}

#box2 {
	width:150px; 
	height:20px; 
	background-color:#6e99ad; 
	z-index:2; 
	}


#box3 {
	width:150px; 
	height:20px; 
	background-color:#6e99ad;
	z-index:2; 
	}




