* {
    font-family:  Arial, Helvetica, Sans-serif;
    font-size: 11px;
}

img {
    border: 0;
}

h1, h2, h3, h4 {
    color: #7F001D;
    margin: 0;
	letter-spacing: -0.05em;
}



h1 {

	font-size: 21px;
    margin-bottom: 6px;
	border-bottom: 2px dotted #CCCCCC;
}


h2 {
    font-size: 15px;
    margin-bottom: 3px;
}

h3 {
    font-size: 13px;
}

p {
    line-height: 15px;
}

p, ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.text{
color: #666666;
font-size:12px;

}


a, a:visited {
    color: blue;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #CCC;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
    background-position: top center;
}

div#container {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
}

div#main {
    padding: 0 20px 20px 20px;
}

div#banner {
    height: 60px;
    margin: 0 0 15px 0;
    background-image: url(../images/banner.gif);
    background-repeat: no-repeat;
}

div#banner, div#banner * {
    color: white;
    vertical-align: bottom;
}

div#primary-nav {
}

div#secondary-nav {
    float: right;
    padding: 4px 8px 0 0;
}

div#content {
    min-height: 500px;
    padding: 0 0 20px 0;
}

div#footer {
    padding: 8px 0 20px 0;
    border-top: 1px dotted #999;
    clear: both;
}

div#footer, div#footer * {
    color: #666;
}

table {
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
}

table.split {
}

table.split td.split-left {
    width: 50%;
    padding-right: 10px;
    border-right: 1px solid #CCC;
}

table.split td.split-right {
    width: 50%;
    padding-left: 10px;
}

div.ribbon {
    text-align: center;
    border-top: 2px dotted #CCCCCC;
    border-bottom: 2px dotted #CCCCCC;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
}

div.ribbon * {
    font-size: 21px;
	 color: #7F001D;
    font-weight: bold;
    margin-bottom: 0;
}

img.screenshot {
    border: 1px solid #999;
}

div#billboard {
    height: 270px;
    cursor: pointer;
    margin: 0 0 15px 0;
    overflow: hidden;
}

div.blend img {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity:0;
    filter: alpha(opacity=0);
}

@media print {
    div#banner {
        display: none;
    }
}