@charset "utf-8";
/* Main Setup */
a {
text-decoration:none;
}
.link-colour-purple{
	color:#8d003a;
}
.link-grey-colour{
	color:#777777;
}
.link-white-colour{
	color:#ffffff;
}
body {
	margin-top: 55px;
	min-height:100%;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	background-color: #4a2d43;
}
*html, body { height:100%;}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#8d003a;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#B2005E;
}
#wrapper {
	min-height:100%;
	width:760px;
	margin:auto;

}
*html, wrapper { height:100%}

#content { /* This is our wrapped background container */
	min-height:100%;
	background-color:#FFFFFF;
	margin: auto;
	width: 760px;
}
* html #content { /* for ie This is our wrapped background container */
height: 100%;
}
#container{
	width:760px;
	background-color:#FFFFFF;
	min-height:100%;
	background-image: url(images/bkg2-.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
*html, container { height:100%;}
#promoarea{
	margin-left: 25px;
	width: 515px;
	display: inline;
	margin-top: 15px;
	margin-right: 26px;
	float:right;
	width:515px;
	height:100px;
}
#bottom-corners{
	width:760px;
	background-color: #FFFFFF;
	height: 26px;
	margin: auto;
	clear: both;
}
.corner-l {
width:26px;
height:26px;
float:left;
}
.corner-r {
width:26px;
height:26px;
float:right;
}

.logo {
	float:left;
	margin-top: 26px;
}
#content-left{
	float:left;
	width: 131px;
}
.menu-left{
	float:left;
	clear: left;
	margin-top: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #B2005E;
	margin-left: 10px;
	width: 120px;
	line-height: 16pt;
	margin-bottom:22px;
}
.menu-top{
	float:right;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.3pt;
	text-align: right;
	color: #777777;
	font-weight: bold;
	display: inline;
	margin-top: 26px;

}
.content-r{
	float:left;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #333333;
	font-weight: lighter;
	width: 327px;
	display: inline;
	margin-top: 10px;
	margin-bottom:34px;
	margin-left: 65px;

}
.image-container
{
	display:inline;
	float:right;
	margin-right: 26px;
	margin-top: 40px;
	clear: right;
}

#footer{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	color:#FFFFFF;
	padding-top: 26px;
	clear: both;
	width: 760px;
	text-align: center;
}
