body {
	background: url(../images/bkg_body.jpg) #000 repeat-x;
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	color: #757575;
	padding: 0px;
	margin: 0px;
}

img { border: 0px none; }

a:hover {
	text-decoration: none;
}

#header_container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	height: 146px;
}

	#header {
		text-align: left;
		float: left;
		padding: 40px 0px 0px 265px;
	}

		#header h1 a span {
			display: none;
		}

		#header a {
			margin: 0px;
			padding: 0px;
			display: block;
			width: 247px;
			height: 68px;
			background: url(../images/logo_oubaha.gif) no-repeat;
		}

	#nav_top {
		text-align: left;
		float: right;
		margin: 0px 15px 0px 0px;
	}

		#nav_top ul {
			list-style: none;
		}

		#nav_top li {
			list-style: none;
		}

.container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

	#nav {
		height: 40px;
	}

		#nav ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			margin-left: 75px;
		}

		#nav li {
			margin-right: 10px;
			float: left;
		}

		#nav ul li a {
			display: block;
			height: 22px;
			text-decoration: none;
		}

		#nav li a span {
			display: none;
		}

#content {

}

	div.collection {
		display: block;
		float: left;
		height: 300px;
		width: 264px;
	}

	.collection a span {
		display: none;
		padding: 0;
		margin: 0;
	}

	.collection a {
		display: block;
		padding: 0px;
		margin: 0px;
		height: 300px;
	}

		div#women a {
			background: url(../images/splash_women.jpg) no-repeat;
		}
		div#men a {
			background: url(../images/splash_men.jpg) no-repeat;
		}
		div#specials a {
			background: url(../images/splash_specials2.jpg) no-repeat;
		}

#footer {

}

	#footer ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		margin-left: 200px;
	}

	#footer ul li {
		float: left;
		margin-right: 15px;
	}

	#footer ul li a {
		color: #fff;
		text-decoration: none;
	}

	#footer ul li a:hover {
		text-decoration: underline;
	}

.footer_index {
	width: 800px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.twitter {
	width: 800px;
	color: #fff;
	font-size: 9px;
	margin-left: 30px;
	line-height: 28px;
}

	a.twitterlink:link, a.twitterlink:visited, a.twitterlink:active {
		color: #fff;
		text-decoration: none;
	}

	a.twitterlink:hover {
		text-decoration: underline;
	}

#content p a {
	color: #FFF;
}

.address p a {
	color: #FFF;
}

body > div#header, body > div#footer, body > div#nav, body > div.admium_logo {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
}