body{
	background-color: #E5DFCE;
	text-align: center;
}

#sidebar{
	margin: 100px auto;
	width: 300px;
	text-align: left;
}

.widget{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	font: 11pt Georgia,Times,serif;
	color: #999;
	padding: 7px;
	margin: 20px;
	width: 300px;
}

	.widget ul{
		list-style-position: inside;
	}
h5{
	font-size: 14pt;
	margin: 5px;
}
a{
	color: #7B0909;
	font-family: Helvetica;
}
.new-widget{
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 7px;
	width: 300px;
	clear: both;
}
	.new-widget ul{
		display: none;
	}

.tab-wrapper{
	width: 285px;
	margin: 0px 7px;
}
	.tab-wrapper ul{
		margin: 0px;
	}
.tab{
	width: 90px;
	height: 33px;
	float: left;
	background: url(../images/tab.png) no-repeat bottom center;
	text-transform: capitalize;
	color: #BBB;
	text-align: center;
	line-height: 2.5em;
	cursor: pointer;
	list-style: none!important
}

.active-tab{
	background: url(../images/active-tab.png) no-repeat bottom center;
}