/*Designers page stylesheet*/


/* Start Left Column */

#left-column
{
    background:url(../designers/images/leftside_book.jpg) 0 0 no-repeat;
    display:inline;
    margin:0 0 0 90px;
    width:391px;
    height:596px;
    float:left;
    position:relative;
    top:-15px;
    z-index:1;
}
#leftText
{
    margin:0 auto;
    width:325px;
    display:none;
}
#apple
{
    background:url(../designers/images/apple_cracker.jpg) 0 0 no-repeat;
    width:237px;
    height:278px;
    position:relative;
    top:320px;
    right:232px;
}
#nerdCall
{
    background:url(../designers/images/nerdcall_button_inactive.gif) 0 0 no-repeat;
    width:87px;
    height:87px;
    position:relative;
    top:211px;
    left:266px;
    cursor:pointer;
}
#nerdCall:hover
{
    background:url(../designers/images/nerdcall_button_active.gif) 0 0 no-repeat;
}

/* End Left Column */


/* Start Right Column */


#right-column
{
    background:url(../designers/images/rightside_book.jpg) 0 0 no-repeat;
    width:502px;
    height:596px;
    float:left;
    position:relative;
    top:-15px;
    z-index:1
}
#rightTextWrapper
{
    position:relative;
    top:310px;
}
#rightTextHead
{
    margin:0 0 0 15px;
    width:325px;
    text-align:justify;
	color:#8AAED4;
	font-weight:bolder;
	font-size:11pt;
	font-family:Verdana, Sans-Serif;
}
#rightText
{
    margin:0 0 0 15px;
    padding:0 0 0 20px;
    width:400px;
    display:none;
}
#rightText li
{
    list-style:disk;
}

/* End Right Column */