@charset "utf-8";

/* template structure
======================================================================= */
html,
body { height: 100%; }
body { color: #000000; background-color: #ffffff; }
body {
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
/*
.sprite { display: block; background: url(../img/sprite.png) no-repeat; }
*/

/* #header
----------------------------------------------------------------------- */
#header {  }

/* #gnav
----------------------------------------------------------------------- */
#gnav {  }

/* #main
----------------------------------------------------------------------- */
#main { margin: 0 auto; padding: 44px 0 32px; position: relative; width: 960px; }
#main a { color: #0070c6; }

/* #content
----------------------------------------------------------------------- */
#content { width: 728px; }
.main-with-aside #content { float: right; }

/* #aside
----------------------------------------------------------------------- */
#aside { float: left; width: 200px; }

/* #topicpath
----------------------------------------------------------------------- */
#topicpath { margin: 7px 10px; position: absolute; top: 0; left: 0; font-size: 10px; }	/* font-size: 77%; */
#topicpath span { margin: 0 .5em; }

/* #footer
----------------------------------------------------------------------- */
#footer {  }
