/*************        CSS Stying for Haddiscoe.info Web Site               ************/
/************* Copywrite Haddiscoe.info under the ownership of Andy Palmer ************/
/*************          Last Changes by ADP on 14/05/2008                  ************/

/************* Adjust Site Styling for Columns ************/

body {
	background: #666666 url(images/back_column.jpg) repeat-y center top;
}

	/*Adjust to create two columns*/
#left {
	float: left;
	width: 479px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}

#right p:first-letter, #right h2:first-letter, #right h3:first-letter{
	color: white;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#content p, #content ul, #content ol {
	padding: 0px 0px 0px 0px;
}


