body {
        background-color: #ffffff;
        margin:0;
        padding:0;
        font-family: Verdana, Geneva, sans-serif;
        color: #666;
}
a:link {
        color:#666;
}
a:visited {
        color:#666;
}
a:hover {
        color:#ad163f;
}
a:active {
        color:#ad163f;
}
#outer {
        margin: auto;
        width: 1000px;
        margin-top: 50px;
}
#header {
        width: 900px;
        height: 80px;
        margin: auto;
}
.logo {
        position: relative;
        float: left;
        width: 350px;
	left: 125px;
        border: 0px;
}
.logo:hover {
    opacity: 0.5; /* css standard */
    filter: alpha(opacity=50); /* internet explorer */
}
.linkbox {
        position: relative;
        float: left;
        width: 300px;
        left: 40px;
}
.link {
        width: 300px;
        border: 0px;
        left: 0px;
        height: 20px;
        margin-bottom: 10px;
        background-image:url(../img/icon_link.png);
        background-repeat: no-repeat;
        padding-left: 30px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 13px;
        color: #666;
}
#main {
        width: 1000px;
        height: 300px;
}
#content {
        width: 900px;
        height: 150px;
        margin: auto;
}
#top_line {
        width: 1000px;
        height: 52px;
        background-image:url(../img/line_top.jpg);
}
#bottom_line {
        width: 1000px;
        height: 52px;
        background-image:url(../img/line_bottom.jpg);
}
#footer {
        width: 1000px;
        height: 20px;
}a img { border: 0; }