#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg.png);
	background-color: #E9E9EA;
	background-repeat: repeat-x;
}
#links {
	float: right;
	width: 600px;
}
#logo {
	float: left;
	width: 150px;
}
#header img {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
body {
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #E9E9EA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	height: 35px;
}
#leftCol {
	float: left;
	width: 530px;
}
#rightCol {
	float: right;
	width: 390px;
}
#sshowwrap {
	height: 400px;
	width: 379px;
	margin-right: auto;
	margin-left: auto;
}
#sshowfr {
	margin-top: 50px;
	float: left;
	width: 380px;
}
#sshowwrap img {
	margin: 0px;
}
#txtfr {
	float: right;
	margin-top: 50px;
}
#txtwrap {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #000;
	text-align: justify;
	font-size: small;
	
}
#txtbg {
	width: 510px;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #000;
	float: right;
	background-image: url(txtbg.png);
}
#header {
	height: 35px;
}
#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEE0;
	border-left-color: #DEDEE0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEE0;
	padding: 10px;
	vertical-align: top;
	display: block;
}
#contact {
	margin-top: 135px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#contact {
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #000;
	background-image: url(txtbg.png);
	height: 200px;
	padding: 10px;
}

#header img {
	padding-top: 5px;
	padding-left: 5px;
}
#contact a ,#contact a:visited ,#contact a:active{
	color: #666;
}
#contact a:hover {
		color: #000;
