﻿/*
 * Fenwick Towers
 * Supplemental stylesheet for large screens
 *
 */

#menu {
	min-width: 50%;
	max-width: 55%;
}

#menu a {
	padding: .1em 2em .1em 2em;
	font-size: 1.4em;
}

#content {
	min-width: 70%;
	max-width: 80%;
	font-size: 1.2em;
	padding: 1.5em;
}

#footer {
	min-width: 20%;
	max-width: 25%;
	font-size: .8em;
}
