/*

  Project 2008
	  
*/

* {
padding: 0;
margin: 0;
}

body {
background: #666 url(../images/page_background.png);
text-align: center;
}

#wrapper { 
margin: 0 auto;
width: 722px;
}

#header {
width: 710px;
padding: 5px;
border: 1px solid #ccc;
height: 200px;
margin: 10px 0px 5px 0px;
background: #fff;
text-align: left;
}

#header_wrap {
height: 200px;
background: #fff url(../images/header_background.png);
}

#header_text {
float: left;
padding: 0px 15px 0px 0px;
width:50%;
}

#header_loginbox {
float: right;
padding: 15px 15px 0px 0px;
width:35%;
}

#navigation_bar {
width: 710px;
w\idth: 722px;
padding: 0;
margin:0px 0px 5px 0px;
height: 25px;
background:url(../images/navigation_background.png) top;
text-align: left;
}

#navigation {
float:left;
width:85%;
}

#lang_menu {
float:right;
padding: 7px 15px 0px 0px;
text-align:right;
}

#lang_menu img {
padding: 0 1px;
}

#footer {
clear:both;
width: 710px;
w\idth: 700px;
height: 14px;
border: 1px solid #ccc;
background: #fff;
margin: 5px 0px 10px 0px;
padding: 10px;
text-align: left;
}

#footer_first_column { 
float: left;
padding: 0;
margin:0;
width: 33%;
}

#footer_second_column { 
float: left;
padding: 0;
width: 33%;
display: inline;
text-align: center;
margin:0;
}

#footer_third_column { 
float: left;
padding: 0;
width: 33%;
text-align: right;
margin:0;
}

.clear {
clear:both;
}

/* FCE elements */

/* FCE 2 columns */
div.two_columns {
background: #fff;
}

div.two_cols_first_column {
float:left;
width: 48%;
}

div.two_cols_second_column {
float:left;
width: 48%;
margin-left:2%;
}

/* FCE 3 columns */
div.three_columns {
background: #fff;
}

div.three_cols_first_column {
float:left;
width:32%;
}

div.three_cols_second_column {
float:left;
width:32%;
margin-left:2%;
display:inline;
}

* html div.three_cols_second_column {
float:left;
width:32%;
margin-left:1.25%;
display:inline;
}

div.three_cols_third_column {
float:left;
width:32%;
margin-left:2%;
}

* html div.three_cols_third_column {
float:left;
width:32%;
margin-left:1.25%;
}


/* FCE 4 columns */
div.four_columns {
width:auto;
background: #fff;
}

div.four_cols_first_column {
float:left;
width: 23%;
margin-left:0.5%;
}

div.four_cols_second_column {
float:left;
width: 23%;
margin-left:2%;
}

* html div.four_cols_second_column {
float:left;
width: 23%;
margin-left:1.25%;
}

div.four_cols_third_column {
float:left;
width: 23%;
margin-left:2%;
}

* html div.four_cols_third_column {
float:left;
width: 23%;
margin-left:1.25%;
}

div.four_cols_fourth_column {
float:left;
width: 23%;
margin-left:2%;
}

* html div.four_cols_fourth_column {
float:left;
width: 23%;
margin-left:1.25%;
}

