#container {
	width: 1200px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
	background: #596167;
	border-right: 1px solid #0059ec;
	border-left: 1px solid #0059ec;
	position: absolute;
	z-index: 1;
	top: 0;
	background: -moz-linear-gradient(top, #597195, #596167);
	background: -webkit-gradient(linear, left top, left bottom, from(#597195), to(#596167));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 4px 6px #011331;
	-webkit-box-shadow: 0px 4px 6px #011331;
}

#nav {
	position: relative;
	float: left;
	background-position: center center;
	background-image: url(/Images/navigationbar3.png);
	background-repeat: no-repeat;
	height: 31px;
}

#nav li {
	float: left;
	list-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #4a4a4a;
	border-left-color: black;
}

#nav li a {
	color: #FFF;
	z-index: 2;
	position: relative;
	cursor: pointer;
	float: left;
	font-size: 15px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	width: 45%;
	padding-top: 7px;
	padding-right: 45px;
	padding-bottom: 7px;
	padding-left: 45px;
}
