* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #444444;
	margin-left: auto;
	margin-right: auto;
	background: #fdfdfc url('images/gradient-corners-0.png') no-repeat top left;
	height: 100%;
}

h3 {
	margin-bottom: 0.5em;
}

img#logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	padding-top: 40px;
}

a { text-decoration: none; color: black; font-weight: bold; }
a:hover { text-decoration: none; color: #009f00; font-weight: bold; }
a:alink { text-decoration: none; color: #009f00; font-weight: bold; }
a:vlink { text-decoration: none; color: #009f00; font-weight: bold; }

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	margin-top: -250px;
}

div#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px;
}

div#push {
	height: 1px;
}

div#footer {
	height: 250px;
}

div.bg#tr {
	background: url('images/gradient-corners-1.png') no-repeat top right;
	height: 250px;
}

div.bgb {
	width: 100%;
	height: 250px;
	z-index: -1;	
}

div.bgb#bl {
	background: url('images/gradient-corners-2.png') no-repeat bottom left;
	float: left;
	
}

div.bgb#br {
	background: url('images/gradient-corners-3.png') no-repeat bottom right;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

p.header {
	color: #222;
}

p.mission {
	font-style: italic;
	text-align: center;
	font-size: 0.75em;
}

p.more {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.email {
	margin: 2em auto;
}

.examples {
	margin:1em;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/*** software page ***/

div#container.ad {
	width: 580px;
}

a#ad-link img {
	border: 0px none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
}

a#ad-link img#ad-rollover {
	display: none;
}

a#ad-link:hover img#ad {
	display: none;
}

a#ad-link:hover img#ad-rollover {
	display: block;
}

div#ad-contact {
	font-size: 0.75em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

div#ad-contact li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

div#ad-contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	margin-bottom: 0.5em;
}

p#ad-question {
	font-weight: bold;
	text-align: center;
}

p#ad-for-geeks {
	font-style: italic;
	font-size: 0.75em;
}
