* {
    margin: 0px;
}

body {
    background: #282b30 url(images/bg.jpg) repeat-x top;
    font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    padding: 20px 0px 0px;
}

p {
    padding: 12px 0px;
}

a {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

h1 {
    margin: 20px 0px 10px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dotted #56585d;
    text-transform: uppercase;
    font-weight: bold;
}


/* page */
#page {
    margin : 0px auto;
    clear: both;
    width: 770px;
}

/* header */
#header {
    background-color: #fff;
    padding: 10px;
    clear: both;
    width: 750px;
    height: 200px;
}

#header .logo {
    background-image: url(images/logo.png);
    padding: 10px;
    width: 730px;
    height: 180px;
}


/* links */
#links {
    clear: both;
    padding-top: 160px;
    padding-right: 10px;
    text-align: right;
}

#links ul {
    list-style: none;
    padding: 0px;
}

#links li {
    display: inline;
    padding: 0px;
}

#links li a {
    color:#999;
    text-decoration:none;
    padding: 0px 10px;
    border-left: 1px solid #707070;
    font-size: 11px/30px;
    text-transform: uppercase;
}

#links li a:hover {
    color: #fff;
}

#links .act a {
    color:#ffd200;
}

#links .act a:hover {
    color:#ffd200;
}

#links .first a {
    border-left-style: none !important;
    padding-left: 0px;
}

#links .last a {
    padding-right: 0px;
}

/* shadow */
#shadow {
    clear: both;
    height: 30px;
    background: url(images/shadow.jpg) no-repeat top;
}

/* content */
#content {
    clear: both;
    text-align: justify;
}

#content .colleft {
    float: left;
    width: 200px;
}

#content .colright {
    float: right;
    width: 540px;
}

/* footer */
#footer {
    background: url(images/footer-line.gif) repeat-x top;
    font-size: 11px/18px;
    font-family: Arial, Helvetica, sans-serif;
}


#footercontent {
    margin: 40px auto;
    text-align: right;
    color: #999;
}


/* list with bullet image */
ul.arw {
    list-style-position: outside;
    padding: 0px;
    list-style-type: none;
}

ul.arw li {
    padding: 0px 0px 4px 15px;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}


.pan2 {
    padding: 6px;
    color: yellow;
}

