html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial;
    font-size: 11px;
    background-color: #434343; #242424; #161616;
    color: white;
}

img {
    border: 0px;
}

a, a:hover {
    color: white;
    text-decoration: underlined;
}



#header {
    position: relative;
    margin: 0px auto;
    width: 541px;
	z-index: 1;
}

#header ul {
margin: 0px;
}

#header li {
display: inline;
margin-left: 20px;
margin-right: 20px;
margin-top: 5px;
margin-bottom: 5px;
}


#logo {
    text-align: right;
}

#footer {
    position: relative;
    margin: 0px auto;
    width: 541px;
    text-align: right;
}

#main {
    position: relative;
    background-image: url(../img/grid.gif);
    background-color: #2a2a2a;
    margin: 0px auto;
	margin-top: 10px;
    width: 541px;
    height: 541px;
    text-align: left;
}

#content {
    position: absolute;
    top: 0px;
    left; 0px;
    width: 541px;
    height: 541px;
    overflow: hidden;
}

/* SMACK Element Definitions */

.divImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 541px;
    height: 541px;
}

.divImage {
     overflow: hidden;
}

.divHtml {
    position: absolute;
}

.divText {
    position: absolute;
    top: 136px;
    left: 271px;
    width: 269px;
    height: 269px;
    background-color: #434343; #161616;
    opacity: 0.80;
    background-image: url(../img/galon4.png);
    background-repeat:no-repeat;
    background-position:right top;
    overflow: auto;
}

.divText h1, .divText h2, .divText p {
    margin: 0px;
    padding-left: 7px;
    padding-right: 15px;
}

.divText h1 {
    color: #CDA01E;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma;
}

.halfbox h1 {
    padding: 7px;
    border-top: 1px dotted white;
}

.divText h2 {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
}

.divText p {
    text-align: left;
    padding-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.12ex;
    letter-spacing: 0.14ex;
    line-height: 160%;
    font-weight: normal;
    color: #e8e8e8;
}

.divText ul {
    padding-top: 0px;
    margin: 0px;
}


.divText table {
    margin-left: 7px;
    margin-right: 15px;
    padding-left: 7px;
    padding-right: 15px;
    color: #CDA01E;
}

.divText th {
background-image: url(../img/bg.jpg);
    border: 1px solid #CDA01E;
font-weight: normal;
padding-left: 7px;
padding-right: 7px;
}

.divText td {
background-image: url(../img/bg.jpg);
    border: 1px solid #CDA01E;
padding-left: 7px;
padding-right: 7px;
}

.divText td.hdv {
text-align: right;
}



.divSquare {
}

.grid {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 541px;
    height: 541px;
}

.lineH, .lineV {
    position: absolute;
    height: 1px;
    width: 541px;
    background-color: #CDA01E;
    padding: 0px; margin: 0px;
    overflow: hidden;    
    display: block;
}

.lineV {
    height: 541px;
    width: 1px;
}



