@font-face
{
    font-family: Heading-Li;
    src:url('font/Quicksand-Light.otf');
}

@font-face
{
    font-family: Heading-Reg;
    src:url('font/Quicksand-Regular.otf');
}

@font-face
{
    font-family: Heading-Bol;
    src:url('font/Quicksand-Bold.otf');
}

@font-face
{
    font-family: Text;
    src:url('font/DroidSans.ttf');
}

@font-face
{
    font-family: Text-Bol;
    src:url('font/DroidSans-Bold.ttf');
}

body
{
    font-size: 16px;
    font-family: Text;
    background: #000000;
    color: #919191;
}

#content
{
    margin: 0 auto;
    width: 960px;
}

h1 a
{
    font-size: 1.5em;
    font-family: Heading-Li;
    color: #FFD700;
    text-decoration: none;
}

h2 , h3 { margin: 15px 3px 20px 5px; }
{
    font-size: 1.2em;
    font-family: Heading-Reg;
}

h3 { margin: 15px 30px 20px 30px; }

img
{

	border: 2px solid #CCC;
    padding: 3px;
}

hr
{
    margin: 35px auto;
    width: 93%;
    color: #FFD700;
    border-top: 1px solid;
    border-bottom: none;
}

#nav { margin: -5px; padding: 5px; overflow: hidden; text-align: left; }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303030;
}

ul.style {
	margin-top: -60px;
    list-style-type:none;
    background-color: transparent;
}


li a {
    display: block;
    color: #FFD700;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #191919;
}

.active {
    background-color: #181818;
}

p
{
    margin: 0 auto;
    text-indent: 35px;
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: justify;
    width: 75%;
}

#mem { margin-top: 0px; }

#mem ~ div
{
    width: 20%;
    padding: 2%;
    height: 500px;
}

#mem ~ div span { display: block; }


.row { margin: 25px 0 35px 0; }

.overflow { overflow: hidden; }

.center { text-align: center; 
		  margin: 25px 0 35px 0; }
		  
.links { text-align: center; }

.left { float: left; }

.inline { display: inline-block; }

.info
{
    line-height: 1.2em;
    font-size: 1em;
    width: 90%;
    text-indent: 0;
}

.left img { max-height: 200px; }

.name
{
    font-size: 1.3em;
    font-family: Text-Bol;
    margin: 10px;
}

.doc li
{
    position: relative;
    border: 1px solid;
    background: #FFD700;
    margin-top: 35px;
    width: 95%;
    height: 65px;
    padding-left: 45px;
    line-height: 65px;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #333;
}

.doc li a
{
    margin-left: 15px;
	margin-top: -15px;
    text-decoration: none;
    color: #919191;
}

.doc li a:hover{
    background-color: transparent;
    text-decoration: underline;;
}

.doc img
{
    position: absolute;
    left: .25%;
    top: 18px;
    width: 24px;
    border: none;
    opacity: 0.75;
}

.doc span
{
    position: absolute;
    right: 6%;
}
