*{
	font-family: Arial;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*---------Header--------*/
#header{
	width: 100%;
	height: 100px;
	background-color: #39048f;
	border-radius: 0 0 28px 28px;
}
#gamePlanDiv{
	float: right;
	margin-top: -90px;
	margin-right: 350px;
}
#logoText{
	margin-right: 1030px;
	float: right;
	margin-top: 30px;
	color: yellow;
	text-shadow: 3px 3px 3px black;
}
#dash{
	color: white;
}
#orderButton{
	float: right;
	color: white;
	width: 140px;
	height: 50px;
	background-color: red;
	border-style: outset;
	font-weight: bold;
	text-align: center;
	margin-right: -440px;
	margin-top: -70px;
}
#orderButton:hover{
	border-style: inset;
	width: 141px;
	height: 51px;
	cursor: pointer;
}
#nextMatchText{
	float: right;
	margin-top: -58px;
	margin-right: 580px;
	text-shadow: 4px 4px 3px black;
	color: white;
}
/*--------Nav---------*/
#nav{
	height: 50px;
	background-color: yellow;
	margin: 15px 210px 0 200px;
	border-radius: 12px;
}
#navList li{
	display: inline;
	margin-left: 94px;
	float: left;
	margin-top: 14px;
	font-weight: bold;
}
#navList li a:hover{
	color: white;
	cursor: pointer;
	background-color: #39048f;
	border-radius: 5px;
	border: 1px solid silver;
}
#navList a{
	text-decoration: none;
	color: black;
}
/*-------Aside-------*/
#aside{
	width: 160px;
	height: 600px;
	background-color: gray;
	float: left;
	margin-top: 15px;	
}
/*-------Article-------*/
#article{
	min-height: 660px;
	background-color: yellow;
	margin: 15px 180px 0 170px;
	border-radius: 12px;
}
#section{
	width: 450px;
	height: 300px;
	background-color: #39048f;
	float: left;
	border-radius: 12px;
	margin-left: 20px;
	margin-top: 20px;
}
#sectionPhoto{
	margin: 8px 0 0 45px;
	float: left;
	border-radius: 12px 12px 0 0;
}
#sectionP{
	font-size: 20px;
	color: white;
	text-align: justify;
	margin: 0 5px 0 5px;
}
#section2Photo{
	float: left;
	margin: 8px 0 0 26px;
	border-radius: 12px 12px 0 0;
}
#section3P{
	color: white;
	float: left;
	margin: 40px 0 0 5px;
	text-align: center;
}
#section4Photo{
	margin: 16px 0 0 26px;
	float: left;
	border-radius: 12px 12px 0 0;
}
#section2{
	width: 450px;
	height: 300px;
	background-color: #39048f;
	float: right;
	border-radius: 12px;
	margin-right: 20px;
	margin-top: 20px;
}
#section3{
	width: 450px;
	height: 300px;
	background-color: #39048f;
	float: left;
	border-radius: 12px;
	margin-left: 20px;
	margin-top: 20px;
}
#section4{
	width: 450px;
	height: 300px;
	background-color: #39048f;
	float: right;
	border-radius: 12px;
	margin-right: 20px;
	margin-top: 20px;
}
#newsSection1P{
	color: white;
	text-align: center;
	float: left;
	font-weight: bold;
}
#newsSection1Btn{
	height: 100px;
	width: 200px;
	display: inline;
	background-color: yellow;
	border: 2px solid black;
	float: left;
	margin: 50px 0 0 50px;
	font-weight: bold;
}
#imgDiv{
	float: left;
}
#aboutP{
	text-align: center;
	color: black;
	font-weight: bold;
}
#inputDiv{
	float: left;
	margin-left: 100px;
}
#iframe{
	float: left;
	margin-top: 200px;
}
/*-------Right content-------*/
#rightContent{
	width: 160px;
	height: 600px;
	float: right;
	margin: -658px 10px 0 10px;
}
#fbLogo{
	margin-left: 7px;
	margin-top: 12px;
}
#instaLogo{
	margin-left: 10px;
}
#vkLogo{
	margin-left: 10px;
}
#wpLogo{
	margin: 8px 0 0 25px;
}
#youtubeLogo{
	margin-left: 15px;
}
#fbLogo:hover{
	box-shadow: 4px 4px 2px black;
}
#instaLogo:hover{
	box-shadow: 4px 4px 2px black;
}
#vkLogo:hover{
	box-shadow: 4px 4px 2px black;
}
#wpLogo:hover{
	box-shadow: 4px 4px 2px black;
}
#youtubeLogo:hover{
	box-shadow: 4px 4px 2px black;
}
#rightContentTitle{
	margin: 0 0 0 12px;
	background-color: yellow;
	display: inline;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}
#posText{
	float: left;
	margin-left: 15px;
	margin-top: 40px;
	background-color: yellow;
	text-align: center;
	border: 2px solid black;
}
#posNum{
	float: left;
	margin-left: 50px;
}
#buttonUp{
	height: 50px;
	width: 100px;
	background-color: #39048f;
	float: left;
	margin: 50px 0 0 40px;
	border: 2px solid black;
}
#textUp{
	float: left;
	color: white;
	font-weight: bold;	
	margin: 14px 0 0 14px;
}
#textUpLink{
	text-decoration: none;
	color: white;
}
#textUpLink:hover{
	text-decoration: underline;
	color: yellow;
}
#famousList{
	float: left;
	margin-top: 50px;
	margin-left: 50px;
}
/*-------Footer-------*/
#footer{
	width: 100%;
	height: 200px;
	background-color: #39048f;
	margin-top: 100px;
	border-radius: 12px 12px 0 0;
	float: left;
}
#copyText{
	color: yellow;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	margin-left: 600px;
	margin-top: 20px;
}