@font-face {
    font-family: 'marcellus';
    src: url('fonts/marcellus-regular-webfont.woff2') format('woff2'),
         url('fonts/marcellus-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {cursor: url(cursor.cur), auto;}

body{
background-color: rgb(000,000,000); background-image: url(background.jpg); background-repeat: no-repeat; background-position: top left;
color: rgb(239,169,022); 
font-family: 'marcellus', Georgia;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 74px;
margin-right: 0px;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(000,000,000);}
::-webkit-scrollbar-thumb {background: rgb(000,000,000); border: 1px solid rgb(239,169,022)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,199,094);}

div.header {width: 900px; text-align: left; align: left; font-size:17px; font-weight: bold;}
div.nav {width: 900px; text-align: left; align: left; font-size:10px; font-weight: bold; margin-left: 175px;}
div.body {width: 900px; text-align: left; align: left;}
div.kitcarruthersbody {width: 900px; text-align: left; align: left; background-image: url(kitcarruthersback.jpg); background-repeat: no-repeat;}


div.people {}
div.people-header {text-align: left;}
div.people-content {display: flex; align-items: flex-start;}
aside.people-img {display: block; grid-area: left; margin-top: 3px; margin-right: 6px;}
main.people-about {flex: 1; margin-left: 0px;}
div.people-kitcarruthers {display: flex; align-items: flex-start; background-image: url(img/kitcarruthersback.jpg); background-repeat: no-repeat; background-position: top left;}

font.kitcarruthers {color: rgb(190,190,190); font-size: 11px; font-family: Tahoma;}

a:link {color: rgb(255,199,094); text-decoration: none; cursor: url(cursor.cur), auto; }
a:visited {color: rgb(255,199,094); text-decoration: none; cursor: url(cursor.cur), auto; }
a:hover {color: rgb(255,219,094); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(255,219,094); text-decoration: underline; cursor: url(cursor.cur), auto;}

a.kitcarruthers:link {color: rgb(235,235,235); text-decoration: none; cursor: url(cursor.cur), auto;  font-family: Tahoma;}
a.kitcarruthers:visited {color: rgb(235,235,235); text-decoration: none; cursor: url(cursor.cur), auto;  font-family: Tahoma;}
a.kitcarruthers:hover {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto; font-family: Tahoma;}
a.kitcarruthers:active {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto; font-family: Tahoma;}

a.kitcarrutherstitle:link {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:visited {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:hover {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:active {color: rgb(190,190,190); text-decoration: none}

hr.header {border-top: 1px solid rgb(239,169,022); width: 450px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 1px;}
hr.title {border-top: 1px solid rgb(239,169,022); width: 900px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 3px;}
hr.project {border-top: 1px solid rgb(239,169,022); width: 900px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 3px;}
hr.kitcarrutherstitle {border-top: 1px solid rgb(190,190,190); width: 900px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 3px; }
li {list-style-type: square; margin: 0px; padding: 0px; position: relative}
