body {
	cursor: default;
}
#wrapper {
	margin: 0 auto;
	height: 550px;
	width: 800px;
}
#header {
	margin: 0 auto;
	padding-top: 80px;
	height: 60px;
	width: 750px;
	text-align: center;
}
#header h1 {
	display: block; margin: 0; padding: 0;
	background: url(header01.jpg) 50% 50% no-repeat; height: 14px;
	overflow: hidden; font-size:0; text-indent: -999px;
}
#menu {
	margin: 0 auto;
	height: 70px;
	width: 750px;
	text-align: center;
	
	/* Center IE */
	overflow:hidden;
}
#menu ul {
	padding: 0; 
	margin:0 auto;
	list-style: none;
	display: inline-block;
	text-align:center;
	
	/* Center IE */
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}
#menu ul li {
	display: inline-block;
	float:left;
	padding: 0 6px 0 6px;
	
	/* Center IE */
	float:left;
	position:relative;
	right:50%;
}
#content {
	margin: 0 auto;
	height: 300px;
	width: 450px;
	text-align: center;
}
#col0 {
}
#col1 {
	width: 150px;
	float: left;
	
}
#col2 {
	width: 150px;
	padding-left: 5px;
	float: left;
}
#col3 {
	width: 150px;
	padding-left: 5px;
	float: left;
}


.m {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

.m a:link {
	color: #000;
	text-decoration: none;
}

.m a:visited {
	color: #000;
	text-decoration: none;
}

.m a:hover {
	color: #555;
	background: none;
	text-decoration: none;
}

.t {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
}

.t a:link {
	color: #000;
	text-decoration: none;
}

.t a:visited {
	color: #000;
	text-decoration: none;
}

.t a:hover {
	color: #555;
	background: none;
	text-decoration: none;
}
