*{
	margin: 0 auto;
	padding: 0;
}
body, html {
	height: 100%;
}
/*
#wrapper {
	width: 100%;
	min-width: 1072px;
	height: 100%;
	min-height: 320px;
}
*/
a:link {
    text-decoration: none;
    color: white;
}
a:hover {
    background-color: none;
}
A.class2 {color:blue;}
A.class2:link {text-decoration: none; color: blue;}
A.class2:visited {text-decoration: none; color: blue;}
A.class2:hover {text-decoration: underline; color: blue;}
A.class2:active {text-decoration: none; color: blue;}
#content {
	width: 1072px;
}
.hide {
	display: none;
}
/* begin header css */
.header {
	width: 100%;
	min-width: 1072px !important;
	height: 90px;
	padding-top: 10px;
	background: rgba(0,0,0,1);
	position: fixed;
	top: 0;
	/*z-index: 1000;*/
}
.navbar {
	width: 1072px;
	text-align: center;
}
.navbar a:link, a:visited {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: white;
	text-decoration: none;
}
.navbar a:hover {
}
.navbar ul {
	display: inline-block;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/*navbar text position*/
.navbar li {
	float: left;
}
/*drop-down menu location*/
.navbar a {
	display: block;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 37px;/*39*/
}
.overlay {
	background: rgba(0,0,0,0.4)
}
.dropbutton {
	margin-left: 0px;/*70px;*/
	margin-top: 0px;/*30px;*/
	height: 40px;
	padding-bottom: 70px;
}
/* end header css */

/* begin sidebar css */
/*drop-down menu attributes*/
.sidebar-div {
	margin-top: 0px;
	padding: 20px;
	border-radius: 0 0 6px 6px;
	float: left;
	background: rgba(0,0,0,1);
	text-align: center;
	position: fixed;
	z-index: 200;
	font-size: .9em;
	line-height: .9em;
}
/*drop-down menu locations*/
#apps-menu {
	margin-left: 385px;
}
#games-menu {
	margin-left: 560px;
}
#links-menu{
	margin-left: 635px;
}
/*distance from link text on navbar*/
.drop-item {
	padding-bottom: 32px;
}
.side-link {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #ae1d1d;
	text-decoration: none;
}
.sidebar ul {
	list-style-type: none;
}
/*distance between links on drop-down*/
.sidebar li {
	line-height: 20px;/*18px;*/
}
.sidebar a:hover {
	border-bottom: 1px dotted white;
}
.side-header {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #929292;
	text-decoration: none;
}
.side-header a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
.top-margin {
	margin-top: 20px;
}
/* end sidebar css */