
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	background-color: black;
}

#logo h1 {
	background: -webkit-linear-gradient(royalblue, lightcyan);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: xxx-large;
	font-family: monospace;
	text-align: center;
	padding: 20px;
	margin: 0px;
}

#nav {
	float: left;
	background-color: royalblue;
	width: 120px;
	min-height: 640px;
	padding: 10px;
}

#content {
	float: left;
	width: 640px;
	padding: 10px;
	background-color: LightCyan;
	color: royalblue;
	font-weight: bold;
	font-family: monospace;
	height: 640px;
	text-align: left;
	font-size: large;
}

#ad
{
	float: left;
	width: 160px;
	min-height: 620px;
	padding: 20px;
	background: linear-gradient(royalblue, lightcyan);
}

#footer
{
	background-color: black;
}

#footer p {
	clear: both;
	background: -webkit-linear-gradient(royalblue, lightcyan);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: monospace;
	font-size: large;
	text-align: center;
	padding: 10px;
}


.tile2
{
	background-color: #ffffff;
	color: white;
	width: 100px;
	margin: 10px;
	font-size: x-large;
	font-family: monospace;
	text-align: center;
}

.tile1
{
	background-color: #E0FFFF;
	color: black;
	width: 100px;
	margin: 10px;
	font-size: large;
	font-family: monospace;
	text-align: center;
}

.tile3
{
	background-color: black;
	color: white;
	width: 100px;
	margin: 10px;
	margin-top: 360px;
	font-size: large;
	font-family: monospace;
	text-align: center;
}

a.tilelink
{
	color: black;
	font-family: monospace;
	text-decoration: none;
	width: 100px;
	display: block;
}

a.tilelink2
{
	color: black;
	font-family: monospace;
	width: 100px;
}

a.tilelink3
{
	color: #E0FFFF;
	font-family: monospace;
	width: 100px;
	text-decoration: none;
	display: block;
}

a:hover
{
	font-weight: bold;
}
