body {
	background: #dcdbd6;
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 12px;
	line-height: 1.6em;
}

img { border: none; }

.container {
	margin: 0 auto;
	width: 970px;
	background: #fff;
	text-align: left;
	padding: 0 0 35px 0;
	overflow: auto;
}

#header {
	padding: 25px 0;
	margin: 0 35px 5px 35px;
	border-bottom: 1px solid #999999;
}

#map {
	margin: 0 35px;
}

#welcome {
	margin: 0 35px;
	padding: 0 30px 30px 30px;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}

#left {
	width: 520px;
	margin: 20px 25px 0 35px;
	float: left;
}

#right {
	margin: 20px 0 0 0;
	width: 350px;
	float: left;
}

.links {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

.config {
	background: #dcdbd6;
	padding: 5px;
	overflow: auto;
	clear: both;
}

.config ul { 
	clear: both;
	background: #fff;
	border-top: 1px solid #cacac9;
	overflow: auto;
	padding: 0 0 0 16px;
}

.config ul#categories {
	height: 140px;
	font-size: 10px;
}

.config ul li {
	float: left;
	width: 155px;
	float: left;
}

.config ul li a { 
	display: block;
	padding: 4px 0 4px 20px;
	color: #000;
	text-decoration: none;
}

.config ul li a.vista { background: url(/images/vista.png) no-repeat 0 5px; }
.config ul li a.apple { background: url(/images/mac.png) no-repeat 0 5px; }
.config ul li a.igoogle { background: url(/images/igoogle.png) no-repeat 0 5px; }
.config ul li a.netvibes { background: url(/images/netvibes.png) no-repeat 0 5px; }
.config ul li a.opera { background: url(/images/opera.png) no-repeat 0 5px; }
.config ul li a.live { background: url(/images/live.png) no-repeat 0 5px; }

.section {
	border-top: 2px solid black;
	padding: 0 0 30px 0;
}

#left .section p {
	padding: 0 20px;
}

#right .section p {
	padding: 0 10px;
}

.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	zoom: 1;
}

hr {
	height: 1px;
	overflow: hidden;
	border: none;
	background: #cccccc;
	padding: 0;
}

#left hr {
	margin: 20px 0;
}

#right hr {
	margin: 15px 0;
}

textarea#code {
	display: block;
	margin: 10px 18px 20px 18px;
	width: 400px;
	height: 100px;
}

#widget_title {
	float: left;
	overflow: auto;
	width: 235px;
	margin: 20px 0 0 15px;
}

#widget_title input {
	width: 200px;
	padding: 2px 0;
}

#widget_story {
	width: 249px;
	float: left;
	overflow: auto;
	margin: 20px 0 0 0;
}