/*CSS document for diabetesinScotland.co.uk*/

body{
	background: #996699;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
	}

.mainbody #container {
	width: 820px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
} 

.mainbody #container2 {
	background: #FFFFFF;
} 

.tdgrey {
	background-color: #CCCCCC;
}

.tdpink {
	background-color: #FFCCFF;
}

.tdpurple {
	background-color: #996699;
}
.tdblue {
	background-color: #EFF3FB;
}
.divleft 
{
	float:left;
	width:560px;
}
.divright 
{
	float:right;
	width:260px;
}
.divcenter
{
	width:700px;
	margin-left: auto ;
    margin-right: auto ;
    text-align:center;
}

.adjustedZIndex {
    z-index: 1;
}


