/* CSS Document */

body{
margin:0px;
font-family:Arial;
font-size:14px;
background-color:#1A171B;
color:#000000;
}

div#wrapper{width:100%;
position:relative;
}

div#left{width:50%;
height:367px;
background:url(../img/top_left_border.jpg) repeat-x top left;
position:absolute;
top:0%;
left:0%;
}

div#middle{
width:980px;
height:1000px;
position:absolute;
left:50%;
margin-left:-490px;
}

div#right{
width:50%;
height:367px;
background:url(../img/top_right_border.jpg) repeat-x left top;
position:absolute;
top:0%;
right:0%;
}

div#left_bottom{
width:50%;
height:348px;
background:url(../img/bottom_left_border.jpg) repeat-x top left;
position:absolute;
top:367px;
left:0%;
}

div#border_menus{
width:878px;
height:26px;
clear:both;
}

div#one{
background:url(../img/language_bg_bottom1.jpg) no-repeat top left;
width:27px;
height:26px;
float:left;
}

div#topMenu{
background:url(../img/menu_bg.jpg) repeat-x top left; 
width:595px;
height:26px;
float:left;
}

div#two{
height:26px;
float:left;
width:255px;
background:url(../img/right_green.jpg) no-repeat top left;
}

div#logo{
background:url(../img/logo.jpg) no-repeat top left;
width:980px;
height:134px;
}

div#langMenu{
background:url(../img/language_bg_top.jpg) no-repeat top left;
width:26px;
height:207px;
float:left;
}

div#headerImage {
float:left;
width:954px;
height:207px;
}

div#headerImage img{
float:left;
margin:0px;
padding:0px;
width:954px;
height:207px;
}

div#bottomMenu{
margin-top:8px;
margin-left:80px;
width:400px;
height:20px;
color:#FFFFFF;
}

/* ###########Add Some Styles########### */

span.langMenu {
	position:relative;
	top:145px;
	right:3px;
}

span.langMenu a {
	text-decoration:none;
}

span.langMenu a:hover {
	text-decoration:none;
}