/*this is the style sheet for the pp site*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #6699CC;
	margin:0;
}

/* positioning stuff */

#header {
	height:150px;
	width: 800px;
	background-image: url(images/perfectly_logo.png);
	background-repeat:no-repeat;
	background-position: center;
	position:absolute;
	left: 150px;
	}

#content {
	position:absolute;
	background-position: center;
	left:100px;
	top:150px;
	width:750px;
}

#navbar {
	position: absolute;
	left: 150px;
	width: 600px;
	line-height:2em;
	background-color:#FFFFFF;
	top: 0px;
}

#navbar ul li {
	list-style-type:none;
}

#navbar a:hover {
}

#navbar ul li a:visited {
	color:#6699FF;
}
#navbar-centred {
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	word-spacing: normal;
}

#main-text {
	background-color:#FFFFFF;
	border-left: 1px #CCCCCC dotted;
	border-bottom: 1px #CCCCCC dotted;
	border-right: 1px #CCCCCC dotted;
	border-top: 1px #CCCCCC dotted;
	margin-left: 150px;
	padding:10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-align:center;
	width:600px;
	position:absolute;
	left:150px;
	bottom:0;
}

.pic {
	
}


/* LINKS! */
a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	color:#336699;
}



/* text appearance */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #3399CC;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
  font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.centeredheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;	
}.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
