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

@import url("http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css");
@import url("header.css");
@import url("pages.css");
@import url("footer.css");

body, html {
	background: #fff url(../img/bg.gif) repeat-x scroll left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

strong {
	font-weight: bold;
}

#wrap {
	width: 815px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

ul {
	margin-bottom:10px;
}