body {
	background: white;
	padding: 0;
	margin: 0;
	height: 100%;
}
	
/*
Layout
---------------------------------------------------------------------------- */
#page {
	width: 960px;
	text-align: left;
	background: #ffffff;
	margin: 0 auto;
	}

#page_header {
	border-bottom: 4px solid #666666;
	}
	
div#page_content {
	padding: 10px 10px 0 10px;
	background: white;
	font-size: 12px;
	line-height: 150%;
	clear: both;
	height: 750px;      /* per IE5.x e IE6 */
	min-height: 750px;  /* per i browser moderni */
	height: auto !important;  /* per i browser moderni */
	}
div#page_content ul li,
#page_content ol li {
	margin-bottom: 1em;
	}
div#page_content ul li ul li,
#page_content ol li ol li {
	margin-bottom: 0.2em;
	}
	
div#wikitext ul li img {
	vertical-align: bottom;
	}
	
#page_footer {
	border-top: 4px solid #1783c6;
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 10px 15px 5px;
	font-size: 11px;
	}
#page_footer div,
#page_footer div a {
	font-size: 11px;
	}
#page_footer div.by {
	padding-bottom: 10px;
	}

	
body, p, td , li , a, div {
	font-family: Arial;
	font-size: 14px;
	}
p {
	text-align: justify;
	}

h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1;
	}		
h1 { 
	margin-top: 5px;
	font-size: 24px; 
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #0e84c4;	}	
h2 { 
	font-size: 18px;
	font-weight: bold; 
	}
h3, h4 { 
	margin-top: 5px;
	font-size: 16px; 
	font-weight: bold;
	letter-spacing: 1px;
	}
h4 { 
	border: none;
	margin-bottom: 5px;
	}

p, td, li {
	line-height: 1.5;
	}	
	
img ~ em {
	font-size: 11px;
	}
img ~ strong {
	font-size: 12px;
	}

hr {
	border:0;
	border-top: 1px solid silver;
	}
	

td.aright,
td.aright p {
	text-align: right !important;
	}
	
	
a { color: #0066ff; }
a.footerlink { color: #666666; }	
a.link_url { 
	text-decoration: none; 
	border-bottom: 1px dotted #0066ff;
	}
	
#main_menu {
	background: #dddddd;
	padding: 7px 0 7px 0;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	}	
#main_menu a {
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-size: 14px;
	color: black;
	}	
#main_menu a:hover{
	background: #cccccc;
	}
div.editbar,
#main_menu a.active { 
	background: #1783c6; color: white; 
	}


span.shadow img {
	border: 1px solid #777777;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	}
a img {
	border: 0;
	}

table.deadlines {
	text-align: center;
	background: #1783c6;
	border-radius: 15px;	
	}
table.deadlines td {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 18px;
	color: white;
	padding: 5px 20px 5px 20px;

	}

