body { background-color: #000000; }

body,html {
    margin: 0px;
    padding: 0px;
    border-collapse:collapse;
    font-size: 13px;
    line-height: 16px;
    font-family:tahoma,arial;
    color:#969696;
    text-align:left;
}

img {
    border: 0;
}

a {
    text-decoration:none;
    color:#969696;
    font-weight:normal;
}


a:hover{
    text-decoration:none;
    color:#be7f22;
}

h1 {
    font: normal 26px/1.1em Tahoma, Candara, Georgia, serif;
    color: #ffffff;
}

h2 {
    font: normal 14px/1.1em Tahoma, Candara, Georgia, serif;
    color: #f0ab46;
    font-weight:bold;
}

h3 {
    font: normal 12px/1.1em Tahoma, Candara, Georgia, serif;
    color: #f0ab46;
}

#col_menu {
	background: #333333 url("images/menu-bottom.jpg") bottom no-repeat;
	padding-bottom: 70px;
}

.col_lr {
	background: #7f7f7f url("images/menu-lr-bg.jpg") bottom no-repeat;
	width: 1px;
}
div#col_center {
	padding-left: 50px;
	padding-right: 75px;
}




.menuside {
    width:204px;float:left;
}
.menuside a.menu:link, .menuside a.menu:visited {
    background-color: #333333;
    text-decoration:none;
    color:#FFFFFF;
    text-align:left;
    font-family:tahoma;
    font-size:11px;
    font-weight:bold;
    display:block;
    padding:0px 5px 0px 15px;
    line-height: 29px;
    border-bottom: solid 1px #7f7f7f;
}
.menuside a.menu:hover, .menuside a.menu:active {
    background-color: #2c2c2c;
}
.menuside a#menu_first.menu:link, .menuside a#menu_first.menu:visited {
    border-bottom: none;
	background: #333333 url("images/menu-line-first.jpg") bottom no-repeat;
}


.menuside a.podmenu:link, .menuside a.podmenu:visited {
    background-color: #e5e5e5;
    text-decoration:none;
    color:#3b3b3b;
    text-align:left;
    font-family:tahoma;
    font-size:11px;
    font-weight:normal;
    display:block;
    padding:6px 5px 6px 15px;
    line-height: 29px;
    border-bottom: solid 1px #7f7f7f;
}
.menuside a.podmenu:hover, .menuside a.podmenu:active {
    background-color: #ffffff;
}
