/* CSS Document */
html, body{
	background: #BDC0C3 url(../img/fade.png) repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1, h2, h3, p{
	padding:0px;
	margin:0px;
	color:#000000;	
	font-weight:normal;
}

h1 { font-size:19px; }
h2 { font-size:13px; font-weight:bold; }
h3 { font-size:12px; }
p { font-size:11px;	color:#000000;}

#container{
	position:relative;
	margin:0 auto;
	margin-top: 30px;
	width:748px;
	border:1px #CCCCCC solid;
	background:url(../img/tile.gif) repeat-y;
}

#top{
	background:url(../img/logog.jpg) left bottom no-repeat;
	background-color:#231F20;
	border-bottom:#231F20 1px solid;
	height:104px;
}

#pictures{
	position:relative;
	float:none;
	height:295px;
	background-color:#231F20;
	border-top:#FFFFFF 1px solid;
}
	
	#pictures #menu{
		position:absolute;
		z-index:99;
		left: 26px;
		top: 35px;
		line-height:240%;
	}
		
	#pictures #menu a, #pictures #menu a:visited, #pictures #menu a:hover{
		color:#66666E;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		margin-bottom:20px;
		text-decoration:none;
	}
	
	#pictures #menu a:hover{
		text-decoration:none;
	}

	#pictures #bigpicture{
		position:absolute;
		float:left;
		width:538px;	
		z-index:1;
	}
	
	#pictures #smallpicture{
		position:absolute;
		float:left;
		width:210px;
		z-index:1;
		left:538px;
		top:0px;
	}

#content_container #flower{	
	position:absolute;
	bottom:77px;
	left:0px;
	width:188px;
	height:110px;
	background:url(../img/flower.gif) no-repeat;
}
		
#content{
	margin:0px;
	padding:0px;
	width:748px;
	/*height:490px;*/
	/*background:url(../img/flower.gif) left bottom no-repeat;*/
}		

	#left{
		position:relative;
		float:left;
		background-color:#231F20;
		width:188px;
		color:#FFFFFF;
		margin:0px;
		padding:0px;
		height:500px;
	}
	
		#left h1, #left h2, #left p{	
			margin:0px;
			margin-left:26px;
			margin-right:26px;
			padding:0;
			color:#FFFFFF;
			font-style:normal;	
			font-size:11px;
		}
		
		#left h2{				
			margin-top:30px;
			font-weight:bold;
		}
		
		#left p{
			margin-bottom:20px;
		}
		
		#left p a.maplink{				
			color:#FFFFFF;
			text-decoration:underline;
		}
		
		#left p a.maplink:hover{				
			color:#FFFFFF;
			text-decoration:underline;
		}
	
	#right{
		position:relative;
		float:left;
		margin-top:26px;
		padding-left:31px;
		padding-right:31px;
		width: 498px;
	}
	
		#right p a, #right p a:hover{
			text-decoration:underline;
			color:#231F20;
		}
		
		/*Wisenews*/
		#right #ww_news_condensed{
			width:400px;
		}
		
		#right #ww_news_condensed h1{
			margin-top: 20px;
			margin-bottom:10px;			
		}
		
		#right #ww_news_condensed h2{
			color:#000000;
			margin-bottom:5px;
			font-size:12px;
		}
		
		#right #ww_news_condensed p.date{
			margin:0px;
			margin-bottom:5px;
			margin-right:10px;
			color:#000000;
			float:left;
			font-weight:bold;
			font-size:12px;
		}
		
		#right #ww_news_condensed p{
			margin:0px;
			margin-bottom:12px;
		}
		
		#right #ww_news_condensed p a{
			margin:0px;
			color:#000000;
			text-decoration:none;
		}
		
		#right #ww_news_condensed p a:hover{
			margin:0px;
			color:#000000;
			text-decoration:none;
		}
		/*Slut Wisenews*/

#bottom{
	background:url(../img/tile_bottom.gif) no-repeat top right;
	margin:0px;
	padding:0px;
	height:77px;
	width:748px;
	float:left;
}

	#bottom h1, #bottom h2{			
		font-size:11px;
		font-weight:bold;
		margin-top:15px;
	}
	
	#bottom p{ 
		font-size:11px; 
		font-weight:normal;
		line-height:14px;
	}
	
	#bottom .teaser{
		float:right;
		height: 77px;
		width:171px;
		padding-left:15px;
		color:#66666E;
	}
	
	#bottom .teaser p{
		color:#66666E;
	}
	
	#bottom .teaser a{
		color:#66666E;
		text-decoration:none;
		font-size:12px;
	}	

#footer{
	position:relative;
	text-align:center;
	margin: 3px auto;
	width:748px;
	color:#FFFFFF;
	font-size:10px;
}

	#footer a{
		color:#FFFFFF;
		text-decoration:none;
	}

.break{	
	height:0;
	width:0;
	clear:both;
}