html, body {
	margin: 0;
	padding: 0;
}

body {
	border-top: 5px solid #3e6e38;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

#page-container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

h1 {
    color: #2f2f2f;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 1;
    padding-bottom: 0px;
}

h2 {
    margin-top: 0px;
    padding: 0px;
    color: #6b6a6a;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
	font-weight: lighter;
}

ul.nav {
    float: left;
    width: 960px;
    display: block;
    list-style: none;
    margin: 10px 0;
    padding: 0.8em 0;
    border-top: 1px dotted #d6d6d6;
    border-bottom: 1px dotted #d6d6d6;
	position: relative;
}

ul.nav li {
    float: left;
    list-style-type: none;
}

ul.nav li a {
    display: block;
    float: left;
    margin-right: 40px;
    padding: 5px 10px;
    font-size: 11px;
font-weight: bold;
    color: #303030;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

ul.nav li.current a {
   background: #6aec7f;
	color: #000000;
}


ul#site-list {
    display: block;
    float: left;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

ul#site-list li {
    float: left;
    display: block;
    width: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
    color: #606060;
    font-size: 12px;
    font-weight: bold;
}


ul#site-list li:nth-child(3n) {
    margin-right: 0px;
}


ul#site-list li a img {
    border: 1px solid #646464;
}    
