#en_content {
    margin: 0 auto;
    width: 960px;
}

#en_content #en_header {
    margin: 0;
    clear: both;
}

#en_content #en_main_parts {
    overflow: hidden;
    _height: 1%;
}

#en_content #en_main {
    margin: 0;
    padding: 0;
    float: left;
    width: 600px;
}

#en_content #en_sidebar {
    float: right;
    width: 300px;
    position: static;
}

/* header */

#header-sub {
    margin: 1em 0;
    padding: 12px;
    border: 1px solid #66b2cc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

#header-sub h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #66b2cc;
}

#header-sub p {
    position: absolute;
    top: 20%;
    right: 12px;
} 

#en_content #en_header h1 {
    margin: 1em 0 2em;
}

/* main area */

#en_content .en_notice {
    padding: 1em;
}

#en_content #en_main h1 {
    font-size: 2em;
    color: #666;
    line-height: 1.1;
}

#en_content #en_main h3, #en_content #en_main h4, #en_content #en_main h5, #en_content #en_main h6 {
    font-family: georgia, "times new roman", times, serif;
}

#en_content #en_main h3 {
    font-size: 1.5em;
}

#en_content #en_main h4 {
    font-size: 1.25em;
}

#en_content #en_main h5 {
    font-size: 1.2em;
}

#en_content #en_main h6 {
    font-size: 1.1em;
}

#en_content #en_main p {
    font-family: georgia, "times new roman", times, serif;
    font-size: 1.1em;
    line-height: 1.33;
    margin: 1em 0;
}

#en_content #en_main li {
    font-family: georgia, "times new roman", times, serif;
    font-size: 1.1em;
    line-height: 1.25;
}

/* forms */

form#signup {
    text-align: center;
}

form#signup input {
    font-size: 1.2em;
}

#en_content .en_form_section,
#en_content #en_email_login,
#en_content #en_openid_login {
    padding: 1em;
    border: 1px solid #ccc;
    margin: 0 0 2em;
    width: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
}

#en_content #en_email_login,
#en_content #en_openid_login {
    background-color: #e5e5e5;
}

#en_content .en_form_section h3 {
    margin: .25em 0 1em;
}

#en_content #en_main .en_form_section p {
    font-size: 1.05em;
    color: #333;
}

#en_content .en_field label {
    font-weight: normal;
    font-size: 1.1em;
    color: #333;
}

#en_content .en_field input,
#en_content .en_field textarea,
#en_content .en_field select {
    margin: .2em 0 .5em;
}

#en_content .en_field input {
    padding: 4px;
    font-size: 13px;
}

#en_content .en_field select {
    font-size: 13px;
}

/* User tabs */

#en_content #en_user_tabs {
    border: 1px solid #ccc;
    border-width: 0 0 1px;
    margin: 0 0 2em;
    padding: 0;
}

#en_content #en_user_tabs #en_user_tab_title {
    background: none;
    margin: 0 0 .75em;
    padding: 0;
    border: none;
    font-size: 1.4em;
    color: #333;
    font-weight: normal;
    background-color: #c2e6f2;
    padding: .5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#en_content #en_user_tabs #en_user_tab_nav .en_active {
    background-color: #999;
}

#en_content #en_user_tabs #en_user_tab_nav .en_active a {
    color: #fff;
}

/* sidebar */

#en_sidebar #en_youraccount {
    padding: 1em;
    background-color: #e5e5e5;
    margin: 0 0 3em;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#en_sidebar #en_youraccount #en_ya_title {
    font-family: georgia, "times new roman", times, serif;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 .25em;
}

#en_sidebar #en_youraccount .en_field input {
    width: 96%;
}

#en_sidebar #en_youraccount ul#en_ya_menu {
    margin: 0;
    padding: 0;
}

#en_sidebar #en_youraccount ul#en_ya_menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

/* footer */

#footer {
    margin: 2em auto 1em;
    overflow: hidden;
    _height: 1%;
    width: 960px;
}

#footer-conference {
    overflow: hidden;
    _height: 1%;
    margin: 0 0 1em;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: .5em 0;
}

#footer-extra-links {
    width: auto;
    float: left;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-extra-links li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    border-right: 1px solid #666;
    padding-right: 6px;
    margin-right: 3px;
}

#footer-extra-links li.last {
    border: none;
}

#footer-conference-info {
    width: auto;
    float: right;
}

#footer-conference-info p {
    margin: 0;
    display: inline;
}

#footer-copyright {
    margin: 2em .5em 0;
    color: #999;
    text-align: center;
    overflow: hidden;
    _height: 1%;
}

#footer-copyright p {
    float: left;
    width: auto;
}

#footer-copyright div#en_powered_by {
    float: right;
    width: auto;
}

#en_content #en_main.event {
    margin: 1em 0 3em;
}

#en_content #en_main .event h4 {
    font-size: 1.25em;
    margin: 0 0 .25em;
}

#en_content #en_main .event p {
    margin: .25em 0;
}
