	body,
	html {
		margin:0;
		padding:0;
		background:#e3d6a8;
		font:15px/18px "Times New Roman", Times, serif;
		color:#000;
	}
	a{
		color:#e3d6a8;
		text-decoration:none;
	}
	a:hover{
		color:white;
		text-decoration:underline;
	}
	body {
		min-width:894px;
	}
	img{
		border:0;
		margin:0;
		padding:0
	}
	#wrap {
		background:url(../images/bg_scroll.gif) top repeat-y;
		margin:0 auto;
		width:894px;
	}
	#content{
		background:url(../images/index_bg1.gif) top no-repeat;
		width:894px;
		height:auto;
		float:left;
	}
	#header {
		background:#e3d6a8 url(../images/index_bg2.gif) left bottom no-repeat;
		height:73px;
		text-align:right
	}
	#header p{
		margin:0;
		border:0;
		padding:0
	}
	#nav {
		background:#c99;
		padding:5px;
	}
	#main {
		float:right;
		width:600px;
		margin:10px 20px 40px 25px;
	}
	#main img{
		width:expression(this.width > 600 ? "600px" : this.width);
	}
	#main h2, #main h3, #main p {
		padding:0;
    }
	#main_image{
		width:600px;
		text-align:center;
		border-bottom:2px solid #b3a885
	}
	#sidebar {
		margin-top:60px;
		float:left;
		width:225px;
		border-right:3px solid #b3a885
	}
	#sidebar ul {
		float:right;
		margin:0;
		padding:0;
		border:0;
		list-style:none;
    }
	#sidebar li {
		width:190px;
		text-align:right;
		padding:1px 15px 1px 0px;
		font:bold 16px "Times New Roman", Times, serif;
		font-style:italic;
	}
	#sidebar li a{
		color: #000000;
		text-decoration:none
	}
	#sidebar li a:hover{
		color: #000000;
		text-decoration:underline
	}
	#sidebar span{
		color:white
	}
	#footer {
		margin:0;
		border:0;
		padding:0;
		background:#e3d6a8;
		padding-left:20px;
		clear:both;
	}
	#footer p {
		text-align:right;
		padding:5px;
		margin:0;
    }
	#lang{
		float:left;
	}
	#lang img{
		margin:2px 2px;
		height:15px
	}