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

/* layout */

html {}

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

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

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

#logo {
	width:760px;
	margin:0 auto;
}
#logo img {
	margin:55px 0 0 0;
}

#contentWrapper {
	width:760px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/dash.png);
	background-repeat:repeat-y;
	background-position:450px 0;
}

#mediaBox {
	width:760px;
	margin:0 auto 10px auto;
	padding:0;
}

#content {
	width:460px;
	padding:0;
	overflow:hidden;
}

#contactBox {
	width:295px;
	margin:0;
}

#register {
	width:285px;
	margin:20px 0 0 10px;
	overflow:hidden;
}

#footer {
	width:900px;
	height:140px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#developedBy {
	padding:120px 0 0 0;
	line-height:0px;
	text-align:center;
}

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

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

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