							
*{
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{ 
	width: 100%;
	height: 100%;
	font-family: Georgia, serif;
	font-size: 11pt;
	text-align:center;
}

span.title-profile
{
	font-family:Georgia, serif;
	font-size:26pt;
	color:black;
}


span.title-profile-small
{
	font-family:Georgia, serif;
	font-size:18pt;
	color:black;
}



span.title-pink
{
	font-family:Georgia, sans-serif;
	font-size:26pt;
	color:black;
}

span.title-pink-small
{
	font-family:Georgia, sans-serif;
	font-size:18pt;
	color:black;
}

span.content-big
{
	font-family:Arial, sans-serif;
	font-size:13pt;
	line-height:17pt;
	color:rgb(134,134,133);
}


span.content-small
{
	font-family:Arial, sans-serif;
	font-size:11pt;
	line-height:17pt;
	color:rgb(134,134,133);
}

span.content-small-profile
{
	font-family:Arial, sans-serif;
	font-size:11pt;
	line-height:17pt;
	color:rgb(134,134,133);
}


#wrapper
{
	padding-top:20px;
	margin:0 auto;

}

#header
{
	position:relative;
	width:1250px;
	height:171px;
	margin:0 auto;
	text-align:center;
}



#main
{
	width:950px;
	height:417px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#FFF;
	z-index:1;
	text-align:center;
}

#main_big
{

	/*height:565px;*/
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#FFF;
	z-index:1;
}

#bottom-gallery
{
	width:950px;
	height:128px;
	margin:0 auto;
	margin-bottom:20px;
	background-color:#FFF;
	background-image:url(../gui/SmallWindow%20Black.png);
}

#footer
{
	width:950px;
	height:42px;

	margin:0 auto;
}

#menu
{
	position:relative;
	height:23px;
	color:#FFF;
	width:483px;
	text-align:center;
	vertical-align:bottom;
}

#panel {
	height: 200px;
}

.scroll-pane {
	width: 935px;
	height: 375px;
	margin-left:20px;
	text-align:left;
	overflow: auto;
	background: #fff;
	float: left;
}

.cassette_link 
{
	color:#ccc;
	font-family: Georgia, sans-serif;
	font-size: 8pt;
}

.cassette_link a
{
	color:#ccc;
	text-decoration:none;
		
}



.MenuOrangeBar
{
	position:absolute;
	width:182px;
	height:23px;
	left:0;
	z-index:1;
}


.MenuBlueBar
{
	position:absolute;
	width:92px;
	height:23px;
	z-index:2;
	background:url(../gui/BlueBar.png);
	left:158px;
}



.MenuGreenBar
{
	position:absolute;
	width:123px;
	height:23px;
	z-index:3;
	left:227px;
	background:url(../gui/GreenBar.png);
}



.MenuPinkBar
{
	position:absolute;
	width:157px;
 	height:23px;
	z-index:4;
	left:327px;
	background:url(../gui/PinkBar.png);
}


