h1 {
    font-family: 'Rock Salt', verdana;
    font-size: 20px;
	text-shadow: 4px 4px 4px #aaa;
}

div {
	border: 0px solid #000000;
}

div.menu {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 100%;
	left:0px;
	top:0px;
}

div.container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 100%;
	right: 0px;
	top:0px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}

div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}

div.right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25%;
	height:100%;
}

div.main_right {
	position: absolute;
	top: 0px;
	left: 0px;
	width:75%;
	height:100%;
	padding:15px;
}

div.main_bottom {
	position: absolute;
	top: 0px;
	width:100%;
	height:80%;
	padding:15px;
}


div.bottom {
	position: absolute;
	bottom: 0px;
	margin-right: auto;
    margin-left: auto;
	width: 100%;
	height: 20%;
}


#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 20px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

a,a:link,a:visited,a:active { 
color:white;
font-family: verdana, Arial, georgia, sans-serif;
letter-spacing: 0px;
font-weight : bold;
background-color: black;
}

a:hover { 
background: #CACDC9;
font-family: verdana, Arial, georgia, sans-serif;
letter-spacing: 0px;
color:#FF0000;
text-decoration: underline;
font-weight : bold;
}
