body{
	/*background:#f6f7fa;*/
	background:url(backheader.jpg) top no-repeat #2A70B0;
	background-attachment:fixed;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.top{
	background:url(top.png) no-repeat top center; min-height: 47px;
}
.wrap{
	background:url(wrap.png) repeat-y center; padding-top:1px
}
.content{
	margin-left:auto;margin-right:auto; width:515px; padding: 0px;
}
.bottom{
	background:url(bottom.png) no-repeat center; min-height: 47px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#585859;
}
h1{
	margin:0px;
	font-size:36px;
}
h2{
	margin:0px;
	font-size:15px
}
.divider{
	border-bottom:#585859 1px solid;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:10px;
}
.footer{
	padding-top:1px;
}
.centre{
	text-align:center;
}
.right{
	text-align:right;
}
.small{
	font-size:12px
}
/*
.logo{
	background:url(logo.png) no-repeat right;
	height:158px;
}
*/

