﻿body
{
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DDDDDD;
}
/* wrap
----------------------------------------------------------------*/
#Wrap
{
	margin: 0 auto;
	width: 975px;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.Logo
{
	float:left;
	margin-left:20px;
	margin-top:30px;
}
.MenuRight
{
	float:right;
	margin-right:10px;
}
.MenuRight a
{
	font-size:10px;
	color:#DDDDDD;
	text-decoration:none;
}

.MenuRight a:hover
{
	text-decoration:underline;
}

.Content
{
	clear:both;
}
.ColLeft
{
	padding-left:10px;
	padding-right:20px;
	text-align:justify;
	margin-top:32px;

}
.ColLeft ul
{
	padding-left:15px;
	list-style-type:square;
	text-align:left;
}

.ColLeft .Const
{
	font-size:10px;
	text-align:center;
	color:#888888;
}
.ColLeft .Const img
{
	vertical-align:middle;
}
.ColRight
{
	width:737px;
	background-image:url('../images/Stage.jpg');
	background-repeat: no-repeat;
	height:476px;
}
.Contact
{
	float:right;
	width:275px;
	margin-top:335px;
}
.Contact .Adr
{
	font-size:11px;
}
.Contact a
{
	color:#DDDDDD;
	text-decoration:none;
}
.Contact .Title
{
	color:white;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
.Contact .Hi
{
	color:red;
}
.Contact a:hover.Mail
{
	text-decoration:underline;
}

