/* Overall page dimensions and styling */
div.page {
    width: 775px;
    margin-left:auto;
	margin-right:auto;
	padding-top: 10%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* Left side of the page (menu) styling */
div.left {
    float: left;
    width: 303px;
    padding-top: 50px;
}

/* Styling for individual menu items */
div.menuitem {
	clear: right;
	float: right;
	padding-right: 20px;
	font-size: 175%;
	font-family: "Palatino", serif;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: rgb(133,131,131);
}
	
	/* Overwrite the default link colour for the menu */
	div.menuitem a:link {color: #000000; text-decoration: none;}
	div.menuitem a:hover {color: #ff0000; text-decoration: none;}

div.icons img {
	width: 30px;
}
	
/* Right side of the page (content) styling */
div.right {
	float: right;
	width: 450px;
}

div.pageheader {
	font-size: 250%;
	padding-bottom:5px;
	font-family: "Palatino", serif;
	
}

/* Styling for content */
div.content {
	font-size: 18px;
	text-align: justify;
	line-height: 130%;
}

/* Links */
a:link {color: #858383; text-decoration: none;}
a:active {color: #0000ff; text-decoration: none;}
a:visited {color: #858383; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: none;}