/* basics */

body{
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin: 0;
}

ul{
padding-left: 0;
list-style-type: none;
}

ul li{
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #CCC;
}

a{
color:#39C;
text-decoration: none;
}

a:hover{
text-decoration: underline;	
}

#wrapper{
	
	width: 990px;
	margin: 0 auto;
	margin-top: 35px;
}

#header{
	height: 213px;
	background-image: url(img/header2.jpg);	
}

#footer{
border-top: 1px solid #a6d7ff;
min-height: 150px;
margin-top: 10px;
padding-top: 25px;
padding-left: 35px;
padding-bottom: 25px;
}


#left{
width: 612px;
float: left;
}

#right{
width: 358px;
float: right;
}

#menudiv{
padding-top: 153px;
	
}

#menudiv ul{
	padding-left: 50px;
	border: 1px solid #a6d7ff;
	border-left: 0;
	border-right: 0;
	height: 22px;
	background-color: #FFF;
	padding-top: 7px;
}

#menudiv ul li{
	display: inline;
	margin-left: 0;
	margin-right: -3px;
	border-bottom: 0;
}

#menudiv ul li a{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #a6d7ff;
	
}

#menudiv ul li a:hover{
	background-color: #e4f5ff;
	
	
	
}

#menudiv ul li a.selected{
		background-color: #e4f5ff;
	
}

#left .element{

border-left: 0;
border-right: 0;

margin-bottom: 20px;
padding: 10px;
/* border: 1px solid #CCC; */
}



#left .article_intro{
border: 1px solid #a6d7ff;
border-left: 0;
border-right: 0;
/* background-color: #e4f5ff; */
margin-bottom: 20px;
padding: 10px;
height: 105px;
}

#left .odd .article_intro{
	margin-left: 140px;
	
}

#left .even .article_intro{
	margin-right: 140px;
	
}

#left .odd .polaroid{
	float: left;

}

#left .even .polaroid{
	float: right;
	
		
}

#left .polaroid{
background-repeat: no-repeat;
background-position: 2px 2px;
width: 128px;
height: 132px;
}

#right .element{
border: 1px solid #CCC;
border-bottom: 0;
background-color: #FFF;

padding: 10px;

}

#right .even .portlet_footer{
	height: 50px;
background-image: url(img/schredded_corner_bottom.jpg);
background-repeat: no-repeat;
	margin-top: -40px;
	margin-bottom: 15px;
	background-position: bottom right;
}

#right .odd .portlet_footer{
	height: 1px;
border: 1px solid #CCC;
border-top: 0;
	margin-bottom: 15px;
}

.postbox{
border: 1px solid #CCC;
padding: 10px;
margin-bottom: 15px;
}

.relatedbox{
border: 1px solid #CCC;
padding: 10px;
margin-bottom: 15px;
}

/* fonts */

h2{
font-weight: normal;
color: #3399cc;
margin-bottom: 0px;
margin-top: 0px;
}

.button{
	margin-left: 5px;
padding: 3px;
border: 1px solid #CCC;
background-color: white;
}
