body
{
	margin : 0px;
	padding : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #C0BB82;
}

.toplinks
{
	position : absolute;
	top : 5px;
	right : 10px;
	text-align : right;
	font-weight : bold;
	width : 150px;
}

.toplinks a
{
	color : white;
}

.toplinks a:hover
{
	color : #EFEFEF;
}

.content
{
	position : relative;
	margin : 100px 0px 0px 0px;
	padding : 10px;
	
}

.breadcrumbs h1
{
	font-size : 16px;
	margin : 0px;
}


h2
{
	margin : 0px;
}


a b
{
	font-size : 18px;
}