@charset "UTF-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
hr {
	display: none;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #FF9999;
	text-decoration: none;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
/* basic layout
----------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
}
#header {
	width: 800px;
}#header li {
	float: left;
	list-style: none;
}
