/******************************************************/
/* 3 Column Design									  */
/******************************************************/

#left-column {
    float: left;
    width: 200px;
}

#right-column {
    float: right;
    width: 200px;
}

#middle-column {
	float: left;
}

/******************************************************/
/* 													  */
/******************************************************/
#contentareabox { 
	width: 440px; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

#contentheaderleft { 
	height: 30px;
	width: 15px;
	background:url(../images/bg.header.left.png) no-repeat left;	
}

#contentheadermain { 
	height: 30px;	
	background:url(../images/bg.header.mainbg.png) center;	
}

#contentheaderright { 
	height: 30px;
	width: 15px;
	background:url(../images/bg.header.right.png) no-repeat right;	
}

#contentright { 	
	width: 15px;
	background:url(../images/bg.content.default.png) right;	
}

#contentmain { 		
	background:url(../images/bg.content.default.png) center;	
}

#contentleft { 	
	width: 15px;
	background:url(../images/bg.content.default.png) left;	
}

#contentbottomleft { 
	height: 8px;
	width: 15px;
	background:url(../images/bg.bottom.left.png) no-repeat left;	
}

#contentbottommain { 
	height: 8px;	
	background:url(../images/bg.content.default.png) center;	
}

#contentbottomright { 
	height: 8px;
	width: 15px;
	background:url(../images/bg.bottom.right.png) no-repeat left;	
}
/*****************************/
/*****************************/

#guestbookheader {	
	font-family: Arial, Helvetica, sans-serif;
	color: #0267b4;
	font-size: 12px;
	font-weight: bold;	
}


#biglangphoto { 
	text-align: center;
}
