* {
	outline: none;
	margin: 0;
	padding:0;
	font-family: Verdana;
}

body {
	background-color: #0b428e;
}

#page-wrap {
	width: 800px;
	margin: 0 auto;
	background-color: #2c47cc;
	border: 1px solid white;
	padding: 2px;
}

#header-block {
	width: 800px;
	height: 240px;
	background-image: url('img/header.jpg');
}

#nav-list {
	width: 780px;
	height: 50px;
	padding-left: 20px;
	list-style-type: none;
	white-space: nowrap;
	display: block;
	background-color: #0b428e;
}

#nav-list ul {
	padding-left: 0;
	padding-top: 15px;
	margin-left: 0;
	width: 780px;
	background-color: #0b428e;
	list-style-type: none;
	white-space: nowrap;
	height: 25px;
	display: block;
}

#nav-list li {
	display: inline;
	width: 60px;
	height: 25px;
}

.nav-link {
	font-size: 18px;
	color: white;
	text-decoration: none;
	padding: 10px;
	width: 60px;
	height: 25px;
	font-family: Arial;
}

.nav-link:active {
	color: #0b428e;
}

#body-content {
	width: 800px;
	height: 100px;
}

#body-content p {
	color: white;
}

#body-content a {
	color: white;
}

#body-content li {
	color: white;
}

#ind-uspg {
	margin-top: 60px;
}
#ind-ctv {
	margin-top: 5px;
}
#ind-uofa {
	margin-top: 60px;
}
#ind-imd {
	margin-top: 85px;
}
#ind-bell {
	margin-top: 50px;
}
#ind-serv {
	margin-top: 50px;
}
#ind-sens {
	margin-top: 60px;
}
#ind-edm {
	margin-top: 40px;
}

#footer {
	background-color: #0b428e;
	font-size: 10px;
}
#footer p {
	color: #0b428e;
}
#footer a {
	color: white;
	text-decoration: underline;
}