@import url("news.css");

/* HEADER STYLES */

#header {
	height:			150px;
	width:			auto;
	clear:			both;
	background-image:	url(../gif/pattern.gif);
	background-repeat:	repeat-x;
	background-color:	white;
}

#logo {
	position:		absolute;
	left:			0px;
	height:			150px;
	width:			150px;
	background-image:	url(../gif/logo.gif);
}

#banner {
	width:			900px;
	height:			100px;
	margin-left:		150px;
	background-image:	url(../gif/banner.gif);
	background-repeat:	no-repeat;
}
	
#menu {
	position:		absolute;
	left:			200px;
	top:			100px;
	height:			25px;
	width:			800px;
	color:			#ffffff;
	font-weight:		bold;
}

#languageselector {
	padding:		6px 10px 0px 0px;
	text-align:		right;
	width:			auto;
	height:			19px;
	background-color:	#7f7f7f;
}

#submenu {
	float:			left;
	text-align:		left;
	height:			25px;
	width:			auto;
	padding-left:		220px;
	vertical-align:		middle;
}

#toolbar {
	padding-right:		6px;
	text-align:		right;
	height:			25px;
	vertical-align:		middle;
}


/* MAIN AREA STYLES */

#main {
	background-image:		url("../png/bottom.png");
	background-repeat:		repeat-x;
}

#container {
}

#main-container {
	background-image:		url("../png/background.png");
	width:				690px;
	margin-left:			150px;
}


#adleft {
	position:		absolute;
	top:			175px;
	left:			0px;
	height:			auto;
	width:			150px;
	text-align:		center;
}

#left-corner {
	float:				left;
	width:				20px;
	height:				20px;
	background-image:		url("../png/corner-topleft2.png");
}

#right-corner {
	float:				right;
	width:				20px;
	height:				20px;
	background-image:		url("../png/corner-topright2.png");
}

#left-bottom {
	float:				left;
	width:				40px;
	height:				40px;
	background-image:		url("../png/corner-bottomleft.png");
}

#right-bottom {
	float:				right;
	width:				40px;
	height:				40px;
	background-image:		url("../png/corner-bottomright.png");
}

#bottom {
	clear: both;
	width:				690px;
	height:				40px;
	background-image:		url("../png/bottom2.png");
	background-repeat:		repeat-x;
}

#content {
	float:					left;
	width:					610px;
	min-height:				400px;
	background-color:		white;
	padding-left:			20px;
	padding-right:			20px;
}

#section-news {
	float:					left;
	width:					300px;
}

#section-events {
	float:					right;
	width:					300px;
}

#footer {
	margin-left:		160px;
	text-align:			center;
	clear:				both;
	font-size:			10px;
	width:				670px;	
	height:				20px;	
	bottom:				0px;
}

#footer span.note {
	color:				#777777;
}

a {
	color:				green;
}
a:hover {
	color:				blue;
}

body {
 	margin:					0px;
 	min-width:				1000px;
 	font-size:				12px;
	font-family:			arial;
	background-repeat:		no-repeat;
	background-position:	200px 150px;
	background-color:		#dddddd;
}


h1 {
	font-size:			30px;
}

h2 {
	margin-top:			0px;
	font-size:			15px;
}

table.borderless {
	border:				0px;
	border-collapse:	collapse;
}

table.borderless td,tr {
	border:				0px;
	padding:			0px;
	border-collapse:	collapse;
}