﻿* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
html,
body {
    height:100%;
}
html {
    overflow-y: scroll;
}
body {
    background:url(../images/bg_body.png) repeat-x 0 0 fixed;
    color: #46474C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	line-height: 1.6em;
}
img {
    border: 0;
    vertical-align:top;
}
ol {
    list-style-position: inside;
    margin-bottom:6px;
}
ol li {
    padding:2px 0;
}
p {
    line-height:1.6em;
    margin-bottom:6px;
}

a,
a:visited,
a:hover,
a:active,
a:focus { color: #46474C; text-decoration:underline; }

div.clear {
    clear:both;
    font-size:0;
    line-height:0;
}

#site-wrap {
    font-size:1.2em;
}

.header,
.content{
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

/** CONTENT **/
.content .link1 {
    margin:0 14px 0 28px;
}
.content .link2 {
    margin:0 28px 0 14px;
}