/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color: #F9FAFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#555;
	font-size:12px;
	background:#fff url(images/bg.jpg) repeat-x left top;
	text-align:center;
	line-height:1em;
}
#head {
	width:750px; 
	height:110px; 
	margin:0px; 
	padding:0px;
}
#navi {
	float:left; 
	margin-top:90px;
}
#content {
	width:750px; 
	margin:0px; 
	padding:0px;
}
img { 
	border:0px;
}
td {
	font-size:12px;
	line-height:1.5em;
}
a:link, a:visited, a:active { color:#555; text-decoration:underline; }
a:hover { color:#369; text-decoration:underline; }
#webdesign {
	position:absolute;
	top: -2000px;
	font-size:12px;
	z-index:3;
}

