/* reset css ========= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset css ========= */


/* general css ========= */
.clear:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0}
body {
  background: #aaaa5f url('../img/body_bg.jpg') fixed center top;
}
a:link,
a:visited{
  color: #040;
  text-decoration: underline;
}
a:hover,
a:active{
  color: #080;
}
a,p,li,div,span{font-family: sans-serif;}

.shell {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
/* general css ========= */

/* header ========= */
header {
  border: 20px solid #555;
  background: #aaaa5f url(../img/header.png) no-repeat left top;
  /*height: 300px;*/
  position: relative;
}
header div {
  font-size: 72px;
  width: 100%;
  text-align: center;
  line-height: 150px;
  font-family: 'Jacques Francois Shadow', cursive;
}
/* header ========= */

/* menu ========= */
.navContianer {
  width: 196px;
  background: #000;
  border: 2px solid #000;
  border-bottom: 0 none;
}
.navContianer ul {}
.navContianer ul a,
.navContianer ul span{
  display: block;
  text-decoration: none;
  background-color: #aaaa5f;
  padding: 3px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
.navContianer ul a:hover,
.navContianer ul span:hover {
  background-color: #cccc5f;
}
.navContianer ul span.active {
  background-color: #cccc5f;
  cursor: auto;
}
.subMenu {
  display: none;
  padding-left: 0;
  margin: 2px;
  position: relative;
  z-index: 100;
  left: 30%;
}
.subMenu.active {
  display: block;
}
.subMenu a {
  background-color: #88885f;
  padding-left: 3px;
  width: 160px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 0 solid #000;
}
/* menu ========= */

/* body content ========= */
.contentContainer {
  width: 674px;
  background: #aaaa5f;
  background: rgba(170, 170, 95, .7);
  border: 5px solid #99995f;
  padding: 8px;
}
/* body content ========= */

/* footer content ========= */
footer {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}
/* footer content ========= */