@charset "utf-8";
/* CSS Document */

#name {
	float: left;
	width: 450px;
	height: 150px;
	display: none;
}
#picture {
	height: 350px;
	width: 420px;
	background-color: #FFCC66;
	position:absolute;
	float: left;
	left: 430px;
	top: -175px;
	display: none;
}
#wrap-content {
	margin-top: 275px;
}
#page-id {
	display: none;
}
#wrap-header {
	background-image: url(../grafx/header-general.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 275px;
}
#call-name {
	padding: 20px 450px 0 15px;
	text-align: left;
}#content {
	padding-top: 0px;
}
#main {
	float: left;
	width: 840px;
}
#info-column {
	float: left;
	display: none;
}
#nav-column {
	float: left;
	padding-left: 10px;
	display: none;
}
