
body {
    font-size: 85%; /* IE */
    font-family: Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Geneva, Helvetica, Arial, sans-serif;
    /*background-color: #781632;*/
    background-color: white;
    line-height: 1.5;
    font-weight: normal;
    text-align: justify;
    margin: 15px;
    padding: 0px;
}

a img, :link img, :visited img {
	border: 0;
    background-color: white;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #530d1a;
}

a:HOVER {
    text-decoration: underline;
}

a.img:HOVER {
    background-color: transparent;
    text-decoration: none;
}

table, table td {
	text-align: left;
	vertical-align: top;
}

table td {
	padding: 10px;
}

div#menu a {
    font-size: 10pt;
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    color: black;
    padding: 0px 5px 0px 5px;
}

div#menu a:HOVER {
	color: black;
    text-decoration: underline;
    background-color: transparent;
}

div#menu a.selected {
	color: white;
	background-color: black;
    text-decoration: none;
}

div#menu {
	background-image: url('../images/menubar.png');
	background-repeat: repeat-x;
	height: 26px;
	text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 635px;
    padding: 2px 15px 0px 0px;
    overflow: hidden;
}

.hot {
    margin: 5px;
    padding: 5px;
    text-align: center;
    border: 1px solid #781632;
    -moz-border-radius: 5px;
}

img.right {
    float: right;
    padding-right: 20px;
}

ul {
    padding: 0px 0px 0px 40px;
    margin: 0px;
}

img.screenshot {
    padding: 0px 10px 0px 0px;
}

img {
    border: 0;
}

div.download a {
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
}

div.download {
    padding: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
}

div.nowrap {
    display: inline;
}

div#header {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    padding: 0px;
    overflow: hidden;
}

div#footer {
    background-image: url('../images/foot.png');
    text-align: center;
    width: 650px;
    height: 49px;
    color: black;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 0px;
    background-repeat: no-repeat;
}

div#page {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    padding: 0px;
    text-align: center;
    background-color: white;
    background-image: url('../images/bg.png');
}

div#content {
    font-size: 10pt;
    margin: 0px 30px 0px 30px;
    padding: 0px;
    text-align: justify;
}

h3 {
    font-weight: bold;
    font-size: 13pt;
    padding: 25px 0px 5px 0px;
    margin: 0px;
}

ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
}

code {
	font-size: 10pt;
	text-align: left;
}

