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

body
{ background-color: #463830;
text-align: justify;
margin: 0px;
background-image: url(/tom/bg.jpg);
background-repeat: repeat-y;}

body, td, input, select, textarea
{ font-family: Verdana;
font-size: 10px;
line-height: 12px;
color: #bbbcbb;}

a
{ text-decoration: none;
font-weight: bold;
color: #99716a;}

a:hover
{ text-decoration: underline;}

p
{ margin: 0px 0px 5px 0px;}

input, textarea, select
{ border: 1px solid #9abfa8;
background-color: #fffffe;
padding: 2px;}

li
{ list-style-type: none;
padding-bottom: 1px; }

ul
{ padding-left: 1px;
margin-left: 0px; }

.mainimage
{ z-index: 1;}

img
{ border: 0px;}

.content
{ width: 490px;
background-color: #fffffe;
position: absolute;
left: 169px;
top: 325px;
padding: 5px; }

.menu
{ width: 140px;
background-color: #fffffe;
position: absolute;
left: 500px;
top: 0px;
padding: 5px; }

.title
{ background-color: #fffffe;
padding: 3px;
color: #9abfa8;
text-transform: lowercase;
letter-spacing: 1px;
font-weight: bold;
border-bottom: 1px solid #9abfa8; }

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#A30011;
color:#FFFFFF;
width:180px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #F9F5EA;/* */
}

.main
{ padding: 3px;
color: #9abfa8; }

.divtitle
{ background-color: #bfc7ba;
padding: 3px;
color: #bfc7ba;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
border-bottom: 1px dashed #a30011; }

.buttonscontainer {width: 135px;}

.buttons a {color: #92b498;
background-color: #fffffe;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #9fbda4;
font: 10px Trebuchet MS, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #779d7e;
text-decoration: none;
color: #92b498;}

.stats {
background-color: #463830;
margin-left: 60px;
margin-right: 60px;
padding: 5px;
border: 1px solid #F9F5EA;
color: #c9c9c9; }

blockquote {
 color: #f0efee;
	margin: 0 20px;
	padding: 0 20px;
	border-bottom: 3px solid #ac8b82;
        background-color: #b5cbb8;
	font-size: 1em;
}

img.float {
border: 10px solid #9abfa8;
float: left;
margin-right: 5px;
}

img.floatr {
float: right;
border: 10px solid #9abfa8;
margin-left: 5px;
}

* html img.float {
margin-top: -5px;
}

* html img.floatr {
margin-top: -5px;
}