a:link {
    color:#1a6963;
}
a:visited {
    color:#1a6963;
}

html {
	 overflow-y: scroll;
}

main {
	box-shadow: 0 0 40px 8px #676767;
	margin: auto;
	width: 960px;
	height: auto;
	border: 3px solid #676767;
	border-radius: 1px;
	background-color: #008C82;
	display: block;
	min-height: 800px;
}

#header {
	background-image: url('../layout/header.png');
	width: 960px;
	height: 200px;
	display: block;
}

content {
    padding: 0px 8px 10px 8px;
    background-color: #008C82;
    height: 100%;
    width: 944px;
	display: flex;
	border-radius: 20px;
}

navigation {
	float: left;
	width: 152px;
	border-width: 2px;
    background-color: #9E9E9E;
    margin: 0px auto;
	margin-bottom: 20px;
    border-radius: 1px 1px;
    border-style: solid;
	border-color: #111111;
	display: block;
	height: 370px;
}

cards {
    float: left;
    width: 740px;
    height: auto;
}

card{
	width: 650px;
    padding: 0px 20px;
    border-width: 2px;
    background-color: #9E9E9E;
    margin: 0px auto;
	margin-left: 20px;
	margin-bottom: 20px;
    border-radius: 1px 1px;
    border-style: solid;
	border-color: #111111;
	display: block;
}



nav-top {
	font-variant: small-caps;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
	color: #000000;
    border-width: 2px;
    background-color: #878787;
    margin: 0px auto;
	margin-bottom: 10px;
    border-style: solid;
	border-color: #111111;
	display: block;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: dotted;
	border-left-style: hidden;
}

#nav-entry {
	color: #000000;
	font-size: 18px;
	font-variant: sans-serif;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: Left;
	text-decoration: none;
}
#nav-sub {
	color: #000000;
	font-size: 18px;
	font-variant: sans-serif;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: Left;
	text-decoration: none;
}



#sidebar-character {
	background: #ffffff00;
	margin-left: 960px;
	margin-top: 100px;
    display: block;
    height: 311px;
    width: 390px;
	position: fixed;
	float: left;
}

#sidebar-character:hover{
	background: url(../layout/character.png) no-repeat;
}

foot {
	margin: auto;
	margin-top: 20px;
	width: 960px;
	padding: 0px;
	background-color: transparent;
	display: block;
}

footer-text{
	margin: auto;
	text-align: center;
	color: #dddddd;
	display: block;
}


h1 {
	font-variant: small-caps;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-shadow: #cccccc 3px 2px;
	color: #000000;
}



h3 {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #000000 2px 2px;
	margin:0px auto 20px auto;
    display: block;
    height: 24px;
    width: 72px;
}

p {
	margin-left: 40px;
	color: #000000;
	font-size: 18px;
	font-variant: sans-serif;
	margin-top: 0px;
	margin-bottom: 16px;
}

#p-indent {
	margin-left: 40px;
	color: #000000;
	font-size: 18px;
	font-variant: sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 1.5em;
    text-indent:-1.5em;
}

body {
	background-image: url('../layout/washington.png');
	background-color: #676767;
	background-size: cover;
	background-repeat: no-repeat;
	 background-attachment: fixed;
    width: 960px;
    margin: 8px auto;
    line-height: 1.6;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FFFFFF;
}
