* {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-weight: 100; 
	color: #ddb493;
/*	outline: 1px solid #ffffff; */
}

/* General webpage structure */
html {
	color: #ddb493;
	background-color: #000000;
}

body {
	color: #ddb493;
	background-color: #000000;
	text-align: left;
	margin: 0px auto;
}

#container {
	width: 952px;
	min-height: 575px; 
	margin: 0px auto;
}

#main_top {
    float: left;
    height: 405px;
    position: relative;
}

#main_menu {
    float: left;
    height: 28px;
    background: url('images/menubg.png');
}

#main_banners{
    float: left;
    height: 141px;
}

#footer {
	width: 923px;
	text-align: center;
	font-size: 77%;
	padding-top: 52px;
}

.fullwidth {
    float: left;
    width: 923px;
}

.left {
    float: left;
    width: 264px;
    margin: 0px;
}

.right {
    float: left;
    width: 659px;
    margin: 0px;
}

.frame {
    overflow: hidden;
    position: relative;
    width: 659px;
    height: 405px;
}

.slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3295px;
    height: 405px;
}

#leftbar {
    float: left;
    width: 29px;
    min-height: 650px; 
}

#logo {
	width: 264px;
	height: 405px;
	display: block;
}

#slider {
    height: 405px;
}

#prev {
    position: absolute;
    width: 24px;
    height: 106px;
    top: 150px;
    left: 285px;
    cursor: pointer;
}

#next {
    position: absolute;
    width: 24px;
    height: 106px;
    top: 150px;
    left: 880px;
    cursor: pointer;
}

.button {
    float: left;
    height: 28px;
    margin: 0px;
}

#bn_aboutus {
    width: 100px;
    background: url('images/about0.png');
}

#bn_aboutus:hover {
    background: url('images/about1.png');
}

#bn_news {
    width: 77px;
    background: url('images/news0.png');
}

#bn_news:hover {
    background: url('images/news1.png');
}

#bn_services {
    width: 106px;
    background: url('images/services0.png');
}

#bn_services:hover {
    background: url('images/services1.png');
}

#bn_investments {
    width: 193px;
    background: url('images/investments0.png');
}

#bn_investments:hover {
    background: url('images/investments1.png');
}

#bn_basics {
    width: 123px;
    background: url('images/basics0.png');
}

#bn_basics:hover {
    background: url('images/basics1.png');
}

#bn_promotions {
    width: 120px;
    background: url('images/promotions0.png');
}

#bn_promotions:hover {
    background: url('images/promotions1.png');
}

#bn_media {
    width: 89px;
    background: url('images/media0.png');
}

#bn_media:hover {
    background: url('images/media1.png');
}

#bn_contact {
    width: 115px;
    background: url('images/contact0.png');
}

#bn_contact:hover {
    background: url('images/contact1.png');
}

/* Website Content Markup */
