
.wrapper {
	width: 655px;
	background-color: white;
	position: relative;
	float: left;
	
	border-bottom: 1px #eede93 solid;		
}
#last_wrapper {
    border-bottom: 3px #eede93 solid;
}
.wrapper .widget {
	float: left;
	border-right: 1px #eede93 solid;
}

.wrapper .widget:last-child {
	border: 0;
}

#main h1 {
	font-size: 1.5em;
}
#main p {
	margin-left: 15px;
	margin-right: 15px;
}

#flags {
	float: right;
	margin-right: 15px;
}

.home_intro {
	margin-top: -1px;
}

h2 {
	margin-top: 0 !important;
}