*
{
	margin: 0;
	padding: 0;
}

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

#container
{
	margin: 0 auto;
	padding: 0;
	width: 98% !important;
        overflow: visible;
}
#contentcol {
    float: none;
    overflow: visible;
    position: inherit;
}
/*#header { padding: 0 0 0 36px; }*/
#header a, #header a:visited { text-decoration: none; }

/*#header img, #header a img
{
	border: 0;
	margin: 0;
	padding: 40px 0 30px 0;
}*/

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

#content
{
	clear: both;
	/*background-color: #222;*/
	/*padding-right: 36px;*/
        overflow: visible;
}


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;
	/*padding: 4px;*/
}
.pagination,
.bottom-tip,
#bread-crumbs,
#navigation-secondary,
#navigation-contact,
#social-links {
    display: none;
}
#right-column,
#left-column {
    float: none;
    overflow: visible;
}
.subPages {    
}


