#page_menu {
	padding:0 0 182px;
}

#language_selection
{
	background-color: #762D55;
	padding-top: 75px;
}

#language_selection li
{
	background-position:25px top;
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#language_selection li a
{
	background-position:25px top;
	background-repeat: no-repeat;
	border: none;
}

#language_selection li#language_spanish a
{
	background-image: url("../img/language_spanish.png");
}


#language_selection li#language_spanish
{
	background-image: url("../img/language_spanish_active.png");
}

#language_selection li#language_english a
{
	background-image: url("../img/language_english.png");
}

#language_selection li#language_english
{
	background-image: url("../img/language_english_active.png");
}

#language_selection li#language_french a
{
	background-image: url("../img/language_french.png");
}

#language_selection li#language_french 
{
	background-image: url("../img/language_french_active.png");
	background-position: 25px 15px;
}

#page_body_content
{
	border: none;
	background: none;
}

#page_body_left_column, #page_tools
{
	border-top: 1px solid #E7DEE3;
	background: url("../img/top_menu_bg.png") top left repeat-x;
}

.widget
{
	border: 1px solid #efe7ec;
	background-position: left top;
	background-repeat: repeat-x;
	text-decoration: none;
}

.widget_title
{
	background-position: center top;
	background-repeat: no-repeat;
}

.widget#widget_top_left
{
	background-image: url("../img/widget_top_left.png");
}


.widget#widget_top_left .widget_title
{
	background-image: url("../img/widget_top_left_bg.gif");
	
}

.widget#widget_top_right
{
	background-image: url("../img/widget_bg.png");
}

.widget#widget_top_right .widget_title
{
	background-image: url("../img/widget_title_top_right_bg.png");
}

.widget#widget_bottom_left
{
	background-image: url("../img/widget_bottom_left_bg.png");
}

.widget#widget_bottom_left .widget_title
{
	background-image: url("../img/widget_title_bottom_left_bg.png");
}

.widget#widget_bottom_right
{
	background-image: url("../img/widget_bottom_right_bg.png");
}

.widget#widget_bottom_right .widget_title
{
	background-image: url("../img/widget_title_bottom_right_bg.png");
}

.widget .widget_title h2
{
	font-size: 1.8em;
	color: #762d55;
}

.widget .widget_content
{
	font-size: 1.2em;
	color: #898989;
	text-align:justify;
}
