* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url('./static/images/bglines.png') repeat #bbbbbb;
	font-family: 'Cagliostro', sans-serif;
}

a {
	text-decoration: none;
	color: #dd4b39;
}

.widthLock {
	width:720px;
	margin-left: auto;
	margin-right: auto;
}

#contentContainer > h1,
#contentContainer > h2,
#contentContainer > h3,
#contentContainer > h4,
#contentContainer > h5,
#contentContainer > h6 {
	font-family: 'Habibi', serif;
	font-weight: normal;
	color: #ffffff;
	text-shadow:1px 1px 1px #383838;
	margin-top: 15px;
	margin-bottom: 15px;
}

#contentContainer > h1 {
	margin-bottom: -5px;
}

h1 > a {
	text-decoration: none;
	color: #ffffff;
}

h1 > a:hover {
	color: #eeeeee;
}

#ht1 {
	font-size: 58px;
	font-family: 'Pinyon Script', cursive;
}

#ht2 {
	font-size: 36px;
	font-family: 'Habibi', serif;
}

.headText {
}

#linkBar, #footBar {
	line-height: 30px;
	background: #555;
	
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    
    box-shadow:0 0 5px #444;
    
    z-index:15;
}

#lbContent {
	position:relative;
	top:30px;
	
	z-index: 30;
}

#lbContent > a {
/*	display:block;
	float: left;*/
	display: inline-block;
	width: 20%;
	line-height: 30px;
	
	text-align: center;
	
	font-size: 16px;
	font-weight: 400;
	
	text-shadow:1px 1px 1px #4c4c4c;
	color: #e14f3e;
}

#lbContent > a:hover {
	background: #777;
}

#mainContent {
	height: 655px;
	border: 8px solid transparent;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background-clip: padding-box;
	box-sizing: border-box;
	overflow: hidden;
}

#mainContent > div {
	padding: 20px;
}

#mainContent:hover {
	overflow-y: scroll;
}

#footBarContainer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#fbContent {
	position: relative;
	top: 27px;
	
	text-shadow:1px 1px 1px #4c4c4c;
	color: #fff;
	
	z-index: 30;
}