/* CSS Document */

@import url("navigation.css");
/*@import url("tags.css");*/
@import url("thickbox.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/

*{
margin:0;
padding:0;
}

img{
border:none;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #600;
}

#main_wrapper{
position:relative;
text-align:left;
margin:0 auto;
width:900px;
}

#nav_wrapper{
position:relative;
width:900px;
height:84px;
}

#header_flag-nl{
position:absolute;
right:140px;
top:0px;
width:43px;
height:34px;
z-index:100;
}

#header_flag-fr{
position:absolute;
right:80px;
top:0px;
width:43px;
height:34px;
z-index:100;
}

#header_flag-uk{
position:absolute;
right:20px;
top:0px;
width:43px;
height:34px;
z-index:100;
}


#logo{
position:relative;
float:left;
top:14px;
left:12px;
width:245px;
height:56px;
}

#main_nav{
position:relative;
float:right;
top:40px;
right:0px;
width:500px;
height:36px;
font-size:90%;
}

#wrapper{
width:892px;
border:4px solid #f1cc5e;
background:url(../images/sidebar/sidebar-bg.jpg) top left repeat-y #fff;
}

#header_wrapper{
width:892px;
height:296px;
background:#f1cc5e;
}

#header_left {
float:left;
}

#header_right {
float:right;
}

#header_right img {
margin-bottom:4px;
}

#sidebar {
float:left;
width:190px;
padding:100px 14px 0px 14px;
}

#rez_calendar {
width:190px;
height:150px;
}

.divide {
width:218px;
height:6px;
overflow:hidden;
text-align:center;
background:url(../images/navigation/divide-1.png) top left no-repeat;
margin:16px 0px 12px -14px;
}

#maincontent_wrapper {
float:right;
width:674px;
}

#maincontent {
width:634px;
margin:0px 20px 0px 20px;
}

#flower {
position:absolute;
bottom:-5px;
right:-100px;
}

#footer {
position:relative;
margin:12px 28px 12px 28px;
}

#footer_content {
text-align:center;
font-size:80%;
line-height:16px;
color:#fff;
}

#footer_content a{
color:#fff;
}

.clear {
clear:both
}







/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/

