/* ============================================ */
.frame {
	background:#666633;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	font-family: arial,sans-serif;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: relative;
	height: 20%;
	width: 100%;
	margin-top:10px;
	display: block;
}

.header-image {
	left: 0;
	margin: 0px 0px 0px 40px;
	padding: 0;
	float: left;
}

.header-text {
        text-align:left;
	font-family: Aria
	color:rgb(0,162,232);
	font-weight: bold;
}

.tag-1 {
        font-family:'Georgia',cursive;
        font-size: 32px;
	padding:10px;
}

.tag-2 {
	position: relative;

font-size: 22px;
margin-left:30px;
}

.body-menus {
	width: 183px;
	float: left;
	margin-left: 20px;
}

.menu {
	border: 20px;
	font-weight: bold;
	color: white;
	margin: 20px;	
	padding: 5px;
}
.menusn {
	font-weight: bold;
	color: white;
	margin-left: 20px;	
	padding: 2px;
}
.menusnup {
        margin-top: 280px;
	font-weight: bold;
	color: white;
	margin-left: 20px;	
	padding: 2px;
}



#nav-menu
{
	text-align:center;
}
.bullets {
 list-style:none;
    position:relative;
    left:23%;
}
.menu:hover {
  color: rgba(0,0,0,.8)
}

.border {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
    
	&:before, &:after {
		z-index: -1;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
		transform: skew(-15deg) rotate(-6deg); 
    }
    
	&:after {
		transform: skew(15deg) rotate(6deg); 
    }  
}


.content {
	margin: 20px 10px 10px 10px;
	position: relative;
	font-weight: bold;
	width: 75%;
}

.content ul {
	margin: 5px 0px;
	color: white;
}

.left {	
	background:#0918A9;/*0918A9; rgb(0,162,232);*/	
}

.right {
	background:#009900;/* rgb(34,177,76);*/
	margin-left: 20px;	
}

.split {
	float: left;
	padding: 10px;
	width: 450px;
}

.content-title {
	color: #C5A24D;
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.content-tag {
	color: white;
	margin: 2px;
	font-size: 15px;
	text-align: center;
}

.image-loop img {
        margin:2px;
        padding:2px;
	height: 70px;
        text-align:center;
}

.bullet {
	display: inline;
	color: white;
	text-decoration: inherit;
	font-size: 15px;
}

.about {
	margin-left: 238px;
	padding: 5px;
	font-size: 12px;
	color: white;
	font-weight: normal;
	width: 910px;
        text-align:center;
}

.floatfix { overflow: hidden; }
