*{
	margin:0;
	padding:0;
}

body{
	background-color: #9f9f9f;	
	background-image: url(http://www.ulcompsoc.org.uk/images/background.png);
	background-repeat:repeat-x;
}

h1, h2{
	color: #cb2727;
}

#header{
	background-image: url(http://www.ulcompsoc.org.uk/images/topback.png);
	height: 124px;
	width: 868px;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#header h1{
	display: none;
}
#headerlogo{
	float: left;
	width: 285px;
	margin-top: 2px;
	margin-left: 4px;
}
#headerlinks{
	background-image: url(http://www.ulcompsoc.org.uk/images/headermidbg.png);
	float: left;
	width: 420px;
	margin-top: 36px;
	margin-left: 85px;
	margin-right: auto;
	text-align: center;
	font-size: 12pt;
}
#navigation img{
	vertical-align: baseline;
}

#navigation{
	text-align: center;
	/*background-color: #03F;*/
	height: 30px;
	padding-top: 2px;
}
#navigation li{
	display: inline;
	padding: 10px;
}

#mainTop{
	width: 868px;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 38px;
}
#main{
	margin-top: 0px;
	background-image: url(http://www.ulcompsoc.org.uk/images/mainbg.png);
	background-repeat: repeat-y;
	width: 929px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}
#mainTopLeftCorner,#mainBottomLeftCorner{
	float: left;
}
#mainTopRightCorner,#mainBottomRightCorner{
	float: right;
}

#article{
	margin-left: 50px;
	margin-right: 50px;
}
#col1, #col2{
	padding-top: 0.5em;
	min-height: 500px;
}
#col1{
	width: 645px;
	float: left;
	margin-left: 50px;
	padding-bottom: 2em;
	padding-right: 25px;
	border-right: 1px dashed #999;
}
#col1 ul{
	margin-left: 35px;
}
#col1 ul ul{
	margin-left: 1em;
}
#col2{
	width: 150px;
	float: right;
	margin-right: 50px;
	padding-bottom: 2em;
}
#col2 dl, #col2 ul{
	margin-left: 1em;
}
#col2 ul li{
	margin-left: 1em;
}
#mainbottom{
	clear: both;
}

#footer{
	clear: both;
	height: 58px;
	width: 929px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.ulcompsoc.org.uk/images/mainbottombg.png);
	background-repeat: repeat-x;
}
#footercontent{
	border-top: 1px dashed #999;
	padding-top: 8px;
	margin-left: 45px;
	margin-right: 45px;
}
