/*
Kyle.css
Written by Kyle
with contributions by Apos
This stylesheet configures the basic layout of a Kyle powered website.
The authors of this stylesheet waive all copyrights to this code and release it to the public domain to the fullest extent possible under law.
Feel free to use any or all of this code for any purpose.
*/

body {
	background:#000065;
	color:#FFFFFF;
	font:verdana,arial,sans-serif;
}
a, a:visited {color:silver}
h1 {
	font-family:sans-serif;
	font-size:18pt;
	text-align:center;
	color:yellow
}
h2 {
	font-family:sans-serif;
	font-size:16pt;
	text-align:center;
	color:yellow;
}
#left {
	float:left;
	width:20%;
}
#navboxdiv {
	width:90%;
	border:3px solid yellow;
 margin-top:10%;
 margin-left:15%;
}

#navbox {
	font-family:arial;
	font-size:14pt;
	text-align:center;
}

#middle {
	width:60%;
	margin:auto;
	float:left;
}
#title {
	margin:auto;
	width:45%;
}
#right {
	width:20%;
	margin:auto;
	float:left;
}
#logo {
	float:right;
	top:15px;
	right:15px;
}
#content {
	font-family:verdana;
	font-size:12pt;
	position:relative;
	/*top:0px;*/
	margin-left:20px;
	margin-right:20px;
	/*margin-top:-30px;*/
}
#content h1 {
	margin-bottom:10px;
}
#footer {
	position:relative;
 margin:auto;
	width:360px;
}
#footer p {
	font-family:sans-serif;
	font-size:14pt;
	font-weight:bold;
	font-style:bold;
	text-align:center;
	background:silver;
 border:3px solid yellow;
}
#footer p a {
	color:#000065;
 text-decoration:none;
	padding-left:20px;
}
