*{
	line-height: 1.3em;
	border: 0;
	margin: 0;
	padding: 0
}
img{
	border: 0;
}
body{
	background-color: #e7e7e7;
	color: black;
	font-family: Palatino, "Times New Roman", Times, serif;
}

#top-bar{
left: 0px;
top: 0px;
position: relative;
width: 100%;
	margin: 0 auto;
	background:url(images/top-bar.jpg) repeat-x;
	/* color: #e2e2e2; */
	height: 5px;
}
#header{
	position: relative;
	border-bottom-color: black;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	background-color: #95bbcb;
	height: 275px;
}
#name{
	float: left;
	padding-left: 50px;
	padding-top: 30px;
	width: 700px;
	background: transparent;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-style: italic;
	letter-spacing: -2px;
	font-size: 1.8em;
	font-family: Palatino, "Times New Roman", Times, serif;
}
h2{
	color: black;
	font-size: 1.8em;
	letter-spacing: -2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h3{
	color: black;
	font-size: 1.3em;
	letter-spacing: -2px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 10px;
}
h4{
	color: black;
	font-size: 1.3em;
	letter-spacing: -2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 40px;
}
#all-links{
	position: absolute;
	top: 75px;
	left: 700px;
}
.links{
	letter-spacing: -1px;
	line-height: 1.3em;
	font-size: 1.2em;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

.links a:hover{
	color: #1d4594;
	text-decoration: underline;
}

#week{
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	width: 450px;	
}
#week-downloads{
	font-size: 0.8em;
	padding-left: 50px;
	float: left;
	padding-top: 20px;	
}
#clear{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	clear: both;
}
#clear-no-line{
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.description{
	width: 400px;
	padding-left: 15px;
}
.description-wide{
	line-height: 1.3em;
	width: 700px;
	padding-left: 15px;
}
.description-wide a{
	text-decoration: underline;
}
.description-wide a:hover{
	color: #1d4594;
}
#footer{
	margin-top: 40px;
	background-color: #c4c4c4;
	position: relative;
	bottom: 0px;
	height: 20px;
	font-size: .8em;
	font-variant: small-caps;
	padding-left: 50px;
	padding-top: 40px;
}
.title{
	padding-bottom: 30px;
	color: black;
	font-size: 1.9em;
	letter-spacing: -2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}