
body{
	background-image: url(images/background.jpg);
 	color:#856233;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	margin: 0 auto;
 	padding: 0;
 	text-align:center; 
	text-decoration: none;
}




/*LEVEL 1*/


#warapper {
	text-align:left;
	margin: 0 auto;
	padding:0;
	width:840px;
	/*height:1000px;*/
	/*background-color:#fbe5a6;*/
	background: url(images/content_bg.png) repeat;
	/*float:left; /*once float: left input background able to repeat, but cannot center the wrapper*/
	
}
.heightWrrapper{
	height:1000px;
}
.heightWrrapper1100{
	height:1080px;
}

.heightWrrapper1330{
	height:1330px;
}

.heightWrrapper1450{
	height:1450px;
}
.heightWrrapper1640{
	height:1640px;
}
.heightWrrapper2100{
	height:2100px;
}


/*LEVEL 1.1*/

#blockleft{
display:block;
	float: left;
	width: 413px;
	margin: 0px 0px 0px 25px;
	
}

#blockright{
	display:block;
	float: right;
	width: 340px;
	margin: 0px 20px 0px 0px;
	
}


/*LEVEL 1.2*/


#menu{
	float:left;
	width: 413px;
}



#menu p{
margin:0;
pandding:0;
}


#logo{
	float: right;
	width: 337px;
	height:314px;
	background: url(images/logo.jpg) no-repeat;
	
}




/*LEVEL 2 - Common block*/
#l2left{
	float:left;
	width: 413px;
	margin: 0px 0px 0px 23px;
	text-align:left;
}


#l2right{
	display:block;
	float:right;
	width: 337px;
	border: none;
	
	
}



/**** Footer****/
#bottom{
	float: left;
	width:794px;
	padding:10px 0px;
	margin: 20px 20px 0 24px;
	background:#f5e9d0;
	text-align:center;
	}
	
#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FF6600;
	}
	

#bottom a:visited {	
color: #996600
	text-decoration: none;
}

#bottom a:hover {
	color: #999900;
	text-decoration: none;
}
.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal;
	line-height: 1.8em;
	text-align:center;
	}

.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight: normal;
	line-height: 1.8em;
	text-align:left;
	color:#FF3300;
	}

	
.blue {
	color:#009999;
	}

p a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FF6600;
}
p a:visited {
	color:#FFCC99;
	text-decoration: none;
}
p a:hover {
	color: #999900;
	text-decoration: none;
}

p a:active {
	color:#FF6600;
	text-decoration: none;
}

