body {

margin:0;
padding:0;
font-family: arial, helvetica,sans-serif;
font-size: 12px;
background-image:url(img/agora_background.gif);
background-position: 450px 0px;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: white;
}


p{
	line-height:1.4em;
}
img {

	border: 0;
}

div {

	margin:0;
	padding: 0;
	display: block;
}

h2 {

	display: inline;
	font-style: italic;
	font-size: inherit;
	font-weight: normal;
font-size: 11px;
}

h3 {

	font-weight: bold;
	display: inline;
	font-size: 1.2em;

}

h1 {

	font-size: 23px;
	color: #5CC2EE;
	margin: 0px;
}

h1.pink {

	color: #F9006B;

}

a:hover {

	text-decoration: none;
color:#000;



}

a {

	text-decoration: none;

	color: #333333;

}

#wrapper {

	width:  945px; /* 185+110+530+120=menu + image + content + sidebar */

}


#menu {

	width: 185px;
	background-color: transparent;
	float: left;
	clear: both;
}

#menu >  ul {

	list-style: none;

}

#menu > ul > li {
 	
 	font-size: 12px;
 	font-weight: bold;
		
}

#menu > ul > li > ul {
	list-style: none;
	margin-left: -25px;
	line-height:1.2em;
}

#menu > ul > li > ul > li {

	font-weight: normal;
    font-size: 11px;
    color:#999999;
	
}

#menu > ul > li > ul > li > a {
	color: #999999;	
	
}

#menu > ul > li > ul > li > a:hover {
	color: #ffffff;	
	background-color:#5cc2ee;
	
}

#header {

	width: 835px; /* menu + contentwrapper + sidebar */
	background-color: transparent;
	float: left;
	height: 150px;
	clear: right;
	background-image: url(img/agora_logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	
}

#content {
	float:left;
/*margin-left:10px;*/
width:500px;
margin-bottom:10px;
}
#content img { 
margin-bottom:10px;
margin-top:10px;
}
#contentwrapper a{

border:0px;
border-bottom:1px dotted #666;
	color: #666;
}

#contentwrapper a:hover{

border:0px;
border-bottom:1px dotted #333;
	color: #333;
}

#contentwrapper {

	width: 530px; /* imagebar + content */
	float: left;
	

}

div.leftimage {

	width: 110px;
	background-color: #ccc;
	float: left;
	clear: both;
	margin-top: 40px; /* h1 height + a bit extra */
	margin-right: 10px;
	height: 110px;
	
}



div.content_item {
	
	
	padding: 0px 20px 0px 0px;
	width: 500px; /* 420 - 40px padding */
	background-color: transparent;
	float: left;

}
div.content_item img { 
margin-bottom:10px;
margin-top:10px;
}

span.read_more {

	padding: 0px 1px 0px 1px;
	/*display: block;*/
	background-color: #5cc2ee;
	color: white;
	font-style: italic;
	font-family: georgia, "Times new Roman", serif;
	
}

a.more-link span.read_more:hover {

	
	background-color: #ffffff;
	color: #5cc2ee;
	
}



#sidebar {
	
	margin-top: 30px; /* header (h1) height + a bit extra*/
	width: 120px;
	height: 600px;
	background-color: #ccc;
	float: left;

}


div.spacer {

	width: 510px; /*contentwrapper - 20px rightmargin*/
	margin: 0px 20px 10px 0px;
	border-bottom: 1px dotted #ccc;
	float: left;
	display: block;
	height: 1px;
}
.form{
border:1px #cccccc;
}