/* {{{ reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
	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;
}
/* }}} */

body {
    font-size: 12px;
}

a {
    color: #666666;
    text-decoration: none;
}

#menu_wrapper {
    position: fixed;
    left: 80px;
    top: 80px;
    width: 200px;
}
#menu_wrapper h1 {
    font-size: 20px;
    margin-bottom: 20px;
}
#menu_wrapper li {
    margin-bottom: 10px;
}

#content {
    margin-left: 300px;
}

#content dt {
    font-size: 20px;
    padding-top: 80px;
    margin-bottom: 20px;
}

.hasFlash {
    height: 100%;
    overflow: hidden;
}

.hasFlash body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.hasFlash div#site_content {
    height: 100%;
}

