body {
	text-align: center;

	
}
#site-wrap {
	width: 800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	
}

#head {
	position:relative;
	top:0px;
	width:800px;
	height:210px;
	
	
}

#nav {
	position:relative;
	width:200px;
	background-image: url(../img/navblock.png);
	height: 554px;
	float:left;
}



#title {
	position:relative;
	width:575px;
	height: 40px;
	
	float:right;
	margin-top:8px;
	
}

#main {
	width:570px;
	height: 375px;
	position: relative;
	top:0px;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #FFF;
	float: right;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	
}
#site-wrap #content #main .a3 {
	font-size: 12px;
}



#foot {
	width:575px;
	height:80px;
	position: relative;
	float:right;
	padding:10px;
	margin-top:10px;	
	text-align: center;
	background-image: url(../img/orangebox.png);
}

#contact-block {
	width: 180px;
	position: relative;
	padding: 10px 10px;
	
}

#seminar {
	text-align:left;
}

#preface {
	text-align:left;
}
