/* html tags. */
body {
    font-family: 'Times New Roman', serif;
    font-size: 15px;
    color: white;
    background-color: black;
    margin-top: 40px;
}
img {
    border: 0px;
}
a {
    text-decoration: underline;
    color: white;
}
a:hover {
    text-decoration: underline;
}
.text {}
#utext {
    display: none;
}
.big {
    font-size: 1.2em;
}
.header {
    font-size: 1.3em;
}
.logo_grey {
    color: #515151;
}
.subheader {
    font-size: 1.2em;
}
.name {
    font-size: 1.2em;
    font-variant: small-caps;
}
#main {
    width: 852px;
    margin-left: auto;
    margin-right: auto;
}

.mainmenu {
    padding-top: 10px;
    width: 784px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.mainmenu div div {
    padding-bottom: 50px;
}
#frame {
    background-image: url(images/logo_grey.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    text-align: center;    
}

#left {
    width: 150px;
    text-align: center;
    vertical-align: top;
    float: left;
}
#logo {
    padding-bottom: 10px;
}
#content {
    width: 530px;
    text-align: center;
    vertical-align: top;
    margin-left: 150px;
    margin-right: 148px;
}
#image_outer {
    height: 510px;
    width: 530px;
    overflow: hidden;
    display: table;

    background-image: url(images/logo_grey.gif);
    background-repeat: no-repeat;
    background-position: 90px 32px;

    #position: relative;
}
#image_inner {
    display: table-cell;
    vertical-align: middle;

    #position: absolute;
    #top: 50%;
}
#image_ie {
	#width: 100%;
    #position: relative;
    #top: -50%;
    #left: -50%;
}
#image_ie div {
	text-align: center;
}
#icontent {
    width: 100%;
    height: 510px;
    border: 0px;
}
#more {
    /*padding-top: 10px;*/
    /*text-align: center;*/
}
#more {
    position: absolute;
    margin-top: 530px;
    width: 530px;
}
#gallery {
    text-align: center;
    vertical-align: middle;
}
#slider {
    position: absolute;
    margin-top: 530px;
    width: 530px;
}
#next {
    float: right;
    padding-right: 50px;
}
#back {
    text-align: left;
    padding-left: 50px;
}
#menu {
    width: 160px;
    text-align: center;
    margin: 99px 0px;
    float: right;
}
.menuitem {
    margin: 0px;
    margin-top: 20px;
}
.nolink a {
    text-decoration: none
}
.nolink a:hover,
#selected {
    color: #d7b55a;
}
a.faquest {
    text-decoration: none;
    color: #d7b55a;
}

div.pressitem {
    border-bottom: 1px dotted;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#menu_up {
    margin-top: 25px;
}

        div#footer {        
            width: 100%;    
            margin: 70px 0px 0px 0px;
            padding: 0px;
        }
        div#footer a {
            text-decoration: none;
            color: #666;
            margin: 0px;
            padding: 0px;
            font-size: 15px;
        }
        div#footer a:hover,
        div#footer a:active,
        div#footer a.active {
            color: #d7b55a;
            text-decoration: none;
            
        }
        div#footer ul,
        div#footer table {        
            width: 762px;
            border-top: #666 1px dotted;
            list-style: none outside;                        
            /* margin: 0px; */
            margin-left: auto;
            margin-right: auto; 
            padding: 4px 0px 0px 0px;
        }
        div#footer td { 
            text-align: center;
            padding: 0px 3px;
        }
        div#footer li {
            float: right;
            margin: 0px;
            padding: 0px 8px;
            font-weight: normal;
        } 
