body
{
	background:url(background.png)
}	
#topbar
{
	background-color:#1F1F1F;
	height: 30px;
	width: 100%;
}
#container
{
	height:1000px;
	width: 100%;
}
#header
{
	height: 120px;
	background-color: #ffcc33;
}
#header h3
{
	float: right;
	margin-right: 20px;
	font-family: Segoe UI Semibold;
}	
#header img
{
	padding-bottom: 3px;
	width: 324px;
	height: 81px;
	margin-left: 20px;
}
#menubar
{
	width: 100%;
	height: 100px;
	background-color: black;
	box-shadow: 0px 3px 6px;
}	
#header ul
{
	float:right;
}
#header ul li
{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
#header ul li a
{
	color:white;
	text-decoration: none;
	font-size: 20px;
	font-family: Segoe UI Semibold;	
}
#content1
{
	width: 49.8%;
	height: 50px;
	background-color: #ffcc33;
	float:left;
	
}
#content2
{
	width: 49.8%;
	height: 50px;
	background-color: #ffcc33;
	float: right;
}	
#content3
{
	background-color: black;
	width: 49.8%;
	height: 350px;
	float:left;
}
#content4
{
	background-color: black;
	width: 49.8%;
	height: 350px;
	float: right;
}
#content1 h1
{
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	font-family: Nyala;
	
}
#content2 h1
{
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	font-family: Nyala;
}
#content3 p
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	color: white;
}	
#content3 ul li
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-family: Segoe UI Semibold;
	margin-bottom: 5px;
	
}
#content3 ul li
{
	color: white;
	text-decoration: none;
}
#content3 ul li a
{
	color: white;
	text-decoration: none;
}	
#content4 p
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	color: white;
}	
#content4 ul li
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-family: Segoe UI Semibold;
	margin-bottom: 5px;	
}
#content4 ul li
{
	color: white;
	text-decoration: none;
}
#content4 ul li a
{
	color: white;
	text-decoration: none;	
}	
#content5
{
	width: 100%;
	height: 60px;
	background-color: #ffcc33;
	float:left;	
}
#content5 .footer1 h4
{
	margin-left: 20px;
	float: left;
}
#content5 .footer2 h4
{
	margin-right: 20px;
	float: right;
}
