body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.container {
	height: 350px;
	width: 580px;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/layout/homepage_logo.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
h1 {
	color: #3A53A5;
	font-size: 40px;
	font-weight: normal;
	width: 350px;
	margin-left: 220px;
	margin-top: 100px;
	margin-bottom: 0px;
}
.strapline {
	font-size: 11px;
	color: #3A53A5;
	width: 250px;
	margin-left: 270px;
}
.linkline {
	margin-top: 40px;
	margin-left: 168px;
	height: 32px;
}
.link {
	height: 32px;
	float: left;
	background-color: #3A53A5;
	margin: 0px;

}
.link a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.link a:hover {
	color: #FF9933;
}
.link2 {
	margin-top: 10px;
}
.link2 a {
	font-size: 12px;
	text-decoration: none;
	color: #0066CC;
	margin-left: 260px;
}
.link2 a:hover {
	color: #000000;
}
.label1 {
	background-image: url(../graphics/layout/label_1.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 22px;
	float: left;
}
.label2 {
	background-image: url(../graphics/layout/label_2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 26px;
}
.label3 {
	background-image: url(../graphics/layout/label_3.gif);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 22px;
}

