/*
Design - http://www.ashleycrosby.com
Feel free to steal and use; it's simple stuff; I don't think it even deserves a creative commons license.
*/

img {border: 0px;}

table {
border: 0px;
cellpadding: 0px;
cellspaceing: 0px;
}

body {
border: 0px; margin: 0px;
background-color: #2b210b;
background-image: url();
/* background-repeat: repeat-x; */
font-family:Gill Sans;
font-size:14px;
color:#2b210b}

h1 {font-size:20px; font-weight:bold; font-variant: small-caps; color:#d49d26; padding:0px; margin:0px}

.condense {font-size:14px; letter-spacing:-1px;}

.ultracondense {font-size:12px; letter-spacing:-1px;}

.smallcaps {font-variant: small-caps;}

.right { text-align: right }

a {border: 0px;}
a:link {color:#357686; text-decoration:none;}
a:visited {color:#357686; text-decoration:none;}
a:hover {color:#d49d26; text-decoration:none;}
a:active {color:#d49d26; text-decoration:none;}