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

/* layout */

html {}

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	width:508px;
	margin:0 auto;
	background-image:url(../images/body-y.png);
	background-repeat:repeat-y;
	background-position:left;
}

#header{
	width:508px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#logo {
	width:390px;
	margin:0 auto;
}

#subWrapper {
	width:508px;
	margin:0 auto;
}

#register {
	width:49px;
	margin:50px 0 0 0;
	overflow:hidden;
}


#content {
	width:410px;
}


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

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

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


/* position */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

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


/* colours */
.blueBg {
	background-color:#93b7d1;
}

.whiteBg {
	background-color:#93b7d1;
}


/* images */

#logo img {
	display:block;
	padding:20px 0 10px;
}

.main-image{
	border-top:3px solid #3690C7;	
border-bottom:3px solid #3690C7;	
}