@charset "UTF-8";
/* CSS Document */

/* layout */

html {}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#superWrapper {
	width:100%;
	height:100%;
}

#wrapper {
	width:780px;
	margin:30px auto 20px auto;
	text-align:left;
	padding-bottom:0px;
	padding-top:0px;
}

#topCurve {
	background-image:url(../images/top-curve.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:780px;
	height:10px;
	margin-bottom:30px;
}
	
#innerWrapper {
	width:760px;
	margin:0 10px;
}

#header {
	width:760px;
	height:10px;
	line-height:0;
	background-image:url(../images/header.png);
	background-position:top left;
	background-repeat:no-repeat;
}
	

#left {
	width:230px;
}

#logo {
	width:230px;
	height:130px;
}

#contactDetails {
	width:220px;
	margin:10px 0 0 10px;
	background-image:url(../images/contactBG.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contactCurve {
	width:220px;
	height:10px;
	background-image:url(../images/contact-top.png);
	background-position:top left;
	background-repeat:no-repeat;
}



#register {
	width:118px;
	margin:0 auto;
	padding-bottom:10px;
}

#right {
	width:530px;
}

#picBar {
	width:530px;
	height:130px;
}

#content {
	width:530px;
	padding-top:20px;
}

#footer {
	width:760px;
	height:10px;
	background-image:url(../images/footer.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	line-height:0;
}



#bottomCurve {
	background-image:url(../images/bottom-curve.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:780px;
	height:10px;
	margin-top:30px;
}



#developedBy {
	padding:10px 0;
	line-height:0px;
	text-align:center;
}

#developedBy img {
	margin:0px auto;
	border:0px none;
}



/* positioning */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	line-height:0;
}


/* colours */
.white {
	background:#fff;
}

.red {
	background:#1b1464;
}

.lightRed {
	background:#f8d4d7;
}

/* images */

#logo img {
	padding:0;
	border:none;
	display:block;
	margin:10px auto 0 auto;
}

#picBar img {
	padding:0;
	margin:0 15px;
	border:none;
}

#register img {
	border:none;
	display:block;
	margin:0 auto;
}