/* Define the contentContainer divs that hold everything together */

html,
body {
	margin:7;
	padding:0;
	height:100%;
}

#siteContainer {
	width: 960px;
	position: relative;
	background-color: none;
}

#mastheadContainer {
position: absolute;
background-color: white;
}

#bodyContainer {
position: absolute;
top: 135px;
background-color: pink;
min-height: 100%;
}

#footerContainer {
position: relative;
height: 50px;
	font-family: calibri, tahoma, trebuchet, sans-serif;
	font-size:14px;
	color: #999999;
}

/* Continue with all other styles */

a {
color:#999999;
text-decoration:none;
}

a:visited {
color:#999999;
}

a:hover {
color:#cc0000;
text-decoration:underline;
}

/* Big red page titles */

h1 {

font-family: calibri, Tahoma, Verdana, arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: inline;
	background-color:#F30;
	padding-left:5px;
	padding-right:5px;

}

/* Item titles such as events, biog names etc. */

h2 {

	font-family: calibri, Tahoma, Verdana, arial, sans-serif;
	font-size: 24px;
font-weight: bold;
color:#000000;
margin-top: 0px;
margin-bottom: 4px;

}

h2 a {
color:#cc0000;
text-decoration:none;
}


/* Embolden sub-heading */

h3 {

	font-family: calibri, Tahoma, Verdana, arial, sans-serif;
font-size: 18px;
font-weight: bold;
color:#000000;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 4px;

}

/* Italicised, body text size */

h4 {

	font-family: calibri, Tahoma, Verdana, arial, sans-serif;
font-size: 18px;
font-weight: normal;
color:#000000;
font-style: italic;
margin-top: 0px;
margin-bottom: 4px;

}

/* Intro paragraph -- slightly larger, bigger leading */

h5 {

	font-family: calibri, Tahoma, Verdana, arial, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 21px;
color:#000000;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 4px;

}

body {
font-family:Georgia, "Times New Roman", serif;
font-size:16px;
line-height: 21px;
color:#333333;
}


#mastheadNavigation {
left:170px;
top:112px;
width:780px;
height:25px;
position:absolute; 
font-size: 16px;
font-family: calibri, tahoma, trebuchet, sans-serif;
color:#000000;
vertical-align:middle;
background-color:#cccccc;
border-bottom: 1px solid grey;
}


#mastheadQuoteBlock {
	position:absolute;
	left:177px;
	top:5px;
	width: 550px;
}


.mastheadQuoteText {
font-size:18px;
color:#333333;
}


.mastheadQuoteName {
font-size:18px;
}


#mastheadQuoteImage {
	position:absolute;
	left:750px;
	top:0px;
}


#projectNavigation {
	position:absolute;
	left:inherit;
	top:35px;
	width:150px;
	font-family: calibri, tahoma, trebuchet, sans-serif;
	font-size:16px;
	line-height:24px;
}

#bodyCentre {
	position:absolute;
	left:170px;
	top:20px;
	width:560px;
}

#rightColumn {
	position:absolute;
	left:765px;
	top:35px;
	width:178px;
}

#rightColumnSell {
	position: relative;
	background:#ffebd6;
	border-width: 1px;
	border-style: dotted;
	border-color: #333;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#rightColumnSell_Logos {
	position: relative;
	background:#ffffff;
	margin-bottom: 20px;
}

#contentContainer {
	width: 100%;
	position: relative;
	margin: -10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #cccccc;
	background-color: #ffFFFF;
}

#contentContainer p {
	padding-top: -10px;
	margin-top: 5px;
}

#contentContainer img{
		float:centre;
	padding: 0px 0px 10px 0px;
}

#eventSell {
	width: 100%;
	position: relative;
	margin: -10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #cccccc;
	background-color: #ffFFFF;
}

#eventSell p {
	padding-top: -10px;
	margin-top: 5px;
}

#eventSell img{
		float:right;
	padding: 0px 0px 10px 0px;
}