*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	margin: 20px auto;
	width: 950px;
}

div#container
{
	background-color: #171819;
	width: 950px;
	height: 600px;
}

div#container_admin
{
	background-color: #171819;
	width: 950px;
	padding-bottom: 16px;
}

div#frame
{
	background-color: #171819;
	width: 924px;
	height: 568px;
	border: 1px solid #666666;
	position: relative;
	top: 12px;
	margin: 0 auto;
}

div#frame_admin
{
	background-color: #171819;
	width: 904px;
	border: 1px solid #666666;
	position: relative;
	top: 12px;
	margin: 0 auto;
	padding: 10px;
}

div#frame_admin hr
{
	color: #666;
}

hr.thin
{
	height: 1px;
}

div#upper
{
	background-color: #000;
	width: 100%;
	height: 400px;
	position: relative;
}

div#bio
{
	background-color: #000;
	width: 100%;
	height: 456px;
	position: relative;
}

div#bio_side
{
	background-color: transparent;
	background-image: url('../images/portrait.jpg');
	background-repeat: no-repeat;
	width: 151px;
	height: 266px;
	padding-top: 140px;
	position: absolute;
	top: 24px;
	left: 24px;
	text-align: right;
}

div#bio_side ul
{
	list-style: none;
}

div#bio_side ul li
{
	font-size: 11px;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #cbc6cb;
}

div#bio_content
{
	background-color: transparent;
	width: 590px;
	height: 406px;
	padding-right: 60px;
	position: absolute;
	top: 24px;
	left: 230px;
	overflow: auto;
	font-size: 13px;
	scrollbar-arrow-color: #666;
	scrollbar-base-color:#000;
	scrollbar-dark-shadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-3d-light-color: #000;
}

div#video
{
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 23px;
	border: 1px solid #7f7f7f;
	width: 450px;
	height: 340px;
}

div#text
{
	position: absolute;
	top: 7px;
	left: 500px;
	width: 400px;
	height: 339px;
	padding: 10px;
	background-color: transparent;
}

div#description
{
	position: absolute;
	top: 205px;
	left: 500px;
	width: 400px;
	height: 165px;
	padding: 10px;
	background-color: transparent;
	overflow: auto;
	scrollbar-arrow-color: #666;
	scrollbar-base-color:#000;
	scrollbar-dark-shadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-3d-light-color: #000;
}

div#menu
{
	position: absolute;
	bottom: 5px;
	left: 26px;
	background-color: transparent;
	width: 95%;
	margin: 0 auto;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 55px;
}

div#swfMenu
{
	position: absolute;
	bottom: 0;
}
.grey
{
	color: #cbc6cb;
}

.grey2
{
	color: #666;
}

p#footer
{
	position: relative;
	top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

textarea
{
	border: 1px solid #666;
	overflow: auto;
	width: 700px;
	height: 200px;
	background-color: #cbc6cb;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 40px 10px 10px;
	scrollbar-arrow-color: #cbc6cb;
	scrollbar-base-color:#666;
	scrollbar-dark-shadow-color: #666;
	scrollbar-track-color: #666;
	scrollbar-face-color: #666;
	scrollbar-shadow-color: #cbc6cb;
	scrollbar-highlight-color: #cbc6cb;
	scrollbar-3d-light-color: #666;
}

input.button
{
	border: 1px solid #666;
	background-color: #cbc6cb;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #171819;
	margin: 5px 0;
	color: #fff;
}

div#popup
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25%;
	margin-left: -25%;
	border: 1px solid #666;
	background-color: #cbc6cb;
	text-align: center;
	padding: 10px;
	display: block;
}

p.alert
{
	height: 15px;
	color: #cbc6cb;
	font-size: 12px;
	padding-left: 13px;
}

div#gallery
{
	width: 900px;
	height: 86px;
	overflow: auto;
	margin: 6px 21px;
	scrollbar-arrow-color: #cbc6cb;
	scrollbar-base-color:#171819;
	scrollbar-dark-shadow-color: #171819;
	scrollbar-track-color: #171819;
	scrollbar-face-color: #171819;
	scrollbar-shadow-color: #cbc6cb;
	scrollbar-highlight-color: #cbc6cb;
	scrollbar-3d-light-color: #171819;
}

div#gallery table tr td img
{
	margin-right: 13px;
}

img.out
{
	border: 1px solid #cbc6cb;
}

img.over
{
	border: 1px solid #666;
}

div#links
{
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
	font-size: 16px;
}

div#links ul
{
	list-style: none;
}

div#links ul li
{
	margin-top: 10px;
}