@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-image:url(index-images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}


#header {
	height:90px;
	width:100%;
	font-size:10px;
	color:#FFF;
}

#header-logo {
	height:90px;
	width:190px;
	background-image:url(index-images/priam-logo.jpg);
	float:left;
}

#header-text {
	height:80px;
	width:auto;
	float:left;
	padding-top:10px;
	line-height:14px;
}

#title-text {
	height:80px;
	width:auto;
	float:left;
	padding-top:18px;
	line-height:14px;
	margin-left:50px;
}


#footer {
	background-image:url(index-images/footer-background.jpg);
	position:absolute;
	bottom:0px;
	height:22px;
	width:100%;
	padding-top:18px;
	color:#FFF;
	font-size:11px;
	text-indent:20px;
}

#footer a{
	color:#FC0;
	text-decoration:underline;
}

h2 {
	font-size:16px;
}

h1 {
	position:absolute;
	top: -300px;
}

h3 {
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#999;
	margin-top:0px;
}

#centre-container {
	width:900px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}

.center-item {
	width:290px;
	height:auto;
	float:left;
}

.center-item h2{
	margin-left:10px;
	font-weight:normal;
	font-size:15px;
}

.center-item h2 a{
	color:#C00;
}

.center-item p{
	color:#00;
	font-size:12px;
	margin-left:10px;
}

.center-item-image {
	width:290px;
	height:290px;
}