/*** Layout - General ***/
#main {
	background: url(../img/border.gif) 25% 0 repeat-y;
	margin: 25px 0;
	width: 100%;
}

#wrap1 {
	background: url(../img/border.gif) 75% 0 repeat-y;
	width: 100%;
}

#wrap2 {
	float: left;
	width: 100%;
}

#content {
	height: auto;
	margin: 0 0 0 25%;
	min-height: 400px;
	padding: 0 0 0 2%;
	/*width: 73%;*/
}

* html #content {
	height: 400px;
}

#sidemenu {
	float: left;
	margin-left: -100%;
	padding-right: 2%;
	width: 23%;
}
#teaser {
	display: none;
}

.clear {
	clear: both;
	width: 100%;
}

#footer {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}
