@charset "utf-8";
#canvas {
	min-height: 600px;
	width: 100%;
}
#canvas-bg {
	height: 180px;
	width: 100%;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6293DD;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -184px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#longwrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -184px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#header {
	height: 184px;
	width: 900px;
}

#logo {
	background-image: url(../images/logo.png);
	height: 62px;
	width: 300px;
	position: absolute;
	top: 20px;
}
#login {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 800px;
	top: 20px;
	color: #D6D6D6;
	text-align: center;
	line-height: 30px;
}
#login a {
	color: #D6D6D6;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
#scroller {
	height: 14px;
	width: 900px;
	position: absolute;
	top: 100px;
	color: #bbb;
	overflow: hidden;
	background-color: #1C437F;
}

#scroller-title {
	height: 14px;
	width: 60px;
	float: left;
	font-weight: normal;
}
#menu {
	height: 30px;
	width: 900px;
	position: absolute;
	margin-top: 130px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ddd;
}

#scroller-text {
	height: 14px;
	width: 840px;
	float: right;
}
#content {
	min-height: 300px;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-attachment: inherit;
	}
#mycontent {
	min-height: 300px;
	width: 1020px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-attachment: inherit;
	float:left
}
#lb-content {
	width: 429px;
    padding-right: 20px;
	min-height: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	float: right;

}

#l-content {
	width: 429px;
	padding-right: 20px;
	min-height: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	float: left;
}


#l-content img {
	float: left;
	margin-right: 14px;
}
#content1 {
	width: 429px;
	padding-right: 20px;
	min-height: 300px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #eee;
	float: left;
}

#r-content {
	width: 425px;
	padding-right: 20px;
	min-height: 300px;
	float: right;
	padding-left: 5px;
}



.clear {
	clear: both;
}

#footer {
	height: 100px;
	width: 900px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6293DD;
	padding-top: 40px;
}
#centre {
width: 850px;
	padding-right: 20px;
	min-height: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	padding-left: 5px;
}
#footer-text {
	height: 100px;
	width: 200px;
	position: absolute;
	left: 700px;
}
#footer-text .blue {
	color: #6293DD;
	text-transform: uppercase;
	line-height: 26px;
}
#footer-text .blue a {
	color: #6293DD;
	text-decoration: none;
}
#profilepic {
	height: 100px;
	width: 120px;	
}
#footer-text .blue a:hover {
	text-decoration: underline;
}
