* {
margin: 0;
padding: 0;
}

body {
	font-size: 75%;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	background-image: url(../img/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#container {
	width: 995px;
	margin: auto;
	margin-top: 100px;
	background-image: url(../img/container.jpg);
	background-repeat: no-repeat;
	height: 500px;
}

.widget {
	width: 620px;
	padding-top: 25px;
	height: 55px;
	margin: auto;
}
#logo {
	text-decoration: none;
	height: 150px;
	width: 960px;
	margin-bottom: 19px;
}

#footer {
	float: left;
	width: 961px;
	height: 25px;
	color: #FFFFFF;
	margin-top: 200px;
}
	
	
	
	
.tabdiv {
	margin-top: 2px;
	padding: 5px;
	}

.ui-tabs-hide {
		display: none;
		}
#tabvanilla .tabnav {
	text-decoration: none;
	padding-left: 271px;
}
#tabvanilla .tabnav img {
	border: 0;
}
.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}





.left {
	text-decoration: none;
	width: 200px;
	float: left;
	height: 25px;
}
.right {
	text-decoration: none;
	width: 195px;
	float: right;
	height: 25px;
}




#container #tabvanilla #featured .left a {
	text-decoration: none;
}
#container #tabvanilla #popular .left a {
	text-decoration: none;
}
#container #tabvanilla #popular .right a {
	text-decoration: none;
}
#container #tabvanilla #featured .right a {
	text-decoration: none;
}




a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
#container #footer a {
	text-decoration: none;
	float: right;
	color: #FFFFFF;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #959BA0;
}

.logoright {
	float: right;
}
.logoleft {
	float: left;
}

