#screen {
    width: 920px;
    margin-left: auto; 
    margin-right: auto;
	}

#main {
	width: 900px;
	}
	
#header {
	background: white; 
    clear: both;
	width: 100%;
    height: 100px;
	}
	
#title {
	background: indianred; 
    clear: both;
	width: 345px;
	color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
	
#logo {
	background-image: url('images/logo.gif'); 
    clear: both;
	width: 210px;
	}
	
#support {
	background: dimgray; 
    clear: both;
	width: 345px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0.1em;
	font-family: Arial, sans-serif;
	}

#navigation {
	background: white; 
	clear: both;
	width: 100%;
	height: 150px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}
	
#menu {
	background: midnightblue; 
	clear: both;
	width: 22%;
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	}
	
#banner {
	background-image: url('images/commencement.jpg'); 
	clear: both;
	width: 78%;
	border-left: 1px solid white;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
	}

#content {
	background: white; 
	width: 100%;
	border-bottom: 1px solid white;
	}

#contentMenu {
	background: darkseagreen; 
	width: 630px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, sans-serif;
	}
	
#contentMenuLeft {
	width: 100px;
	text-align: left;
	float: middle;
	}
	
#contentMenuRight {
	width: 500px;
	text-align: center;
	float: middle;
	}
	
#contentMain {
	background: white; 
	width: 630px;
	text-align: left;
	border-top: 1px solid white;
	color: #444444;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	}
	
#contentSplit {
	background: white; 
	height: 100%;
	border-top: 1px solid white;
	color: #444444;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	}
	
#contentNews {
	background: darkkhaki; 
	width: 30%;
	text-align: left;
	border-left: 1px solid white;
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	}

#footer {
	background: midnightblue; 
    clear: both;
	width: 100%;
	height: 25px;
	}
	
#footerMenu {
	color: white;
	font-size: 12px;
	word-spacing: 0.2em;
	font-family: Arial, sans-serif;
	text-align: center;
	}
	
.drop_menu {
	background: dimgray;
	color: white;
	font-size: 12px;
	word-spacing: 0.2em;
	font-family: Arial, sans-serif;
	padding: 5px 5px;
	}
	
#contact {
    clear: both;
	color: midnightblue;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
	
#shadowTop {
	background-image: url('images/shadow_top.png');
	clear: both;
	width: 100%;
	height: 18px;
	}
	
#shadowTopLeft {
	background-image: url('images/shadow_top_left.png');
	clear: both;
	width: 10px;
	height: 18px;
	}
	
#shadowTopRight {
	background-image: url('images/shadow_top_right.png');
	clear: both;
	width: 10px;
	height: 18px;
	}
	
#shadowLeft {
	background-image: url('images/shadow_left.png');
	clear: both;
	width: 10px;
	height: 100%;
	}
	
#shadowRight {
	background-image: url('images/shadow_right.png');
	clear: both;
	width: 10px;
	height: 100%;
	}
	
#shadowBottom {
	background-image: url('images/shadow_bottom.png');
	clear: both;
	width: 100%;
	height: 18px;
	}
	
#shadowBottomLeft {
	background-image: url('images/shadow_bottom_left.png');
	clear: both;
	width: 10px;
	height: 18px;
	}
	
#shadowBottomRight {
	background-image: url('images/shadow_bottom_right.png');
	clear: both;
	width: 10px;
	height: 18px;
	}
	
#headline {
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	}
	
#plain {
	color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
	
a:link {
	text-decoration: none;
	color: white;
	}
	
a:visited {
	text-decoration: none;
	color: white;
	}
	
a:hover {
	text-decoration: none;
	color: indianred;
	}
	
a.blue:link {
	text-decoration: none;
	color: midnightblue;
	}
	
a.blue:visited {
	text-decoration: none;
	color: white;
	}
	
a.blue:hover {
	text-decoration: none;
	color: indianred;
	}
	
a.docs:link {
	text-decoration: none;
	color: midnightblue;
	}
	
a.docs:visited {
	text-decoration: none;
	color: midnightblue;
	}
	
a.docs:hover {
	text-decoration: none;
	color: indianred;
	}
	
li {
	list-style-position: inside;
	}