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

p, h1, li {
	font-family: "Bitstream Vera Sans", Verdana, Arial;
}

body {
	background-color: #d3d3d3;
	color: black;
	padding: 0 3% 3% 3%;
}

dt {
	font-weight: bolder;
	font-style: italic; 
	margin-top: 10px;
}

div.container {
	background-color: #a6a6a6;
	border: 2px solid black;
	padding: 20px;
	margin-bottom: 3%;
}

div.listing {
	margin-top: 20px;
}

div.listing img {
	vertical-align: middle;	
}

div.listing * {
	margin: 2px 0px 2px 0px;
}

div.bigbox {
	padding: 10px;
}

h1 {
	font-size: 20px;
	background-color: #d3d3d3;
	border: 1px solid black;
	margin: 15px 10px 15px 10px;
	text-indent: 40px;
}

p, li {
	font-size: 15px;
}

p.text {
	text-indent: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.line {
	margin: 10px;
	clear: both;
	padding: 10px;
}

p.code {
	background-color: #999999;
	font-family: monospace;
}

span.leftcol {
	float: left;
	width: 30%;
}

span.rightcol {
	float: right;
	width: 70%;
}

ul {
	margin-left: 40px;;
}

a {
	color: #334455;
}

a.body:hover {
	color: blue;
}

a:hover {
	color: white;
}

li{
	margin-bottom: 10px;
}

li li{
	margin-bottom: 0px;
}

/* top menu */
div.topmenu {
	background-color: #336699;
	border: 2px solid black;
	height: auto;
	width: 70%;
	margin-left: 3%;
	position: fixed;
}

div.topmenu ul{
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}

div.topmenu li{
	float: left;
	margin:5px 15px 5px 15px;
}

div.topmenu a {
        display:block;
	font: 600 18px "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	color: #fff;
}

div.topmenu a:hover {
	text-decoration: underline;	
}

/* footer */
div.footer {
	background-color: #a6a6a6;
	border: 2px solid black;
	padding: 20px;
}

div.footer p {
	font-size: 12px;	
}

div.footer a {
	text-decoration: none;	
}

div.footer img {
	vertical-align: middle;	
	border: 0;
}

div.toplogo {
	float: left;
}

div.webmail {
	padding-top: 40px;
	padding-bottom: 40px;
}

div.gallery {
	padding-top: 40px;
	padding-bottom: 40px;
}

div.viewarch {
	padding-top: 40px;
	padding-bottom: 40px;
}

div.webmail a span {display: none;}
div.webmail a:hover span {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding-left: 230px;
	padding-top: 10px;
	display: block;
}

div.webmail a 
{
	text-align: center;
	background: transparent url(images/acronycal-webmail.png) no-repeat top center;
	height: 48px;
	width: 33%;
	float: left;
}


div.gallery a span {display: none;}
div.gallery a:hover span {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding-left: 230px;
	padding-top: 10px;
	display: block;
}
div.gallery a 
{
	text-align: center;
	background: transparent url(images/acronycal-gallery.png) no-repeat top center;
	height: 48px;
	width: 33%;
	float: left;
}


div.viewarch a span {display: none;}
div.viewarch a:hover span {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding-left: 230px;
	padding-top: 10px;
	display: block;
}
div.viewarch a 
{
	text-align: center;
	background: transparent url(images/acronycal-viewarch.png) no-repeat top center;
	height: 48px;
	width: 33%;
	float: left;
}

div.screenshot p
{
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

div.screenshot img
{
	margin-right: 20px;
}

