body {
    margin: 0px;
    background-color: #1B1B1B;
    min-width: 600px;
	font: 11pt Arial, Helvetica, Geneva, sans-serif;
    color: white;
}

a
{
	color: white;
}

img {
    border: none;
}

#leftBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 104px;
    height: 100%;
    background: url('images/leftBar.png') no-repeat center;
    z-index: 100;
}

#rightBar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 104px;
    height: 100%;
    background: url('images/rightBar.png') no-repeat center;
    z-index: 100;
}

#website {
    width: 100%;
    background: url('images/header-backdrop.png') repeat-x;
}

#header {
    height: 243px;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#appIcon {
    width: 180px;
    height: 180px;
    background: url('images/icon.png') no-repeat;
    float: left;
    position: relative;
    top: 30px;
}

#headerText {
    width: 272px;
    height: 66px;
    background: url('images/header.png')  no-repeat;
    float: right;
    position: relative;
    top: 80px;
}

#versionNumber {
    position: relative;
    top: 70px;
    left: 20px;
	text-shadow: 0px 1px 3px #000000;
}

#description {
    position: relative;
    top: 70px;
    left: 10px;
    font-size: 12px;
}

#menu {
    height: 37px;
    background: url('images/menu-backdrop.png') repeat-x;
    text-align: center;
}

.menuItem {
    padding-left: 15px;
    padding-right: 15px;
}

.menuItem:hover {
    background: url('images/menu-selected.png') repeat-x 20px;
}

#content {
    text-shadow: 0px 1px 3px black;
    padding-top: 20px;
    padding-left: 120px;
    padding-right: 120px;
    background: url('images/menu-bottom.png') repeat-x top;
}

#contentLeft {
    font-size: 14px;
    line-height: 26px;
	text-shadow: 0px 1px 3px #000000;
}

#solution {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
}

#contentRight {
}

#footer {
    text-align: center;
    font-size: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
}

#footer a {
    color: white;
    font-weight; bold;
}

#_loading {
	background-color: white;
	display: block;
	padding: 5px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -19px;
	width: 34px;
}

form
{
	display: inline;
}

#ajax_content
{
	margin: auto;
	max-width: 800px;
	text-shadow: 0px 1px 3px #000000;
}

.info
{
	margin: auto;	
	max-width: 600px;
	
}

.info img
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.q:before
{
	content:"Q: ";
}
.q:after
{
	content:"?";
}
.a:before
{
	content:"A: ";
}
.a
{
	margin-bottom: 20px;
}
.a a
{
	color: white;
}
.q
{
	font-weight: bold;
	margin-top: 10px;
}




