@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

/*----------------------------------
	STRUCTURE
----------------------------------*/
body {
	background-position: 0 0;
	background-repeat: repeat-x;
}
#wrap {
	width: 600px;
	margin: 50px auto;
}
/*header*/
#header {
	height: 91px;
	padding: 10px 30px 0 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header h1.scopelending {
	float: left;
	width: 213px;
	height: 51px;
	margin: 25px 0 0 0;
}
#header h1.ppa {
	float: right;
	width: 220px;
	height: 80px;
}
/*content*/
#content {
	overflow: hidden;
	height: 1%;
	background-position: 0 0;
	background-repeat: repeat-y;
}
.content_inner {
	overflow: hidden;
	height: 1%;
	padding: 20px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

/*----------------------------------
	COLOURS
----------------------------------*/
body {
	color: #9d9d9e;
	background-color: #2062b4;
	background-image: url(../images/bg.gif);
}
#header {
	background-image: url(../images/header.jpg);
}
#content {
	background-image: url(../images/content-bg.gif);
}
.content_inner {
	background-image: url(../images/content-btm.gif);
}

/*----------------------------------
	TYPOGRAPHY
----------------------------------*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
}
#wrap {
	text-align: left;
}
.content h1 {
	font-size: 1.25em;
}
#content h1,
#content p,
#content ul,
#content ol {
	margin: 0 0 0.92em 0;
}
#content a {
	text-decoration: none;
}

/*----------------------------------
	IE
----------------------------------*/
body {
	text-align: center;
}

/*----------------------------------
	OTHER
----------------------------------*/
#content li {
	list-style: none;
	float: left;
}
#content li a {
	display: block;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content li a span {
	display: none;
}
#content li.ppa a {
	background-image: url(../images/ppa-btn.gif);
	width: 287px;
}
#content li.tpa a {
	background-image: url(../images/tps-btn.gif);
	width: 240px;
}



