@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #8B7967;
	background-image: url('gwsm_images/bg.png');
	background-repeat: repeat-x;
	background-color: #1A1717;
}
p {
	margin-bottom: 15px;
	margin-top: 0px;
}
a {
	color: #F9D60F;
}
a:hover {
	color: #1C1A1A;
	text-decoration: none;
}



#footW {
	height: 150px;
	width: 100%;
	text-align: center;
	float: left;
	background-image: url('gwsm_images/foot_bg.png');
	background-repeat: repeat-x;
}
#foot {
	background-image: url('gwsm_images/foot.png');
	margin: auto;
	height: 150px;
	width: 900px;
}

#main {
	margin: auto;
	width: 900px;
	text-align: left;
	background-color: #1C1A1A;
}
#content {
	width: 900px;
	float: left;
	background-color: #1C1A1A;
	height: 100%;
	padding-bottom: 20px;
}
#colLeft {
	float: left;
	width: 220px;
	padding-right: 5px;
	padding-left: 45px;
}
#colLeft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#colLeft a{
	background-image: url('gwsm_images/menu_btn.png');
	background-repeat: no-repeat;
	height: 22px;
	width: 210px;
	color: #8B7967;
	display: block;
	padding-top: 7px;
	padding-left: 5px;
	text-decoration: none;
}
#colLeft a:hover {
	background-image: url('gwsm_images/menu_btnmo.png');
	background-repeat: no-repeat;
	height: 22px;
	width: 210px;
	color: #1C1A1A;
	text-decoration: underline;
}

#colLeft .sponzori{
	margin-top: 15px;
	margin-bottom: 15px;
}

#colLeft .sponzori .sponzor{
	margin-top: 0px;
	margin-bottom: 5px;
}



.tabLeft {
	background-image: url('gwsm_images/tab_left.png');
	background-repeat: no-repeat;
	width: 389px;
	float: left;
	padding-left: 40px;
	padding-right: 15px;
	text-align: justify;
}
.tabLeft h1 {
	font-size: 16px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-top: 10px;
}

.tabRight {
	background: url('gwsm_images/tab_right.png') top right no-repeat;
	width: 386px;
	float: right;
	padding-left: 15px;
	padding-right: 55px;
	text-align: justify;
}
.tabRight h1 {
	font-size: 16px;
	padding-bottom: 0px;
	font-weight: normal;
	text-align: right;
	padding-top: 10px;
}

#tabs {
	width: 900px;
	float: left;
	background-color: #1C1A1A;
	height: 100%;
	color: #7C7C7C;
}


#colRight {
	float: right;
	width: 530px;
	padding-right: 65px;
	padding-left: 35px;
	text-align: justify;
}
#head {
	height: 243px;
	width: 900px;
}
#topTab {
	background-image: url('gwsm_images/top_tab_1.png');
	height: 65px;
	width: 900px;
	float: left;
}

