body {
    margin: 0px 0px 10px 0px;
    background-color: white; 
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

#name {
    padding: 0px 0px 3px 4px; }

#nav {
    background-image: url(tile.png);
    padding: 5px 0px 10px 0px;
    color: white;
    font-family: sans-serif;
    font-size: 12px; }
#nav a { color: white; text-decoration: none; }
#nav a:hover { text-decoration: underline; }
#nav a.active { font-weight: bold; }

a { color: #ac0028; text-decoration: underline; }
a:visited {  color: #a0062c; }
a:hover { color: #f90c0c; }

.heading td {
    border: none;
    padding: 20px 0px 2px 110px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		font-weight: normal;
		color: #ac0028;
    border-bottom: 1px solid #ac0028; }
   
p, .indent, .ul { margin: 5px 100px 15px 110px;
    padding: 0px;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.5em; }
.ul {margin: 5px 100px 0px 110px;}
.ul i {
    color: #ac0028;
		font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    display: block;
    }
ul {padding-top: 0px; margin-top: 4px; }

#work td { font-size: 0.9em; border: 1px solid #ac0028; }
#work b { display: block; text-align: center; }
#work td ul { font-size: 0.9em; padding-left: 20px; margin-left: 10px; }
#work td.title { text-align: center; }
#work td.footer { text-align: center; }

.screenshots img {
    padding: 0px;
    margin: 10px; 
    border: 1px solid black;
    border-bottom: 2px solid black; border-right: 2px solid black;
    }
.screenshots div.enlarge {
    padding: 0px;
    margin-right: 10px; 
    font-size: 11px;
    font-family: arial, helvetica, sans serif;
    }
.screenshots p { margin-left: 0px; }
.screenshots a:hover img { border-color: #ac0028; }

#copyright {
    color: #bbb; 
    text-align: center;
    font-size: 0.6em; }

table { font-size: 1em; }
div.listing {
  margin: 5px 0px 30px 0px;
  border: 2px solid #ac0028;
  padding: 1px;
  font-family: georgia, serif;
  font-size: 0.9em;
  background: #ddd;
}
.listing table {  }
.listing td {
    line-height: 1.3em;
}
.leftvalue { text-align: right; }
th { background: #ac0028 url(th.gif) left repeat-x; color: white; font-weight: normal; cursor: pointer; }
th:hover { text-decoration: underline; }
th.headerSortUp, th.headerSortDown { font-weight: bold; }

/* BLOCK STUFF... */
div.block {
  border: 2px solid #ac0028;
  padding: 1px;
  background: #ddd;
  font-family: georgia, serif;
  font-size: 0.9em;
}
.block .title {
  padding: 5px;
  font-weight: bold;
  background: #ac0028 url(th.gif) left repeat-x;
  color: white;
}
.block .bold {
  border-bottom: 3px solid #ac0028;
  font-weight: bold;
  margin: 15px 0px 5px 10px;
}
.block .label {
  text-align: right;
  color: #555;
  width: 25%;
}

.border_box {
	margin-right: 30px;
  border: 2px solid #ac0028;
  padding: 1px;
  font-family: georgia, serif;
  font-size: 0.9em;
  background: white;
}
.border_box .inner {
	background: #ac0028 url(th.gif) left repeat-x; color: white;
	padding: 5px;
}
.inner a, .inner a:visited { color: white; }
.inner a:hover, .inner a:visited:hover { color: #FF9900; }

.center { text-align: center; }

.message { padding: 10px; text-align: center; border: 1px solid #ccc; margin: 30px 25%; }
.buttons { text-align: center; }
.buttons a {
	background: #ddd;
	border: 1px solid white;
	border-color: white #bbb #bbb white;
	padding: 5px 14px;
	text-align: center;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}
.buttons a:hover {
	background: #eee;
	color: black;
}
