body {margin: 0px; padding: 0px; text-align: center; background-color: #8F9FBF; }

a:link, a:visited, a:hover, a:active {
	color: #223E6F;
	}
.structure {width: 700px; background-color: #DAE3F6;}

#intro {background-color: #A3B5DB; }
#intro .header {
	background-image: none;
	}
#intro .body {
	height: 405px;
	width: 700px;
	background: url(../images/intro-body-bg.jpg) center center no-repeat;
	text-align: left;
	line-height: 20px;
	font: bold 14px "century gothic",arial;
	letter-spacing: 1px;
	}
#intro .body a {
	text-decoration: none;
	color: black;
	}
#intro .body a:hover {
	text-decoration: none;
	color: white;
	}
	
#intro .body .pos1 {position: relative; top: 40px; left: 20px;}
#intro .body .pos2 {position: relative; top: 20px; left: 520px;}
#intro .body .pos3 {position: relative; top: 130px; left: 10px;}
#intro .body .pos4 {position: relative; top: 110px; left: 610px;}
#intro .body .pos5 {position: relative; top: 230px; left: 40px;}
#intro .body .pos6 {position: relative; top: 210px; left: 560px;}

#intro .footer {
	background: url(../images/intro-footer-bg.jpg) top left repeat-x #DAE3F6;
	text-align: center;
	font: italic 12px "times new roman";
	padding: 50px 0px 10px 0px;
	}
	
	
/* INNER PAGES */
.header {
	height: 70px;
	background: url(../images/header-bg.jpg) #A3B5DB bottom left repeat-x;
	}
.menu {
	text-align: center;
	font: 12px "century gothic",arial;
}
.body {
	width: 700px;
	height: 480px;
	margin-top: 10px;
	padding: 0px;
	border-top: 2px solid black;
	}
.menu a {
	text-decoration: none;
	color: black;
	}
.menu a:hover {
	text-decoration: none;
	color: #A3B5DB;
	}
.footer {
	text-align: center;
	font: italic 12px "times new roman";
	padding: 10px 0px 10px 0px;
	}
h2	{
	font-size: 20px;
	margin: 15px 15px 15px 15px;
	padding: 0px;
	text-align: left;
	font-family: century gothic;
	color: #63779F;
	}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	color: #8BA8DF;
	text-decoration: none;
	}
