body {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, serif; 
color: #333;
font-size: 90%;
background: #fff;
}
img {
border: 0px; 
}
a img { 
border: 0px; 
}
a	{
text-decoration: none;
font-weight: normal;
}
a:link	{
color:	#ff6600;
background-color: transparent;
}
a:visited	{
color:	#ff6600;
background-color: transparent;
}
a:active	{
color: #ff6600;
background-color: transparent;
}
a:hover	{
color:	#000;
background-color: transparent;
text-decoration: underline;
}
div#header {
margin:0px;
padding: 0px;
width: 100%;
}
div#container {
width:710px;
margin:10px auto;
}
div#content {
float:left;
width:450px;
margin: 10px 0px 0px 10px;
}
div#content p {
line-height:1.4;
margin: 3px 3px 0px 3px;
}
div#right {
float:right;
width:230px;
margin-top: 50px;
}
div#right p {
line-height:1.4;
font-size: 95%;
margin:5px;
}
div#footer{
clear:both;
width:100%;
}
div#footer p {
margin:0;
padding:25px 10px;
font-size: 80%;
text-align: center;
}
fieldset {
width: auto;
margin: 0px;
padding: 0px;
border: none;
}
#nav {
font-family: verdana, sans-serif;
font-size: 10px;
text-transform: uppercase;
}
#nav, #nav ul {
padding: 0px;
margin: 5px;
list-style: none; 
}
#nav li {
float: left;
display:block;
margin-top: 8px;
border-right: 1px solid #ccc;
padding:0px;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
display:block;
text-decoration:none;
cursor:pointer;
color:#333;
padding: 2px 5px 2px;
font-weight:bold;
}
#nav a:hover {
color:#ccc;
}
#nav li.active {
background: #eee;
}
#nav li.active a:hover {
color:#000;
background: none;
}
#nav li.last {
border-right:none;
}
h1 {
margin-top: 5px;
margin-bottom: 2px;
font-size: 95%; 
font-weight: bold; 
color: #990000;
padding-top: 2px;
}
h2 {
margin-top: 5px;
margin-bottom: 4px;
font-size: 95%; 
font-weight: bold; 
color: #990000;
} 
h3 {
margin-top: 10px;
margin-bottom: 4px;
margin-right: 22px;
font-size: 95%; 
font-weight: bold; 
color: #990000;
text-align: right; 
} 
.xlarge {
font-size: 135%;
color: #990000;
}
 .thumbnail {
float: left;
width: 100px;
margin: 0px;
padding: 3px;
}
 .thumbnail  img{
border: 1px solid #333;
}
.clearboth { 
clear: both; 
}
.img-left-border {
float: left; 
margin: 4px 10px 3px 0px;
border: solid 1px #333;;
}
.img-right-border {
float: right; 
margin: 2px 0px 3px 7px; 
border: solid 1px #333;;
}
.spacer {
line-height: 20px; 
}