@import "includes/navigation.css";
@import "includes/page_colours.css";
@import "includes/text.css";
@import "includes/templates.css";

body{
	margin:0px;
	padding:0px;
	background-image:url(images/layout/top_grad.jpg);
	background-repeat:repeat-x;
}
/*html, body {}*/

.pagebreak{
	width:591px;
	float:left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.pagebreak_img{
	width:30px;
	height:16px;
	background-image: url(images/layout/hr.jpg);
	margin:auto;
	background-repeat: no-repeat;
}

#wrapper{
	width:760px;
	height:111px;
	margin: auto;
	position: relative;
	background-image: url(images/layout/grad_deco.jpg);
	background-repeat: no-repeat;
}
#header{
	width:760px;
	float: left;
	margin-top: 50px;
}

#it_logo{
	width:40px;
	height:45px;
	position: absolute;
	top: 10px;
	left: 425px;
	background-image:url(images/layout/it.png);
	background-repeat:no-repeat;
}
#it_logo a{
	border:0px;
	display:block;
	height:45px;
}
#it_logo h2{
	text-indent:-5000px;
	font-size:0px;
	text-decoration:none;
}
#it_logo h2 a{
	border:0px;
	text-decoration:none;
}

#update{
	width:165px;
	height:120px;
	background-repeat:no-repeat;
	float: left;
}
#update {
	width:165px;
	height:120px;
	float: left;
	overflow: hidden;
}
#update h2 {
	text-indent:-5000px;
	font-size: 0px;
	height:120px;
}
#update h2 a:hover {
	background-image:url(images/updates/update_21-05-082.png);
}
#update a {
	background-image:url(images/updates/update_21-05-082.png);
	display:block;
	height:120px;
}


#myboard{
	width:595px;
	height:138px;
	background-repeat:no-repeat;
	float: left;
}
#myboard {
	width:595px;
	height:138px;
	float: left;
	overflow: hidden;
}
#myboard h1 {
	text-indent:-5000px;
	font-size: 0px;
	height:138px;
}
#myboard h1 a:hover {
	background-image:url(images/layout/myboard.png);
}
#myboard a {
	background-image:url(images/layout/myboard.png);
	display:block;
	height:138px;
}


#maincontent{
	float: left;
	margin-top: 8px;
	padding-bottom: 20px;
}

#footer{
	width:595px;
	text-indent:-5000px;
	background-image:url(images/layout/footer.jpg);
	height:45px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 165px;
}


.clear{
	clear:both;
}

