@import url(reset.css);
@import url(presentation.css);
@import url(classes.css);
@import url(form.css);

body {
	height: 100%;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 20px auto;
	text-align: left;
}

#branding {
	height: 155px;
	text-align: left;
	position: relative;
}

#branding .vcard {
	float: left;
	padding: 5px;
	margin: 10px;
}

#branding img {
	float: right;
}

#grape {
	display: block;
	height: 189px;
	width: 250px;
	position: absolute;
	top: -25px;
	left: 210px;
}

#content {
	clear: both;
	overflow: hidden;
}

#content-main {
	width: 670px;
	float: left;
	padding: 10px;
	min-height: 910px;
}

#content-sub {
	width: 257px;
	float: left;
	padding: 5px;
}

#footer {
	height: 30px;
	clear: both;
	padding: 5px 10px;
}

#footer p {
	float: left;
}

#w3c {
	float: right;
	padding-top: 5px;
}
