@charset "utf-8";


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

tr { height:auto; }
td { height:auto; }

body {
background-color:#2c160a;
background:url(graphics/background.png) repeat;
font:Arial, Helvetica, sans-serif;
}

.my-top {
width:960px;
margin:auto;
margin-top:5px;
height:220px;
background-image: url(graphics/head.jpg);
background-repeat:no-repeat;
background-position:top;
}

.my-top-narrow {
width:960px;
margin:auto;
margin-top:5px;
height:145px;
background-image: url(graphics/head-narrow.jpg);
background-repeat:no-repeat;
background-position:top;
}

.my-nav {
width:960px; 
height:28px;
background-image: url(graphics/nav-06.png);
background-repeat:no-repeat;
background-position:right;
line-height:28px;
}

.my-searchfield {
width:190px;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}

.my-searchbutton{
cursor:pointer;
width:116px;
height:28px;
border:0;
background: url(graphics/search.png);
background-position:top left;
background-repeat:no-repeat;
line-height:28px;
}

.my-small-heading {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color: #aa7c21;
font-weight:bold;
text-align:center;
padding: 5px 0;
}

.my-main-heading {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color: #aa7c21;
font-weight:bold;
padding: 5px 0;
}

.my-date {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #d3ac4f;
font-weight:bold;
padding: 0 0 10px 0;
}
