* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    cursor: default;
    color: #888;
    text-align: left;
    font: .75em "Calibri", Verdana, Arial, sans-serif;
    line-height: 1.5em;
}

a, a:link, a:visited, a:focus {
    cursor: pointer;
    color: #888;
    border: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #111;
}

img {
    border: none;
    outline: none;
}

/*
 #wrap {
 margin: 20px auto;
 width: 948px;
 background: #fff url('images/background2.jpg');
 background-repeat: repeat-y;
 }
 
 #top {
 height: 30px;
 background: #fff url('images/background1.jpg');
 }
 */
#content {
    padding: 0 40px 0 40px;
}

/*
 #bottom {
 height: 30px;
 background: #fff url('images/background3.jpg');
 }
 */
#header {
    height: 3.25em;
    border-bottom: 1px solid #E1E1E1;
}

#header span {
    color: #555;
}

#header h1 {
    font-size: 22px;
}

#header h2 {
    font-size: 17px;
}

#navi {
    position: relative;
    top: -1.3em;
    text-align: right;
}

#subnavi {
    position: relative;
    top: -1.3em;
    text-align: right;
}

#container {
    height: 475px;
}

#container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.center {
    text-align: left;
    position: relative;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
}

.centercontent {
    margin-left: -125px;
    position: absolute;
    top: -125px;
    left: 50%;
    width: 250px;
    height: 250px;
}

.left {
    float: left;
    width: 59%;
    margin: 0 10px;
    padding: 1% 1%;
    text-align: justify;
}

.right {
    float: left;
    width: 30%;
    margin: 0 10px;
    padding: 1% 1%;
}

.right ul {
    padding: 20px 0 15px 20px;
    margin: 0;
}

.right li {
    margin-bottom: 5px;
    list-style-type: square;
    color: #555;
}

.left h2 {
    color: #888;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.right h2 {
    color: #888;
    font-size: 14px;
    margin-top: 15px;
}

#clear {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    overflow: hidden;
}

#info {
    text-align: right;
    border-top: 1px solid #E1E1E1;
}

#footer {
    text-align: center;
    color: #666;
}

