a {
    text-decoration: none;
}

:link {
    text-decoration: none;
    color: #484848;
}

:visited {
    text-decoration: none;
    color: #484848;
}

::selection {
    background: black;
    color: white;
}

.nav a:hover {
    text-decoration: none;
    background-color: black;
    color: white;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
    margin-left: -3px;
    font-weight: 700;
}

.active {
    color: white;
    background-color: black;
    font-weight: 700;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
    margin-left: -3px;
}

ul {
    list-style-type: none;
    float: left;
    font-family: 'Space Grotesk';
    color: #484848;
    font-size: 10px;
    padding: 0;
    margin: 0;
    margin-left: 28px;
    margin-right: 30px;
}

.main ul {
    width: 80px;
}

.secondary ul {
    width: 160px;
}

li {
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

h1 {
    font-family: 'Space Grotesk';
    font-size: 12px;
    margin-top: 100px;
    margin-left: 25px;
    margin-bottom: 30px;
    font-weight: 700;
    color: 484848;
}

.background {
    color: black;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    font-weight: 400;
}

.content {
    float: left;
    color: #484848;
    font-family:'Space Grotesk';
    font-size: 10px;
    font-weight: 400;
    width: 320px;
    margin-left: 28px;
    line-height: 140%;
    
}

.FRcontent {
	color: #858585;
}

.contentblock {
    float: left;
    color: #484848;
    font-family:'Space Grotesk';
    font-size: 10px;
    font-weight: 400;
    width: 600px;
    height: 450px;
    line-height: 140%;
    margin-left: 28px;

}

.contentwide {
    color: #484848;
    font-family:'Space Grotesk';
    font-size: 10px;
    font-weight: 400;
    width: 315px;
    margin-left: 460px;
    line-height: 140%;
}

.FRcontentwide {
	color: #858585;
}

.photoblockwide {
	display: inline-block;
    width: 600px;
    vertical-align: top;
    margin-right: 20px;
}

.photoblockwide a:hover{
    background-color: transparent;
}

.photoblockwide img {
	width: 600px;
	padding-bottom: 20px;
}

.contentwidephoto {
    display: inline-block;
    color: #484848;
    font-family:'Space Grotesk';
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
    width: 200px;
    vertical-align: top;
}

.titlecontentwidephoto {
	color: #484848;
}

.external_link {
	color: #484848;
	float: left;
    font-weight: 700;
}

.external_linknormal {
	color: #484848;
    font-weight: 700;
}




