body {
	margin: 0;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

#menu_fix {
	position: fixed;
	top: 30px;
	left: 30px;
	background-color: #fff;
	padding: 10px;
	z-index: 40;
}

#navi {
	margin-top: 20px;
}

ul, li {
	padding: 3px 0 0;
	margin: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
}

#content {
	position: absolute;
	width: 600px;
	margin-top: 105px;
	margin-left: 240px;
}

.column_1 {
	width: 190px;
	float: left;
}

.column_2, .column_3 {
	width: 190px;
	margin-left: 15px;
	float: left;
}

.description {
	margin: 10px 0 24px;
}

.description a {
	color: #999;
}

.description a:hover {
	color: #000;
	text-decoration: underline;
}

.profile {
	width: 300px;
}

#logo_block {
	margin-bottom: 20px;
}

#overlay {
	width: 204px;
	height: 74px;
	color: #000;
	position: absolute;
	z-index: 50;
	top: 420px;
	left: 140px;
	cursor: move;
	background: url(../img/info_box_back.gif) no-repeat;
}

.info {
	margin: 14px 10px;
	color: #000;
}

.closer_btn {
 	width: 9px;
 	height: 9px;
 	margin: 5px 7px 4px 4px;
 	float: right;
 	position: relative;
	cursor: pointer;
	background: url(../img/closer_btn.gif) no-repeat;
}

.closer_btn:hover {
	background: url(../img/closer_over_btn.gif) no-repeat;
}

/*******************************************************************************

AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
DATE: 06/27/2008

--------------------------------------------------------------------------------

This file is part of ImageShiftGallery.

  ImageShiftGallery is free for anyone to use, but this header MUST be
  included, and may not be modified.

*******************************************************************************/

.gallery {
	overflow: hidden;
}

/* --------------------------------------- DONT CHANGE ---------------------- */

.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
}

table.isg_table {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-spacing: 0;
  border: none;
}

table.isg_table img { border: none; }

table.isg_table tr {
  margin: 0;
  padding: 0;
}

table.isg_table td {
  margin: 0;
  padding: 0;
}

.isg_markup-wrapper {
  line-height: normal;
  overflow: hidden;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

a.isg_button {
  color: #000;
  text-decoration: none;
}

a.isg_button:hover {
	color: #000;
	text-decoration: underline;
}