HTML {
	height: 100%;
}

BODY {
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	
	font-family: verdana, arial, sans-serif;
	background-color: #6D6D4E;
	text-align: center;
}

.menu_holder {
	float: left;
	width: 192px;
}

.menu {
	padding: 10px 15px;
	
	font-size: 14px;
}

.content {
	margin-left: 192px;
	font-size: 12px;
}

H1 {
	font-family: arial black, arial, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: upppercase;
	color: #72080C;
	margin: 10px 0px;
}

.likeh1 {
	font-family: arial black, arial, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: upppercase;
	color: #72080C;
}

H2 {
	font-family: arial black, arial, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: upppercase;
	color: #72080C;
	margin: 10px 0px;
}

.header {
	float: left;
	background-image: url(/index.php/theme_images/2/1/header_back.jpg);
	background-repeat: no-repeat;
	width: 692px;
	height: 170px;
}

.header_bubble {
	margin-top: 25px;
	margin-left: 420px;
	width: 245px;
	height: 104px;
	
	font-size: 11px;
}

.header_puppet {
	float: left;
	
	background-image: url(/index.php/theme_images/2/6/puppet_left.jpg);
	background-repeat: no-repeat;
	
	width: 25px;
	height: 170px;
}

.header_bubble A {
	color: #72080C;
}

.main_holder {
	height: 100%;
	background-image: url(/index.php/theme_images/2/9/background.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: left;
}

.menu UL {
  padding: 0px;
  margin: 10px 0px 0px 25px;
  list-style-image: url(/index.php/theme_images/2/4/menu_bullet.jpg);
}

.menu A {
  color: #72080C;
  text-decoration: none;
}

.footer {
  margin: 10px;
  border-top: 1px dashed #7D785A;
  padding: 5px;
  font-size: 10px;
  color: #7D785A;
}

.icylogo {
  float: right;
  margin-bottom: 5px;
}

UL {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style-type: square;
}

A:link, A:visited,
A:active {
	color: #72080C;
}

.header_bubble_title {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}