/*Language selector on the top of the page*/

#language_selector_container {
	padding: 10px 0;
    width: 880px;
}


#main_content_container {
	clear: both;
	position: relative;
	width: 860px;
	padding: 20px;
	background: url(../../resources/images/background/bg_middle.jpg) repeat-y;
}

#main_content_container #top {
	position: absolute;
	width: 900px;
	height: 20px;
	top: 0px;
	left: 0px;
	background: url(../../resources/images/background/bg_top.jpg) no-repeat;
}

#main_content_container #bottom {
	position: absolute;
	width: 900px;
	height: 20px;
	bottom: 0px;
	left: 0px;
	background: url(../../resources/images/background/bg_bottom.jpg) no-repeat;
}


/*This is the navigation panel: left column*/

#navigation_container {
	float: left;
	width: 310px;
	padding: 0 0 20px 0;
}



/* Social links */
#social_container {
	clear: both;
	width: 900px;
	padding: 10px 0;
	text-align: center;
    font-family: Verdana, "'Lucida Grande'",serif;
    font-size: 14px;
}

#social_container a {
	color: #f6d229;
	text-decoration: none;
}

td#copyright{
    color: #d0cfaa;
    font-family: "Times New Roman",sans-serif;
    font-size: 14px;
}