/***********************************************/
/* pauls.css                             */
/***********************************************/

.clear
{
	clear: both;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
/*	background-color: #FFFFCC; */
	background-image: url(../../images/background/background_light_grey.jpg);
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 24px; */
/*	margin-left:0; */
	margin-top:0;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/*
body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
/*	line-height: 1.166;	*/
/*	margin: 0px;
	padding: 0px;
	*/
/* } */

/*
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
*/


H1, H2, H3, H4, H5, H6 {
	font-family: Verdana,Arial,sans-serif;
	color: #004080;
	margin: 0px;
	padding: 0px;
 }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#centreOfPage{
	position:absolute;
	width: 100%;
	top: 45%;
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#content{
	float: left;
  width: 55%;
}

.row
{
	width: 980px;
	padding-bottom: 50px;
}

.col
{
	float:left;
	width: 33%;
}