body {
    background: #161616 url('gfx/bkg3-main.png') ;
    color: white;
}

h1 {
    text-align: right;
    text-transform: uppercase;
    padding: 30px 60px;
    font-size: 14px;
    font-family: serif, 'Times New Roman';
}

h2 {
    padding: 15px 60px;
}

p {
    padding: 5px 60px;
}

a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

li {
    list-style-type: circle;
    list-style-image: url(gfx/arrow2.gif);
    margin: 5px;
}

ul {
    margin: 5px 75px;
}

#mainer {
    background: transparent url('gfx/bkg3.png') repeat-x;
	padding-top: 20px;
	width: 100%;
	height: 800px;
}

#main {
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    width: 900px;
    margin: 0 auto;
    background: black url(gfx/gradient.png) no-repeat top right;
}

#header {
    position: relative;
    width: 100%;
    height: 64px;
    background: transparent url(gfx/logo.jpg) no-repeat left bottom;
    border-bottom: 1px solid #262626;
}


#menu {
    position: absolute;
    right: 0px;
    bottom: 0;
    margin:10px 0 0 0;
}






#menu li {
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:center;
}

#menu li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    padding: 15px ; 
    display: block;
    float: left;
    height: 20px;
}

#menu li.active a {
    font-weight: bold;
    font-size: 110%;
}

#menu li.active a, #menu li a:hover {
    background: transparent url(gfx/arrow.gif) no-repeat 50% 100%;
}


* html * #content {
    height: 465px;
}

#content {
    min-height: 465px;
    width: 100%;
    border-bottom: 1px solid #262626;
    background: transparent url(gfx/foto1.jpg) no-repeat left top;
}

#footer {
    color: #737373;
    width: 100%;
    background: black;
    height: 60px;
}

#footer p {
    text-align: right;
    font-size: 12px;
    padding-top: 20px;
}

#footer a {
    color: #737373;
}

#footer a:hover {
    color: white;
}

#right {
    height: 435px;
    margin-left: 365px;
    width: 535px;
    padding-bottom: 30px;
	overflow-y: scroll;
	scrollbar-base-color: black;
	scrollbar-arrow-color: #695c00;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: #404040;
	scrollbar-track-color: black;
}


