/*************************************
 *           Empty wrapper           *
 *************************************/ 

div.wrapper {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
	margin-top: 10px;
}


/*************************************
 *             Header                *
 *************************************/ 



/***  Is the below fully implemented?  ***/

/* 
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box
	}
*/


/*** Needed to get the Header centered ***/ 

#header-outer {
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

div.outerBorder {
        background-image: url("../images/Vitsippa_0055.jpg");
	/* background-image: url("../images/Snow-2008_darker_2.jpg"); */
	/* background-image: url("../images/flower_2_2007.jpg"); */
	border: 1px solid #bbb;
	padding: 0px;
	margin: 0px;
	}

div.header-middle {
}

div.header-inner {
}


/*********************************
 *            Top Menu           *
 *********************************/ 

div.top-menu {
	float: left;
	padding: 0px;
 	margin: 0px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	/* height: 20px; */
}

div.top-menu-item {
	float: left;
	background-image: url("../images/bilinear_blue_150x30.jpg");
	border: 1px solid #bbb;
	padding: 0px;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 146px;
	text-align: center;
	text-decoration: none;
	}


/***  English dito  ***/

div.top-menu-eng {
	float: left;
	/* background-color: #aabbff; */
	padding: 0px;
	margin: 0px;
 	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: auto;
	height: 30px;
}

div.top-menu-item-eng {
	float: left;
	background-image: url("../images/bilinear_blue_222x30.jpg");
	border: 1px solid #bbb;
	padding: 0px;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 219px;
	text-align: center;
	text-decoration: none;
	}


/*********************************
 *    Wrappers for main area     *
 *********************************/ 


div.content {
	background-color: green;
	margin: 0px;
	padding: 0px;
	width: 880px;
}


/*********************************
 *     Left column (menus)       *
 *********************************/ 

/* 'content-left' is an empty wrapper only */
div.content-left {
	float: left;
	background-image: url("../images/blue_b2t_550px.jpg");
	border: 1px solid #bbb;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 178px;
	float: left;
	}

/* 'left-article' is an empty container for text */
div.left-article-bottom-border {
	border-bottom: 1px dotted #bbb;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	}

/* 'left-article-bottom' is an empty container for text */
div.left-article {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	}


/*********************************
 *        Main text area         *
 *********************************/ 

div.content-main {
	/* background-image: url("../images/blue_b2t_1000px.jpg"); */
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	width: 400px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 350px;
	text-align: left;
	float: left;
}


/*********************************
 *       Right area (links)      *
 *********************************/ 


div.content-right {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-top: 10px;
	width: 230px;
	text-align: center;
	float: right;
	}

div.content-right-upper {
	/* background-image: url("../images/blue_b2t_400px.jpg"); */
	background-color: #ccddff;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #bbb;
	}

div.content-right-lower {
	background-image: url("../images/blue_b2t_450px.jpg");
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #bbb;
	}


/*********************************
 *        At the bottom          *
 *********************************/ 

div.footer {
	float: left;
	border: 1px solid #bbb;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 100%;
}

div.footer-left {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	width: 25%;
	text-align: left;
	}

div.footer-middle {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	text-align: center;
	}

div.footer-right {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-right: 1em;
	width: 20%;
	text-align: right;
	}


div.bottom {
	float: right;
	margin: 0px;
	padding: 0.5em;
	text-align: right;
	width: 50%;
}