body {
    padding             : 0px;
    margin              : 0px;
    background-color    : #b19b00;
    background-image    : url(../images/bg.gif);
    font                : 11px arial;
    color               : #000000;
}

img {
    border              : 0px;
}

td {
    font                : 11px arial;
    color               : #000000;
}

a:link, a:active, a:visited {
    font                : 11px arial;
    color               : #aa9900;
    text-decoration     : underline;
}

a:hover {
    font                : 11px arial;
    color               : #b19b00;
    text-decoration     : underline;
}

td.main {
    background-image    : url(../images/main.jpg);
    background-repeat   : repeat-x;
}

td.color_1 {
    background-color    : #ffffff;
}

td.bottom_line {
    background-color    : #d8d8c9;
}

td.menu_main {
    background-color    : #887600;
    text-indent         : 4px;
    cursor              : pointer;
}

a.menu_main:link, a.menu_main:active, a.menu_main:visited, a.menu_main:hover {
    font                : bold 11px arial;
    color               : #ffffff;
    text-decoration     : none;
}

td.menu_add {
    background-color    : #dfd489;
    text-indent         : 4px;
    cursor              : pointer;
}

a.menu_add:link, a.menu_add:active, a.menu_add:visited, a.menu_add:hover {
    font                : 11px arial;
    color               : #b19b00;
    text-decoration     : none;
}

a.menu_add_active:link, a.menu_add_active:active, a.menu_add_active:visited, a.menu_add_active:hover {
    font                : bold 11px arial;
    color               : #b19b00;
    text-decoration     : none;
}

td.left_bottom {
    background-color    : #ccbe5a;
}

td.subscribe_header {
    text-indent         : 10px;
    color               : #58595b;
    font                : bold 11px arial;
    text-transform      : uppercase;
}

td.subscribe_form {
    padding-left        : 10px;
}

input.subscribe_input {
    background-color    : #ffffff;
    color               : #000000;
    font                : 11px tahoma;
    border              : 0px;
    text-indent         : 3px;
    width               : 117px;
    height              : 17px;
}

td.subscribe_submit {
    padding-left        : 13px;
}

td.buttons {
    background-image    : url(../images/buttons_bg.gif);
}

td.buttons_main {
    padding-top         : 4px;
}

td.content {
    background-color    : #ffffff;
    background-repeat   : repeat-x;
    background-image    : url(../images/content_top.jpg);
    padding-left        : 28px;
    padding-right       : 15px;
    padding-top         : 15px;
    padding-bottom      : 15px;
}

td.content_bottom {
    background-color    : #ffffff;
    background-image    : url(../images/content_bottom.jpg);
    color               : #58595b;
    font                : 11px arial;
}

a.bottom_link:link, a.bottom_link:active, a.bottom_link:visited {
    font                : 11px arial;
    color               : #58595b;
    text-decoration     : none;
}

a.bottom_link:hover {
    font                : 11px arial;
    color               : #58595b;
    text-decoration     : underline;
}

td.navigator {
    color               : #58595b;
    font                : 11px arial;
}

a.navigator:link, a.navigator:active, a.navigator:visited {
    font                : bold 11px arial;
    color               : #58595b;
    text-decoration     : none;
}

a.navigator:hover {
    font                : bold 11px arial;
    color               : #58595b;
    text-decoration     : underline;
}
h1 {
    text-transform      : uppercase;
    font                : bold 11px arial;
    color               : #58595b;
}
h2 {
    text-transform      : uppercase;
    font                : bold 10px arial;
    color               : #58595b;
}

td.section_title {
    text-transform      : uppercase;
    font                : bold 11px arial;
    color               : #58595b;
}

td.color_2 {
    background-color    : #58494b;
}

span.date {
    color               : #999999;
}

span.header {
    font                : bold 11px arial;
    color               : #58595b;
}

td.form_text {
    font-weight         : bold;
    text-align          : right;
    white-space         : nowrap;
}

input.form_input {
    background-color    : #ffffff;
    color               : #000000;
    font                : 11px arial;
    border              : 1px solid #000000;
}

input.form_submit {
    background-color    : #887600;
    color               : #ffffff;
    font                : bold 11px arial;
    border              : 1px solid #887600;
}

td.form_error {
    font-weight         : bold;
    white-space         : nowrap;
    color               : #ff0000;
}

textarea.form_input {
    background-color    : #ffffff;
    color               : #000000;
    font                : 11px arial;
    border              : 1px solid #000000;
}

.float {
    position:absolute;
    width:127px;
    z-index:10; 
}
.right {
    right: 0px;
    top:200px;
}
.panel{
	margin-top:0px;
	padding-bottom:0px;
	background: transparent;
}
