html,body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	min-height: 600px;
	min-width: 780px;
	color: #d56ce8; /*#ffffff;*/
	border: none;
	text-align: center;
}

#page
{
	padding: 0px;
	min-width: 780px;
	min-height: 100%;	
	background-color: #000000;
	text-align: left;
}

#header
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	height: 146px;
	width: 100%;
}

#header_logo
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 410px;
	float: left;
}

#header_limo
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/limo.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 359px;
	float: right;
}

#bar
{
	margin: 0px;
	width: 100%;
	background-image: url(/images/bar_bg.png);
	background-repeat: repeat-x;
	height: 23px;
	padding-bottom: 5px;
	text-align: center;
}

#bar ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 23px;
	display: block;
}

#bar ul li
{
	height: 23px;
	display: inline;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

#bar ul li a
{
	color: #fbe5ff;
	text-decoration: none;
}

#bar ul li a:hover
{
	background-color: #a044b0;
	text-shadow: #1174db 2px 2px 4px;
	filter: Shadow(Color=#1174db, Direction=135, Strength=2);
}

#wrapper
{
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 100%; /*250px;*/
}

#menu
{
	left: 0px;
	width: 194px;
	display: block;
	float: left;
	background: transparent; 
	margin: 0px;
	letter-spacing: 1px;
	font-size: 10pt;
	text-align: left;
}

#menu div.top
{
	padding: 0px;
	margin: 0px;
	font-size: 2px;
}

#menu div.content
{
	margin: 0px;
	background-image: url(/images/menu_bg.png);
	background-repeat: repeat-y;
	font-weight: bold;
	padding-left: 7px;
}

#menu div.content ul
{
	margin: 0px; 
	padding: 0px 0px 0px 5px;
}

#menu div.content ul li
{
	list-style-type: none;
	padding-bottom: 4px;
}

#menu div.content ul li a
{
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	width: 170px;
	font-family: Helvetica;
	color: #fbe5ff; /*#1174db;*/
	text-decoration: none;
}

#menu div.content ul li a:hover
{
	background-color: #a044b0;
	text-shadow: #1174db 2px 2px 4px;
	filter: Shadow(Color=#1174db, Direction=135, Strength=2); /* alpha(opacity=15);
	-moz-opacity: 0.65;
	opacity: 0.65;*/
}

#menu div.bottom
{
	padding: 0px;
	margin: 0px;
	font-size: 2px;
}

#content
{
	/*margin-left: 194px;*/
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	left: 194px;
	min-width: 580px;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	color: #d56ce8;
}

#footer
{
	clear: left;
	text-align: right;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	vertical-align: bottom;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a
{
	color: #5b3c61;
	text-decoration: none;
}

h1
{
	font-weight: bold;
	color: #e7a8f3;
	font-size: 14pt;
}

a
{
	color: #c748de;
}

a:hover
{
	color: #df92ed;
}
