/*  This is the primary style sheet for stalwartreloading.com  */

html, body {margin: 0px; padding: 0px;}
body {background: #FFFFFF url('../images/background.png') center center fixed no-repeat; color: #181818;}

#top {margin: 0px auto; padding: 16px; width: 800px;}
#heading {text-align: center;}
#heading img {margin: 0px auto;}
#menu {float: left; text-align: right; border-right: thin solid #181818; width: 192px;}
#menu ul {margin: 2em 0px; padding: 0px 1em 0px 2em;}
#menu ul li {list-style-type: none; margin: 0.75em 0px;}
#menu ul li a, #menu ul li span {background-color: transparent; font: bold 1.25em sans-serif;}
#menu ul li a:link {color: #808080; text-decoration: none;}
#menu ul li a:visited {color: #606060; text-decoration: none;}
#menu ul li a:hover {color: #404040; text-decoration: none;}
#menu ul li a:active, #menu ul li span {color: #404040; text-decoration: none;}
#content {float: right; padding: 8px; text-align: left; width: 576px;}
#content h3 {font: bold 1.1em sans-serif; margin: 0px; padding: 0px;}
#content p {font: 1em sans-serif; margin: 8px 0px; padding: 8px;}
#content p a {background-color: transparent; font: bold 1em sans-serif;}
#content p a:link {color: #808080; text-decoration: underline;}
#content p a:visited {color: #606060; text-decoration: underline;}
#content p a:hover {color: #404040; text-decoration: none;}
#content p a:active {color: #404040; text-decoration: none;}
#content p .target {background-color: transparent; font: bold 0.75em sans-serif; margin: 0px 1em;}
#content p .target:link {color: #808080; text-decoration: underline;}
#content p .target:visited {color: #808080; text-decoration: underline;}
#content p .target:hover {color: #404040; text-decoration: none;}
#content p .target:active {color: #404040; text-decoration: none;}
#content table {border: medium double #181818; margin: 16px 0px; width: 90%; table-layout: fixed;}
#content table thead {font: bold 1.1em sans-serif; text-align: center;}
#content table tr {background-color: #F0F0F0; margin: 8px 0px;}
#content table .color {background-color: #E0E0E0; color: #181818;}
#content .address {font: bold 1.25em sans-serif; margin: 8px 0px; padding: 8px; text-align: center;}

