body
{
	background-image: url(../img/background.png);
	font-size:12px;
}

a:link{
	color:#b11216;
	text-decoration:none;
}

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

a:hover{
	color:#ffffff;
	text-decoration:underline;
}

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



.header_container
{
	height: 150px;
	width: 1022px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	cursor:default;	
}
.language_container
{
	height: 28px;
	width: 1002px;
	padding-top:122px;
	padding-right:20px;
	text-align:right;
	color:#FFFFFF;
}
.language_container a
{
	color:#ffffff;
}
.menu_container
{
	width: 960px;
	background-image: url(../img/menu.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding-left:30px;
	margin-right:10px;
	overflow:auto;
}
.body_container
{
	height: 432px;
	width: 1024px;
	background-image: url(../img/body.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.context_container
{
	float:left;
	height: 344px;
	width: 822px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	margin-left:8px;
	margin-top:7px;
	overflow:auto;
}
.login_container
{
	height: 347px;
	width: 165px;
	float:left;
	padding-top:7px;
	padding-left:5px;
	text-align:left;
	margin-top:7px;
	overflow:auto;
}
.bottom_container
{
	float:left;
	height: 50px;
	width: 653px;
	margin-top:5px;
	margin-left:22px;
	margin-right:24px;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	overflow:auto;	
}
.arrow_right
{
	height: 12px;
	width: 25px;
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}