/*------------------------------------------------------------------------
# Tunebig Old Paper
# ------------------------------------------------------------------------
# Copyright (C) 2008-2012 Tunebig.com. All Rights Reserved.
# Author: Stephenson F
# Websites:  http://www.tunebig.com
# Email: info@tunebig.com
-------------------------------------------------------------------------*/

body {
    font-size: 13px;
    background-image: url(../images/bg.jpg);
    margin-top: 0px;
    font-family: Arial, geneva, sans-serif;
    color:#acacac;
}
#bg-map{
     background: url(../images/bg-top.jpg) repeat-x center;
     width:auto;
     height:495px;
     padding: 0px 18px 2px 0px;
     margin:0px 0px 0px -10px;
     width:100%;
}

p {
        margin-top: 0.2em;
        line-height: 1.5em;
}

li {
        padding-bottom: 0.3em;
        line-height: 1.5em;
}

a:link, a:visited {
        color:#e4ad38;
        text-decoration: none;
}

a:hover {
        color:#fff;
        text-decoration: underline;
}

h1 {
        margin: 0;
        font-weight: bold;
        font-size:25px;
        color: #fff;
}

h2 {
        margin: 0;
        font-weight: bold;
        font-size:22px;
        color: #fff;
}

h3 {
        margin: 0;
        font-weight: bold;
        font-size:18px;
        color: #fff;
}

#content td.contentheading,
.componentheading_tbgallery {
        padding: 10px 0px 0px 0px;
        font-weight: bold;
        font-size:20px;
        color: #fff;
}

td.contentheading_tbgallery{
        margin: 0;
        font-weight: bold;
        font-size:14px;
        color: #fff;
}


a.readon_tbgallery{
        padding: 5px 10px;
        background:#dedede;
        color: #928479;
        font-size:11px;
}

a:hover.readon_tbgallery,
#note a:hover, li.front_note a:hover{
        background:#fff;
        color: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 900;
	text-transform: uppercase;
}
.oneclass h1.componentheading{
margin-top:10px;
}