
body, html, td
{
    font-family: arial;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: top;
    background-color: #181818;
    background-image: url(/images/background.jpg);
    color: #ffffff;
	overflow-x:hidden;
}

a
{
    color: #8abdea;
}

a:visited
{
    color: #8abdea;
}

#container
{
    width: 100%;
    height: 100%;
}

#header
{
    background-image: url("/images/SubPageBack.gif");
    background-repeat: repeat-x;
    width: 100%;
    height: 108px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 1;
}

#header_mid
{
    background-image: url("/images/SubPage_02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100px;
}

#menu
{
    width: 220px;
    height: 100%;
    background-color: #0A0A0A;
    border-right: 1px solid #151515;
    float: left;
    display: inline;
}

#menudata, #data
{
    padding: 10px 10px 10px 10px;
}

#Data
{
    position: relative;
    height: 100%;
}

#Inside
{
    float: left;
    display: inline;
}

#content
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline;
    float: left;
}

.headline
{
    color: #d49703;
    font-size: 18px;
    width: 100%;
}

.headline p
{
    padding-top: 10px;
    line-height: 16px;
    font-size: 13px;
    color: #d9cba8;
}

.holder
{
    width: 96px;
    height: 96px;
    text-align: center;
    vertical-align: middle;
    margin: 10px 10px 10px 10px;
    float: left;
    position: relative;
}

.inside
{
    width: 96px;
    height: 96px;
    background-color: #202020;
    border: 1px solid #808080;
}

.Navigation
{
	width: 100%;
	height: 30px;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 10;	
	position: absolute;
	background-color: #eeeeee;
}



