
/* Scottish Patient Safety Research Network */

body {
	margin:0px; 
	padding:0px;
	text-align:center;
	background-color:#9AACC7;	
	font-family:Lucidia Grande, Lucidia Sans Unicode, Lucidia Sans, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#727272;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Lucidia Grande, Lucidia Sans Unicode, Lucidia Sans, Arial, Helvetica, sans-serif;
	padding:0px;
}

h1 {
	font-size:140%;
	font-weight:bold;
	color:#446281;
	margin:15px 0px;
}

h2 {
	font-size:130%;
	font-weight:bold;
	color:#446281;
	margin:15px 0px;
}

h3 {
	font-size:120%;
	font-weight:bold;
	color:#446281; 
	margin:0px 0px;
}

h4 {
	font-weight:normal;
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

a {
	color:#446281;
	text-decoration:none;
}

a:hover {
	color:#2E4256;
	text-decoration:none;
}

img {
	border:none;
}

li {
	margin-bottom:5px;
}

/* Content */

#content {
	width:900px;
	margin:0px auto;
	text-align:left;
}

#contentwrapper {
	float:left;
	width:900px;
	background-image:url(../images/content_wrapper.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#header {
	float:left;
	width:900px;
	height:135px;
}

#menuholder {
	float:left;
	width:651px;
	height:41px;
	margin:0px;
	background-image:url(../images/menu_bkgd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu {
	float:left;
	width:631px;
	margin:0px;
	padding-left:20px;
	padding-top:10px;
	font-size:80%;
}

#menu ul {
	background-color:#99CC33;
	margin:0px;
}

#menu li {
	display:inline;
	list-style-type:none;
}

#menu ul li a {
	float:left;
	padding:4px 10px 0px 10px;
	color:#003366;
	text-decoration:none;
	border-right:solid 1px #AFCCD3;
}

#menu a:hover {
	color:#AFCCD3;
	text-decoration:none;
}

#maincontent {
	float:left;
	width:900px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#leftcontent {
	float:left;
	width:651px;
	margin:0px;
}

#text {
	float:left;
	width:583px;
	margin:0px;
	padding:25px 35px 30px 33px;
	font-size:80%;
}

#rightcol {
	float:left;
	width:219px;
	margin:0px;
	padding:15px 15px 15px 15px;
	font-size:80%;
	color:#446281;
}

#logos {
	float:left;
	width:900px;
	height:112px;
	background-image:url(../images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#abdnlogo {
	float:left;
	width:160px;
	height:110px;
	margin:0px;
	padding-top:2px;
}

#dundeelogo {
	float:left;
 	width:109x;
	height:110px;
	margin:0px;
	padding-top:2px;
}

#salogo {
	float:left;
	width:164px;
	height:110px;
	margin:0px;
	padding-top:2px;
}

#sfclogo {
	float:left;
	width:218px;
	height:110px;
	margin:0px;
	padding-top:2px;
}

#contact {
	float:left;
	width:209px;
	height:112px;
	font-size:80%;
	color:#FFFFFF;
	text-align:right;
}

#footer {
	float:left;
	width:100%;
	padding-bottom:30px;
	color:#FFFFFF;
	text-align:center;
	font-size:80%;

}

