/* Nice shoes */

* {margin:0;padding:0}

.clearer {clear:both;}

body {
	padding:0;
	margin:0;
	background-color: #fff38c;
	background-image:url(../images/body-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
}

#container {
	margin:auto;
	width:850px;
	height:auto;
}

#logo {
	float:left;
	width:235px;
	height:96px;
	margin-top:84px;	
}

#tape {
	float:left;
	width:395px;
	height:180px;
	background-image:url(../images/tape-bg.jpg);			
}

#menu {
	float:right;
	width:220px;
	height:180px;	
}

#content {
	width:830px;
	height:auto;
	background-image:url(../images/bg.gif);	
	padding:10px;
}

#footerlinks {
	float:left;
	width:280px;
	height:150px;
	background-image:url(../images/footerlinks-bg.jpg);	
}

#footer {
	float:left;
	width:395px;
	height:110px;
	background-image:url(../images/footer-bg.jpg);	
	padding-top:40px;		
}

#footerrechts {
	float:left;
	width:175px;
	height:150px;
	background-image:url(../images/footerrechts-bg.jpg);			
}

a:link { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
a:visited { color: #00; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { color: #0167cc; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

h1 {color: #0167cc; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:bold;}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #0167cc;
	background:#f8fcff;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #909090;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #0167cc;
	padding-bottom: 2px;
	background: transparent;
	color: #0167cc;
}

#navlist a:hover { color: #0167cc; }