body {
	margin:0;
	padding:0;
	position:absolute;
	height:100%;
	width:100%;
	background-color: #1B0538;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	/* padding: 10px 0px 0px 0px; */
}

h2 {
	font-size: 18px;
	line-height: 18px;
	color: #D31426;
}

img {
	border-style: none;
}

p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

a:link{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

a:active{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

a:hover{
	font-size: 13px;
	text-decoration: underline;
	color: #D61427;
}



.drop_cap {
	font-size: 20px;
	color: #D31426;
	font-weight: bold;
}

.emphasize {
	font-size: 16px;
	color: #D31426;
	font-weight: bold;
}

.center_link {
	text-align: center;
	font-size: 12px;
	color: #fff;
}



div.container {
	position:absolute;
	top:0px;
	left:50%;
	width:780px;
	height:auto;
	margin-left: -390px;
	padding: 0px 0px 0px 0px;
	background-color: #200D47;
}

div.header {
	/*
	position:absolute;
	top:0px;
	*/
	position:relative;
	float: left;
	width:780px;
	height: 164px;
	background-image: url(../images/og_uk_header.jpg);
	background-repeat: no-repeat;
}

div.content {
	position:relative;
	float: left;
	width:408px;
	height:680px;
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: no-repeat;
	padding: 0px 20px 0px 350px;
	border-right-color: #330066;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #330066;
	border-left-style: solid;
	border-left-width: 1px;
}


div.copyright {
	position: relative;
	float: left;
	width: 780px;
	height: 25px;
	font-size: 11px;
	text-align:center;
	line-height: 25px;
	color: #FFF;
	background-color: #15042C;
	border-top-color: #330066;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #330066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.webshop {
  display: block;
  margin: 65px auto 0 auto;
  width: 294px;
  height: 102px;
  background-image: url(../images/btn-webshop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}


