body {
	margin:0;
}

img {
	border:0px;
}

.hidden {
	display:none;
	z-index:500;
}

.imgfloat {
	width:237px;
	height:197px;
	float:right;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

.title { 
	display:block; 
	padding:5px 10px;
	margin: 0 0 15px 0; 
	font-size:18px; 
	text-align:left;
}

.js-error {
	width:200px;
	padding:10px;
	margin:10px auto 10px auto;	
	background:#d22121;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
}

#container {
	width:810px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0 0 5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header-container {
	width:800px;
	height:147px;
	padding:5px 5px 5px 5px;
	text-align:center;
}

#header-overlay { 
	width:800px;
	height:157px;
	z-index:5; 
	position:absolute;
}

#header-img { 
	background:url('/images/ran_img/rotate.php') no-repeat top left;
	width:800px;
	height:157px;
	text-align:center;
}

.clearfix {
	display:inline-table;
}

#sidebar {
	width:145px;
	height:auto;
	margin:10px 0 20px 5px;
	float:left;
}

.menu {
	width:145px;
	height:auto;
	margin:0 0 15px 0;
}

#content {
	width:645px;
	height:auto;
	margin:10px 5px 20px 0;
	float:right;
	font-size:0.7em;
	/*text-align:justify;*/
}

#footer {
	width:810px;
	height:15px;
	clear:both;
	text-align:center;
	font-size:0.6em;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu li {
	width:130px;
	margin:1px 0 1px 0;
	font-size:0.7em;
}

.menu a, a:active.menu a:visited {
	display:block;
	text-decoration:none;
	width:130px;
	height:15px;
	padding:5px 5px 5px 10px;
}

.menu a:hover{
	display:block;
	text-decoration:none;
	width:130px;
	height:15px;
	padding:5px 5px 5px 10px;
}

.livecard_centre {
	width:300px;
	height:auto;
	margin:0 auto 15px auto;
}

.lastfm_centre {
	width:350px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.linkrow, .webrow, .buildrow {
	width:645px;
	height:auto;
	margin:0 0 10px 0;
	clear:both;
}

.linkcol1 {
	width:150px;
	height:auto;
	float:left;
}

.linkcol2 {
	width:490px;
	height:auto;
	float:right;
}

.linkclearfix, .webclearfix, .buildclearfix {
	width:645px;
	height:1px;
	clear:both;
}

.webcol1, .buildcol1 {
	width:250px;
	height:auto;
	float:left;
}

.webcol2 {
	width:385px;
	height:auto;
	float:right;
}

.iconbox {
	width:72px;
	float:left;
	text-align:center;
}

.swlogo {
	padding:0 22px 22px 22px;
}