/* START FURNITURE */


body
{
    font-family: Arial;
    margin: 0;
    padding: 0;
    background: #FFFFFF url(../layout/tamon_main_bg.gif) 0px 105px no-repeat;
}

a
{
    color: #4D4D4D;
}

img
{
    border: 1px solid #989898;
}

img#logo
{
    border: 0;
    margin: 12px 0 0 61px;
}

#wrapper
{
    float: left;
    text-align: left;
    margin: 0px auto 0 100px; 
    display: inline;
    background: url(../layout/tamon_main_bg.jpg) repeat-x;
    padding: 0px;
    border:0;
    width: 859px;
    min-height: 600px;
}

#header
{
    margin: 0;
    background: url(../layout/tamon_header_bg.gif) repeat-x;
    height: 79px;
    border-bottom: 1px solid white;
}

div#dragon
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background: transparent url(../layout/tamon_trans_left.gif) no-repeat;
    width: 91px;
    height: 416px;
}

#nav
{
    background: url(../layout/tamon_nav_bg.gif) repeat-x;
}

#wrapper, #right
{
    border-left: 1px dashed black;
}

#left .content, #right .content
{
    padding: 20px 20px 20px 18px;
}

#left
{
    float: left;
    width: 238px;
}

#right
{ 

    border-right: 1px dashed black;
    float: left;
    width: 617px;
    min-height: 600px;
    height: 1% /* Holly hack for Peekaboo Bug */
}

#footer
{
    clear: both;
    border-top: 1px solid #999999;
    background: #5B5B5B url(../layout/tamon_footer_bg.gif) repeat-x;
    height: 100px;
}

/* END FURNITURE */

/* START NAV */

#nav div.content
{
    text-align: right;
    width: 950px;
    padding: 0;
    margin: 0;
}

#nav a
{
    color: #FFF;
    margin: 0 10px 4px 0;
    padding: 0 10px 0 0;
    border-right: 1px solid white;
    line-height: 20px;
    font-size: 0.70em;
    font-weight: bold;
    text-decoration: none;
}

#nav a#last
{
    padding: 0;
    margin: 0;
    border: 0
}

/* END NAV */

/* LEFT NAV */

div.leftNavLinks a
{
    display: block;
    padding: 10px 0 10px 36px;
    font-size: 0.75em;
    
}

div#left div.intro 
{
	height: auto;
	width: 200px;
}

div#left div.intro div.image
{
    text-align: center;
    padding-top: 20px;
    height: auto;
}

a.www
{
    background: url(/layout/tamon_logo_www.gif) left no-repeat;
}

a.icq
{
    background: url(/layout/tamon_logo_icq.gif) left no-repeat;
}

a.msn
{
    background: url(/layout/tamon_logo_msn.gif) left no-repeat;
}

a.gallery
{
    background: url(/layout/tamon_logo_gallery.gif) left no-repeat;
}

a.email
{
    background: url(/layout/tamon_logo_email.gif) left no-repeat;
}


/* END LEFT NAV */

/* START INTRO */

div.intro
{
    border: 1px solid #999999;
    background-color: #FFF;
    margin-bottom: 20px;
    font-size: 1em;
    
    height: 112px;
}

div.headline
{
    display: block;
    border-bottom: 1px solid #999999;
    background: url(../layout/tamon_intro_headline_large_bg.gif) repeat-x;
    width: 100%;
    margin: 0 0 10px 0;
    height: 50px;
    color: #FFF;
    font-size: 2em;
    text-indent: 0.5em;
    line-height: 1.6em;
    font-weight: bold; 
}

div.smallheadline
{
    display: block;
    border-bottom: 1px solid #999999;
    background: url(../layout/tamon_intro_headline_bg.gif) repeat-x;
    width: 100%;
    
    color: #FFF;
    font-weight: bold;
    font-size: 0.7em;
    text-indent: 0.5em;
    line-height: 1.6em;
}

div.intro a.icon
{
    float: left;
}

div.intro a.icon img
{
    margin: 5px 10px 0 5px;
}

div.intro h1
{
    font-size: 1.5em;
    padding: 0;
    margin: 1px 0 0 0;
}

div.intro span
{
    display: block;
    margin: 0;
    
    color: #4D4D4D;
    font-size: 0.72em;
    font-weight: normal;
    line-height: 150%;
}

div.intro p
{
    display: block;
    margin: 10px;
    
    color: #4D4D4D;
    font-size: 0.72em;
    font-weight: normal;
    line-height: 150%;
}

div.intro p.image
{
    text-align: center;
}

a.button, div#left div.intro a.button
{
    display: block;
    text-align: right;
    margin: 0.4em 1em 1em 0;
    padding-right: 1.75em;
    line-height: 1.75em;
    font-size: 0.75em;
    
    background: url(../layout/tamon_intro_button.gif) right no-repeat;
}

/* END INTRO */

