/*
Planners Home Page style
Kris Kelly 29/10/2007
*/
div#wrap div#main div#main-col {
	/*width: auto;*/
	width: 915px;
}
div#events-logo {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
}

a#header_link {
	float: right;
}

div#section-box {
	padding: 0;
	width: 696px;
}



div#section-why-edinburgh,
div#section-find-venue,
div#section-planners-toolkit,
div#section-case-studies {
	color: #363a42;
	width: 166px;
	margin-top: 10px;
	padding-left: 7px;
	float:left;
}
	div#section-why-edinburgh h2,
	div#section-find-venue h2,
	div#section-planners-toolkit h2,
	div#section-case-studies h2 {
		width: 155px;
	}
	div#section-why-edinburgh h2 a,
	div#section-find-venue h2 a,
	div#section-planners-toolkit h2 a,
	div#section-case-studies h2 a {
		color: #2B3C97;
		/*text-decoration: none;*/
		font-size: 1.2em;
	}
	div#section-why-edinburgh strong,
	div#section-find-venue strong,
	div#section-planners-toolkit strong,
	div#section-case-studies strong {
		font-weight: bold;
	}

	div#section-why-edinburgh div.section-text,
	div#section-find-venue div.section-text,
	div#section-planners-toolkit div.section-text,
	div#section-case-studies div.section-text {
		font-size: 0.8em;
		margin: 10px 0;
		padding: 0 10px;
		width: 125px;
	}
	
div#section-why-edinburgh.border-left,
div#section-find-venue.border-left,
div#section-planners-toolkit.border-left,
div#section-case-studies.border-left {
	border-left: 1px dotted #969696;
}