
body {
	color: grey;
	background-color: #eef2ff;
	font-family: 'Arial', sans-serif;
	a {color: #777777;}
	a:hover {color: #444444; font-weight: 500;}
}

#rootDiv {
	border: none;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	background: rgba(128, 128, 128, 0.0);
	width: 79%;
	min-width: 833px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 7px;
	color: grey;
}

#banner {
	background-color:whitesmoke;
	border: 1px solid;
	border-color:darkgrey;
	border-radius: 5px 5px 0px 0px;
	padding: 1px 20px 20px 1px;
	width: auto;
	height: 40px;
	min-height: 100px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

#linkBar {
	background-color:whitesmoke;
	border: 1px solid;
	border-color:darkgrey;
	border-radius: 0px 0px 0px 0px;
	border-top-style: none;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 35px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	/*HOLY SHIT YOU CAN DEFINE A TAG SELECTOR WITHIN A DIV :DDD THIS IS AWESOME*/
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul li{
		float: left;
		border-right: 1px solid darkgrey;
		height: 35px;
		min-width: 100px;
	}
	
	ul li a{
		display: block;
		color: darkgrey;
		text-align: center;
		padding: 8%;
		text-decoration: none;
	}
	ul li a:hover {
		background-image: linear-gradient(to top, grey, darkgrey);
		color: whitesmoke;
		height: 20px;
	}

}

#heading
	{
	text-align: center;
	display: inline-block;
	position: relative;
	bottom: 40%;
	top: auto;
	h1 {display: inline;}
}


#contentParent {
	background-image: url('DSi-BG.png');
	border: 1px solid;
	border-top-style: none;
	border-color:darkgrey;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 250%;
	margin: auto;
}

#mainContent {
	/* border: 1px solid;
	border-color: darkgrey; */
	padding: 1px 20px 1px 20px;
	width: auto;
	height: 100%;
	margin: auto;
	h1 {color: grey;}
	p {color: grey;}
}

#sideBar {
	/* border: 1px solid;
	border-color: darkgrey; */
	padding: 1% 1% 1% 1%;
	width: auto;
	height: 100%;
	margin: auto;
	h1 {color: grey;}
	p {color: grey;}
}

#footer {
	background-color:whitesmoke;
	border: 1px solid;
	border-top-style: none;
	border-color:darkgrey;
	border-radius: 0px 0px 5px 5px;
	color:grey;
	padding: 1px 1px 1px 1px;
	width: auto;
	height: 6%;
	min-height: 50px;
	margin: auto;
	text-align: center;
	table {margin: auto; font-size: 12px; position: relative; top: 10%; text-align: center;}
}


