﻿/* Master styles */

#WizardsLogo
{
    width: 94px;
    height: 94px;
    position: absolute;
    margin-left: -450px;
    left: 50%;
    top: 5px;
    z-index: 25;
}

#bannerGraphic 
{
    text-align: center;
}

#divBodyContainerFull
{
    position: relative;
    margin-top: -29px;
    text-align: center;
    width: 100%;
}

#divBodyContainer 
{
    position: relative;
    width: 885px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#divLeftContent 
{  
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0 17px 0 0;
    width: 190px;
}

#divCenterContent 
{
    top: 10px;
    padding: 0;
    margin: 0;
    float: left;
}

#divRightContent 
{
    float: right;
    padding: 0px;
    width: 150px;
}



#divFooter {
    color: Black;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
    clear: both;
}

/* Left Menu Styles */

#divLeftMenuWrap 
{
    width: 150px;
}

#divLeftMenuTop 
{
    background: url("/maplestory/images/leftmenu_table_top.gif") no-repeat;
    width: 200px;
    height: 16px;
    padding: 0;
    margin-bottom: -1px;
}

#divLeftMenuBorder 
{
    background: url("/maplestory/images/leftmenu_table_middle.gif") repeat-y 0 0;
    width: 202px;  
}

#divLeftMenuBody
{
    width: 200px;
    text-align: left;
    padding-left: 7px;
}

#divLeftMenuBottom 
{
    width: 200px;
    height: 95px;
    float: left;
}

/* Article Styles */

#divArticleWrap
{
    width: 500px;
    text-align: left;
}

#divArticleTop 
{
    width: 512px;
    height: 45px;
}

#divArticleTop.home
{
    background: url("/maplestory/images/home_article_table_top.gif") no-repeat;
    height: 33px;
}

#divArticleBorder
{
    background: url("/maplestory/images/news_table_middle.gif") repeat-y 0 0;
    float: left;
    width: 511px;
}

#divArticleBorder.home
{
    background: url("/maplestory/images/home_article_table_middle.gif") repeat-y 0 0;
    float: left;
    width: 511px;
}

#divArticleBody 
{
    width: 450px;
    margin-left: 15px;
}

#divArticleBody.home
{
    margin-left: 0px;
}

#divArticleBottom 
{
    background: url("/maplestory/images/news_table_bottom.gif") no-repeat;
    width: 512px;
    height: 45px;
    float: left;
}

#divArticleBottom.home
{
    background: url("/maplestory/images/home_article_table_bottom.gif") no-repeat;
    width: 512px;
    height: 45px;
    float: left;
}

#divArticleBody.products table, #divArticleBody.play table, #divArticleBody.code table
{
    table-layout: fixed;
}

#divArticleBody table tr td {
    color: #000;
    font-size: .6em;
    font-weight: normal;
}


/* Top MapleStory menu styles */

#wrapper 
{
    position: relative;
    text-align: center;
    left:30px;
    height: 46px;
    width: 100%;
}
ul#topMenu 
{
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    width: 910px;
}
#topMenu li 
{
	float: left;
}


