body {margin: 0; padding: 0; font-size: 13px; line-height: 20px;}
article, aside, figcaption, figure, footer, header, nav, section {display: block;}
h1, h2, h3, h4 {margin: 1em 0 .5em; line-height: 20px}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
ul, ol {margin: 1em 0; padding-left: 40px;}
p, figure {margin: 1em 0;}
a img {border: none;}
sup, sub {line-height: 0;}
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
a{
	text-decoration:none; color:#0077cc;
}

body{
	font-family: 'Helvetica Neue', Arial, sans-serif;
	margin:0px;
}
h1{
margin:0px;
}
#content { 
padding-bottom: 3em; 
width:100%;
max-width:850px;
margin-left:auto;
margin-right:auto;
-moz-box-shadow:    0px 0px 5px 6px #ccc;
  -webkit-box-shadow: 0px 0px 5px 6px #ccc;
  box-shadow:         0px 0px 50px 20px #ccc;
  padding:5px 25px 5px 25px;
}

#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 text-align: center;
 font-size:10px;
}

#profile{
	float:right;
	margin: 0px 10px 10px 0px;
	border: black solid 1px;
}

.section{
	border-bottom:1px black solid;
	padding-bottom:10px;
}

#top_section{
	margin-top:20px;
}

#bottom_section{
	border-bottom:0px;
}

#uw_logo{
	float:left;
	height:75px;
	margin-right:15px;
	margin-bottom:15px;
}

#uw_description{
	margin-top:20px;
}

ul{
	margin:0px;
}
ul li{
	 list-style-type: none;
}
