html, body, div, span, applet, embed, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-style: inherit; vertical-align: baseline }

body {
	background: url('/images/bg.jpg') repeat-x #9DC5E8;
	font: 13px "Arial Rounded MT Bold", "Arial Rounded MT", "Arial Rounded", "Helvetica Neue", Helvetica, sans-serif; 
}

a {
	border: 0;
	text-decoration: none;
}
#body {
	margin: 0 auto 0;
	width: 520px;
	text-align: center;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu {
	background: url('/images/bg_menu.png') repeat-x;
	height: 36px;
	line-height: 200%;
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	color: #ccc;
	text-shadow: 0px 2px 3px #555;
	text-transform: uppercase;
}
#menu ul#nav, #menu ul#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#menu ul#nav {
	margin: 0 auto 0;
  width: 520px;
}

#menu ul#nav ul {
  background: #FED700;
  display: none;
  position: absolute;
  z-index: 9;

  filter:alpha(opacity=85);  
  -moz-opacity:0.85;  
  -khtml-opacity: 0.85;  
  opacity: 0.85;  

}

#menu ul#nav li {
  display: inline;
  float: left;
  text-indent: 0px;
  margin: 0px;
  width: 170px;
}

#menu ul#nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

#menu ul#nav ul li a:hover {
  background-color: #FD4500;
  color: #fff;
}

#menu ul#nav li li {
  display: block;
  float: none;
}

#header {
	background: url('/images/bg_title.png') no-repeat;
}
#header h1 {
	padding: 20px 20px 0 20px;
}
#content {
	background: url('/images/bg_content.png') repeat-y;
	text-align: left;
	padding: 20px;
}
#content ul {
	list-style: none;
	margin: 0;
}
#content ul li {
	margin-bottom: 30px;
}
#content ul li small {
	display: block;
	margin: 5px 0;
	text-align: right;
}
#content ul li small .tag {
	background: url('/images/tag.png') no-repeat;
	padding: 0 0 4px 20px;
}
#content ul li small .twitter {
	background: url('/images/twitter.png') no-repeat;
	padding: 0 0 4px 20px;
	margin-left: 5px;
}
#footer {
	background: url('/images/bg_footer.png') bottom left no-repeat;
	font-size: 82%;
	height: 40px;
}

.notice, .alert { font-weight: bold; padding: 5px; margin: 10px }
.notice { border: 2px solid #9c9; background: #e2f9e3; color: #060 }
.alert { border: 2px solid #c00; background: #fcc; color: #c00 }