*{
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	height: 100%;
}

#wrapper{
	width: 1050px;
	margin: 0px auto;
}

#section-wrapper{
	width: 1050px;
	float: left;
}
header{
	width: 1050px;
	height: 200px;
	border-bottom: 5px solid black;
}

#logo{
	width: 250px;
	height: 200px;
	float: left;
}

#header-content{
	width: 800px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	font-size: 25px;
	font-weight: bold;
	float: left;
	
}

#breadcrumb{
	width: 1050px;
	height: 30px;
	float: left;
}

#breadcrumb a{
	font-size: 14px;
	color: blue;
	text-decoration: none;
	line-height: 30px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

#sidebar{
	width: 230px;
	float: left;
	/*margin-top: 25px;*/
}

#content{
	width: 780px;
	height: 400px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

footer{
	width: 1050px;
	height: 42px;
	float: left;
	text-align: center;
	background-color: #404040;
	color: white;
	line-height: 42px;
}

ul{
	width: 100px;
	background: #CCC;
	margin: 0px;
	list-style-type: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

li a{
	width: 229px;
	height: 30px;
	display: block;
	background: #666;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	
	text-decoration: none;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

li a:hover{
	background-color: #000;
}
