.dropdowntext {
	font-family: "Times New Roman", Times, serif;
	color: #493c2c;
	font-size: 14px;
	}
.dropdowntextrollover {
	color: #FDF6BF;
	background-color: #651E2C;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}
a.white:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fdf6bf;
	}
a.white:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fdf6bf;
	}
a.white:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #eac486;
	}
a.white:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fdf6bf;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #651e2c;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #651e2c;
	font-weight: bold;
	}


/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            font-size:16px;
            font-weight:600;
            color:#000000;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            background:#661e2a;
            text-decoration:none;
			color:#ffffff;
        }
 
    li.active a, li.active a:hover {
        background:#fdf6bf;
        color:#000000;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
		
		

		/*----- Main nav -----*/
		
		
	.container {
		width: 130px;
		height: 100%;
		float: left;
		vertical-align:top;
    overflow: hidden;
    background-color: #eac486;
    font-family: Arial;
	border:medium solid #000;
	
}

.container a {
   	float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.container a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


	.content {
		background-color:#eac486;
		height:660px;
		width:770px;
		
	}
	
	
	.nav {
		margin: 0;
		padding: 0;
		list-style: none;
		
	}
	
	.header {
		float:right;
		text-align: right;
		
		
	}