@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);
@import url(content.css);
/* ----------------------------------------------------- Page layout */

body {
	background-image:url(../img/newbg.gif);
	background-repeat:repeat-x repeat-y;
}

#page {
	margin-left:150px;
	width:960px;
	margin-top:3.5em;
}

#header {
	height:146px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:1px;
}

#header_title {
	height:5em;
}

#header_title h1 {
	display:none;
}

#subheader {
	background-image:url(../img/subheader.png);
	background-position:right;
	background-repeat:no-repeat;
	height:35px;
	margin-right:1px;
}

#date {
	margin-top:2px;
	float:left;
	margin-left:135px;

}

#localization {
	margin-top:2px;
	float:right;
	margin-right:10px;
}

#main {
	background:url(../img/background.png);
	background-repeat:repeat-y;
	width:1000px;
/*	display:table;  */
}

#left_navigation {
	float:left;
	width: 130px;
}

#nav {
	margin-top:40px;
}

.navigation li img {
	padding-top:0.3em;
	
}

#sponsors {
	width:6.5em;
	margin-top:4em;
	margin-right:0.5em;
}

#col1 {
	margin-top:0;
	margin-left:44px;
	float:left;
	width:480px;
	margin-right:16px;

}

#col2 {
	background:url(../img/image_right.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:6em;
	float:left;
	width:276px;
	min-height:600px;
}

