
body {
	font-family: Verdana; 
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	background-color: #cccccc;
	//background-image: url(images/background.png);
}

p.app {
	font-family: Verdana; 
	font-size: 10pt;
	margin: 10px;
}

ul {
	list-style-type: square;
	font-family: Verdana; 
	font-size: 10pt;
	margin: 10px;
}

div.caption {
	margin: 4px;
}

p.caption {
	font-family: Verdana; 
	font-size: 10pt;
	margin: 0px;
	font-weight: bold;
	text-shadow: 0px 0px 0px rgb(100, 100, 100);
}

p.sub_caption {
	font-size: 9pt;
}

img.button {
	margin-right: 4px;
	display: block;
	float: right;
	position: relative;
	left: -36px;
	top: 5px;
	padding: 2px;
	border: 0px;
}

img.feature {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}

img.universal_badge {
	margin-right: 4px;
	display: block;
	float: right;
	position: relative;
	top: 12px;
	padding: 2px;
}

a.version_history {
	display: block;
	float: right;
	position: relative;
	top: 60px;
	padding: 2px;
}


div#titlebar {
	position: relative;
	display: block;
	top: -10px;
	left: 4px;
	height: 20px;
	width: 500px;
	font-family: Verdana; 
	font-size: 9pt;
	color: white;
	text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

div.content {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 100%;
}

div.toolbar {
	position: relative;
	display: block;
	top: -17px;
}

div.box {
	margin: 10px;
	border: 0px;
	border-style: solid;
}

div.center {
    background-repeat: no-repeat;
    background-image: url(images/header.jpg);
    margin-bottom: 0px;
    margin-top: 0px;
    width: 800px;
    padding: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

