/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	
}

a {outline: none; }
a:hover {color: #000000;}
body {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(images/li.gif);}
h1 {font-size: 1.4em;}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}




/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* top */
.top {
	font: normal 2.4em Verdana,sans-serif;
	height: 110px;
	width: 630px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	width: 250px;
	padding-left: 10px;
	margin-top: 1px;
}

.top_headline {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}

/* header */
.header {
	background: url(images/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item {clear: both;}
.item .date {
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 420px;
	background-color: #FFFFFF;
}
.item h1 {
	background: #6B6D83;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {
	padding: 12px 18px;
	}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
	}
.navigation h1 {
	background: #85879A;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #85879A;
	list-style: none;
	
}
.navigation li a {
	color: #000000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-image: url(images/bgnavigation.gif);
	background-repeat: repeat-x;
		
	}
.navigation li a:hover {
	background: #AEAFBD;
	color: #FFFFFF;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {
	color: #FFFFFF;	
text-decoration: underline;	
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.light_grey_cells {
	background-color:#C1C3D1;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width:190px;
	}
	
	.light_grey_cells_big {
	background-color:#C1C3D1;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width:380px;
	}
	
.dark_grey_cells {
	background:#E3E4EA;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width:190px;
	
	}
	
	.dark_grey_cells_big {
	background:#E3E4EA;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width:380px;
	
	}
	
#table {
	border: 1px solid #6B6D83;
	padding:1px;
	width:380px;
}

.heading_cells {
	font-family: Tahoma, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	background:#6B6D83;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	color: #FFFFFF;
	}
	#gallery {
	background-color: #FFFFFF;
	width: 330px;
	padding: 10px;
	padding-right: 35px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	}
#gallery_wrapper {
	width: 400px;
}

	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border: 5px solid #CCCCCC;
	border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #6B6D83;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
