.center { 
	position: absolute;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	padding-bottom: 100px;
	text-align: left;
}

#nav {
	margin-bottom: 25px;
}

.quote {
    list-style: none;
    font-style: italic;
    padding-right: 60px;
}
.links {
    list-style: none;
    margin-left: -40px;
    margin-top: -10px;
}
.links li {
    margin-bottom: 0;
}
.blue {
    color: #138def;
}
.date {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

html {
	min-height: 100%; margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	background-color: #f6f6f6;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-top: 50px;
	color: #606060;
	line-height: 18px;
	font-size: 12px;
}

a {
	color: #138def;
	text-decoration:none;
}

#nav a {
    font-weight: bold;
    text-transform: uppercase;
}

a:hover {
	color: #138def;
	text-decoration:underline;
}
h1 {
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 1.4em;
}
h2 {
	margin-top: 35px;
	text-transform: uppercase;
	font-size: 1.2em;
}
h2:first-of-type {
    margin-top: 20px;
}
h3 {
    font-size: 1em;
    font-weight: normal;
    color: #138def;
}

img {
    /*margin: -3px 5px 5px 0;*/
}

li {
    margin-bottom: 10px;
}

.img_chng {
    margin-bottom: 16px;
    padding: 0;
}
