body {
	background-color:black;
	font-family:sans-serif;
}
img {
	border-style:none;
}

div.caption {
	left:0px;
	top:0px;
	position:absolute;
	height:100px;
	margin-left:5%;
	margin-right:5%;
	width:80%;
	background-color:#224477;
	color:white;
	background-image:url('images/head.png');
	background-position:center center;
	background-repeat:no-repeat;
	padding:0 5%;
	padding-top:20px;
	text-align:center;
	font-size:160%;
	font-weight:700;
}
div.border {
	left:0px;
	top:120px;
	position:absolute;
	height:10px;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	background-image:url('images/border.png'); 
	background-position:top left; 
	background-repeat:repeat-x;
}
div.all {
	background-color:#4433CC;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	left:0px;
	position:absolute;
	top:130px;
}
div.menu {  /* dentro 'all' */
	position:relative;
	float:left;
	background-color:#4433CC;
	width:18%;
	left:0px;
	top:0px;
	padding:0 1%;
	padding-top:20px;
}
div.body {  /* dentro 'all' */
	position:relative;
	background-color:#BBCCEE;
	float:right;
	width:72%;
	top:0px;
	right:0px;
	padding:0 4%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
}
div.footer {  /* dentro 'all' */
	position:relative;
	float:left;
	height:70px;
	width:90%;
	background-color:#AA0000;
	padding:0 5%;
	padding-top:10px;
	text-align:center;
	color:white;
}





/* left-side menu section */
table.menu {
	border:0;
}
td.menu {
	padding:2%;
}
a.menu {
	color:#ffffff;
	text-decoration:none;
}
a.menu:visited {
	color:#aabbFF;
}
a.menu:hover {
	color:#ccddFF;
	text-decoration:underline;
}