/* start YUI Reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* end YUI Reset */


/* start YUI Fonts */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
/* end YUI Fonts */


body {
	background: url(../img/bg.gif);
}

a {
	color: #000000;
}

img {
	margin: 10px;
}
h1 {
	padding: 5px;
	font-size: 110%;
	background: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin-bottom: 5px;
	padding: 2px;
	background: #EEEEEE;
	font-size: 110%;
	border: 1px solid #AAAAAA;
}

h3 {
	background: #EEEEEE;
	padding: 2px;
}

p {
	margin: 10px;
	line-height: 1.5em;
}

#wrapper {
	padding: 10px;
}

#menu {
	float: left;
	width: 100px;
	border: 1px solid #AAAAAA;
}

#menu li {
	width: 100px;
	display: block;
	float: left;
}

#menu li a {
	width: 100px;
	padding: 5px;
	color: #000000;
	background: #FFFFFF;
	display: block;
	text-decoration: none;
}

#menu li a:hover {
	background: #EEEEEE;
}

#menu li a.on {
	background: #EEEEEE;
}

#contents {
	float: left;
	margin-left: 10px;
	padding: 8px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
}

#contents .box {
	margin: 6px;
}

#footer {
	padding: 2px;
	font-size: 80%;
	background: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	text-align: center;
}

/* start clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;   
}

.clearfix {   
	zoom: 100%;   
}
/* end clearfix */