*{
	margin: 0;
	padding: 0;
}
body{
	color: #777;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p.welcome {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

a{
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	color: #0062be;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

img {
	float: left;
	height: 140px;
	padding-right: 7px;
	padding-bottom: 3px;
}

h1,h2,h3,h4{
text-shadow: 1px 1px 5px #000;
}
h1{
font-size: 24px;
}
ul li{
	list-style-type: none;
	float: center;
	padding: 0 5px;
	display: inline-block; 
}

#wrapper{
	width: 900px;
	text-align: center; 
	margin: 0 auto;
}
#logos{
	background: #0062be;
	color: #fff;
	padding: 20px;
}
#navbar{
	font-size: 16px;
	display: block;
	overflow: hidden;
	padding: 4px;
	background: #ccc;
	border-left: 3px solid #0062be;
	border-right: 3px solid #0062be;
}
#container{
	padding: 15px;
	text-align: left;
	border-left: 3px solid #0062be;
	border-right: 3px solid #0062be;
	border-bottom: 3px solid #0062be;
}
footer{
	text-align: right;
}