/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* end */

body
{
    overflow: hidden;
    background-image: url(../img/cork_tile.jpg);
}

/* @group board */
.tl
{
    height: 31px;
    width: 22px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    background-image: url(../img/tl.png);
}

.top
{
    height: 31px;
    width: 100%;
    top: 0;
    left: 22px;
    position: absolute;
    z-index: 3;
    background: url(../img/top.png) repeat-x;
}

.tr
{
    height: 31px;
    width: 24px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    background-image: url(../img/tr.png);
}

.bl
{
    height: 32px;
    width: 22px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    background-image: url(../img/bl.png);
}

.bottom
{
    height: 32px;
    width: 100%;
    bottom: 0;
    left: 22px;
    position: absolute;
    z-index: 3;
    background: url(../img/bottom.png) repeat-x;
}


.br
{
    height: 32px;
    width: 24px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    background-image: url(../img/br.png);
}

.left
{
    height: 100%;
    width: 22px;
    top: 31px;
    left: 0px;
    position: absolute;
    z-index: 3;
    background: url(../img/left.png) repeat-y;
}


.right
{
    height: 100%;
    width: 24px;
    top: 31px;
    right: 0px;
    position: absolute;
    z-index: 3;
    background: url(../img/right.png) repeat-y;
}




/* @end */

/* @group Logo */

.dd1
{
    height: 240px;
    width: 231px;
    top: 0;
    left: 42%;
    position: absolute;
    z-index: 5;
    margin-top: 78px;
    background-image: url(../img/dd1.png);
}



.dd2
{
    height: 236px;
    width: 231px;
    left: 42%;
    bottom: 244px;
    position: absolute;
    z-index: 6;
    background-image: url(../img/dd2.png);
}

.dd3
{
    height: 211px;
    width: 180px;
    top: 19.3%;
    left: 378px;
    position: absolute;
    z-index: 7;
    background-image: url(../img/dd3.png);
}

.dd4
{
    height: 279px;
    width: 231px;
    top: 14%;
    right: 291px;
    position: absolute;
    z-index: 8;
    background-image: url(../img/dd4.png);
}

/* @end */

.resize
{
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/resize.png);
}

/* @group ornaments */
.construction
{
    height: 61px;
    width: 207px;
    top: 40px;
    left: 35px;
    z-index: 1001;
    background-image: url(../img/construct.png);
    position: absolute;
}


.contact
{
    width: 261px;
    height: 167px;
    top: 200px;
    left: 20px;
    z-index: 1001;
    background-image: url(../img/contact.png);
    position: absolute;
}


/* @end */

/* @group Decipher Digital Text */

.slatA
{
    height: 89px;
    width: 489px;
    top: 70%;
    left: 25%;
    position: absolute;
    z-index: 10;
    background-image: url(../img/name2.png);
}



.slatB
{
    height: 89px;
    width: 489px;
    top: 70%;
    right: 20.7%;
    position: absolute;
    z-index: 11;
    background-image: url(../img/name1.png);
}

/* @end */

/* @group clutter */

.burnlogo
{
    height: 402px;
    width: 489px;
    top: 78px;
    left: 225px;
    position: absolute;
    z-index: 2;
    background: url(../img/burnlogo.png) no-repeat top left ;
}

.postit{
	width: 248px;
	height: 242px;
	top: 350px;
	right: 135px;
	background-image: url(../img/postit.png);
}

.postcard{
	height: 257px;
	width: 356px;
	top: 78px;
	right: 45px;
	background-image: url(../img/postcard.png);
}

#rescott
{
    height: 200px;
    width: 200px;
    top: 150px;
    right: 400px;
}

.boarditem
{
     z-index: 4;  
}


/* @end */

.ui-resizable
{
    position: relative;
}

#resizable
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
    background-color: White;
    overflow: hidden;
}

.ui-resizable-handle
{
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
{
    display: none;
}
.ui-resizable-n
{
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s
{
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e
{
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w
{
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se
{
    cursor: se-resize;
    width: 40px;
    height: 40px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw
{
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw
{
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne
{
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.draggable
{
    cursor: move;
    position: absolute;
}