HTML {
	margin-top: 20px;
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 800px;
	margin: 0 auto;
}



H1 {
	font-size: 130%;
	color: #90B8E2;
	margin: 0;
}
	
H2 {
	font-size:120%;
	font-weight:bold;
	/*text-transform:uppercase;*/
	/*color: #7498BB;*/
	color: #335599;
	width: 450px;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	background: url(/img/hr.gif) no-repeat left bottom;
	
}
	
H3 {
	font-size: 100%;
	/*color:#330099;*/
	color: #000;
	margin-bottom: 1px;
}

A, A.selected, A.visited {
	color:#000080;
	}
A:HOVER {
	color:#FF0000;
	}
	
SELECT,INPUT, TEXTAREA {font-size:80%;}
IMG {border:0;}
FORM{margin:0;}

DT {
	padding-top: 5px;
	font-weight: bold;
}


/******  HEADER  ******/
#Header {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	color: #FFFFFF;
	/*background: url(/img/logo-whitebg.gif) no-repeat left center;*/
}






/*### NAVIGATION ###*/
/*********************/
#Nav {
	background: #102852;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

#Nav A {
	background: #102852;
	color:#FFF;
	padding: 5px 40px 5px 40px;
	text-decoration:none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-weight: bold;
	font-size: 105%;
}

#Nav A:hover {
	background:#304872;
}




/******  MAIN CONTENT  ******/
#Content {
	border: 1px solid #102852;
	background: #AAAACC;
	height: 340px;
}

#Photo-WaterPool {
	background: url(/img/waterpool.jpg) center center no-repeat;
}


#Photo-HumanFamily {
	background: url(/img/one-human-family.jpg) center center no-repeat;
}

#Photo-OfficeBuilding {
	background: url(/img/office-building.jpg) center center no-repeat;
}

#Photo-BuildingPillars {
	background: url(/img/building-pillars.jpg) center center no-repeat;
}

#Photo-Biggest {
	background: url(/img/biggest.jpg) center center no-repeat;
}

#TextBox {
	background: #222222;
	color: #FFFFFF;
	padding: 8px;
}

#TextBox INPUT {
	font-size: 85%;
	width: 80%;
}

#TextBox A {
	color: #90B8E2;	
}




/******  FOOTER  ******/
/**********************/
#Footer {
	text-align: left;
	font-size: 80%;
	color: #999;
	padding: 10px;
}
