* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 0.8em helvetica, san-serif;
	color: white;
	background-image: url(images/gs-bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
	width: 98%;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 98% !important;
	clear: both;
	background: none transparent;
	overflow: inherit;
}


#header a, #header a:visited {
	text-decoration: none;
}

#navigation, #skip-to-content, #skip-to-nav, #footer, #contentControl {
	display: none;
}

#content {
	clear: both;
	background-color: #222;
	overflow: visible;
	padding: 0;
	width: 98%;
}

#content #contentcol {
	width: 98%;
	margin: 0;
	overflow: visible;
	padding: 0;
}

h2 {
	font-size: 1.8em;
}

.right {
	float: right;
}
.italic {
	font-style:oblique;
}

.img-wrap {
	border: 1px solid #a9a9a9;
	float: left;
	margin: 10px 40px 0 0px;
	padding: 6px 6px 6px 10px;
	width: 220px;
	border: 1px solid #a9a9a9;
}

.img-wrap a {
	border: 0;
}

.img-shadow {
	clear: both;
	float: left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 0 0 6px !important;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #000;
	border: 1px solid #111111;
	margin: -6px 6px 6px -6px;
}

ul.work-list li {
	height: 240px;
}
#sub-nav {
	display: none;
}
#content #contentcol .main, .relevant {
	float: none;
	width: 100%;
	overflow: visible;
}
ul.post-list li.li-post-list {
	width: 100%;
	position: static;
}
#main .post-list {
	float: none;
}
#content ul {
	overflow: visible;
}
#content ul.work-list {
	overflow: auto;
}
#content ul.work-list li {
	margin-right: 2px;
}
.col-container .col-wide {
	float: none;
}
.enquiry {
	display: none;
}
#content #main-right {
	float: none;
	overflow:visible;
	width: 100%;
}
.col-left, .col-right {
	float: none;
}
.left-col,#comment-form {
	display: none;
}
#content div.description {
	overflow: visible;
}


