@charset "UTF-8";
/* CSS for 6thSensitive.com */

* {
	margin: 0;
	padding: 0;
	border-style: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
}

body {
	background-color: #000;
}

.container {
	width: 812px;
	height: 770px;
	background-image: url(images/containerbg.jpg);
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 9px;
	}

.header {
	width: 811px;
	margin: 0 auto;
}

.nav_6 {
	width: 822px;
	height: 18px;
        text-align: left;
        padding:3px 0 2px 0px;
}

.innercontainer {
	width: 811px;
	height: 611px;
	margin: 5px auto 3px auto;
	background-image:url(images/contentbg.jpg);
}

.left {
	width:355px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	overflow: auto;
	text-align: left;
}

.center {
	width: 425px;
	height: 590px;
	overflow: auto;
	position: relative;
	top: 10px;
	left: 18px;
	text-align: left;
	float: left;
}

.right {
	width:245px;
	height: 590px;
	position: relative;
	top: 10px;
	left: 30px;
	float: left;
	overflow: hidden;
	text-align: left;
}

.footer {
	width: 811px;
	margin: 0px auto;
	text-align: center;
	background-image: url(images/footerbg.jpg);
	height: 25px;
	padding-top: 5px;
}

ul.navigation {
	list-style:none;
	margin:0;
	padding:0;
    width: 100%;
}

ul.navigation li a {
	background-color:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
        text-align: center;
	padding:2px;
        padding-right: 68px;
	border:2px solid white;
	margin:0 5px 0px 0;
	float: left;
	display: block;
}

ul.navigation li a:hover {
	color:#000000;
	background-color:#FFFFFF;
	border:2px solid black;
}

ul.navigation li a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

ul.navigation li:hover a {
	color:#000000;
}

ul.navigation li{
float:left;
list-style-type:none;
white-space:nowrap;
}

.contact{
	color:#000000;
}