*{
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-style: normal;
	line-height: 12px;
	color: #fff;
		}


html, body {
	text-align: center;
	background: #a9a8a8;
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet MS",sans-serif;
	font-weight: normal;
	font-size-adjust: none;
	font-variant: normal;
	font-style: normal;
	line-height: 12px;
	}
	
div#container{
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	min-height: 600px;
	_height: 600px;
	}
	
div#header{
	position: relative;
	top: 0px;
	left: 0px;
	background: url('/skin/header.jpg') no-repeat #fff;
	height: 199px; 
	width: 720px;
	}
	
div#content_container{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
div#content_container_top{
	background: #585858 url('skin/bg_container_top.jpg') no-repeat;
	height: 7px;
	width: 720px;
	}

div#content{
	font-style:normal; 
	line-height: 15px;
	background: #585858 url('skin/bg_container.jpg') repeat-y;
	width: 420px;
	min-height: 358px;
	_height: 358px;
	padding-top: 10px;
	padding-left: 275px;
	padding-right: 25px;
	text-align: left;
	}

	
div#content_container_bottom{
	background: #585858 url('skin/bg_container_bottom.jpg') no-repeat;
	height: 35px;
	width: 720px;
	}	

div#conatiner_nav{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 400px;
	}
	
div#paper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 116px;
	height: 400px;
	background: url('skin/paper.png') no-repeat;
	z-index: 5000;
	}
	
#content h2{
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	color: #fffe0e;
}

#content h1{
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fffe0e;
	
}

.form{
	border: 1px solid #000;
	color: #252525;
	margin-bottom: 5px;
	background: #eeeeee;
	width: 300px;
}

.button{
	background:  #eeeeee url('skin/button.jpg') no-repeat;
	border: 0px solid #eeeeee;
	width: 106px;
	height: 30px;
	line-height: 30px;
}