@charset "utf-8";
/* CSS Document */

*{
    padding: 0;
    margin: 0;
}

body
{
	background: #FFF url(../images/outline_02.gif) repeat-x top;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

#wrap
{
	width:1200px;
	height:650px;
	margin: 0 auto;
}

	#wrap_right
	{
		width:290px;
		margin-left:910px;
	}

	#wrap_bottom
	{
		margin-top:12px;
	}

#window
{
	width:880px;
	height:650px;
	position:absolute;
	left:20%;
	top:2%;
	z-index:3;
	display:none; 
}
	#main
	{
		width:750px;
		height:100%;
		float:right;
		background-color:#fff;
		border:15px solid;
		z-index:3;
	}
	
	#window_title
	{
		width:100px;
		height:100%;
		float:left;
		z-index:3;
	}


#filter
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	display:none;
	background-color:#333;
}

.small_text
{
	border:1px solid #000;
	font-size:12px;
}

.selection
{
	width:100%
	height:100%;
	display:none;
}