/* CSS Document */
* {
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
text-align: center;
font-family: Arial, Helvetica, sans-serif; 
color: #333;
background-color:#000
}

#outer {
border:0 solid;
text-align:left;
padding:0;
margin:0 auto;
width:765px;
color:#333;
background:#fff;
border: none;
}

#top {
height:76px;
width:765px;
overflow:hidden;
border: none;
color:#fff;
background: #090 url(img/flower_top.png) bottom right no-repeat;
}

/* top menu */
#menu {
margin-top:56px;
text-align:center;
font-size: 0.8em;
}

#menu ul li{
list-style:none;
display:inline;
}

#menu li a {
color:#fff;
text-decoration:  none;
font-weight: bold;
}

#menu li a:visited {
color:#ffd;
text-decoration:  none; 
}

#menu li a:hover {
color:#fc3;
text-decoration:  none; 
}

#outer #menu li a.current {
color:#fe0;
text-decoration:  none;
font-weight: bold;
}
/* end top menu */

#main {
width:765px;
min-height:190px;
border: none;
color:#334;
background: #fff  url(img/flower_btm.png) top right no-repeat;
}

#logo {
width:400px;
height:125px;
background: #fff  url(img/bgn_logo.png) top right no-repeat;
}

#content {
margin:20px;
width: 450px;
float:left
}


#needed {
margin:30px 0;
}

#right {
float:right;
padding: 80px 36px 0 10px;
width:210px;
border: none;
overflow:hidden;
color:#666;
font-size:0.9em;
}

.right_foot {
text-align:center;
font-size:0.85em;
color:#666;
margin-top:40px;
}

.foot {
clear:both;
padding-top:30px;
width:765px;
text-align:center;
font-size:0.85em;
color:#666;
}

a {
color:#09c;
text-decoration:  none;
font-weight: bold;
}

a:hover {
color:#f83;
text-decoration:  none; 
}

h1{
font-size:1.1em;
color:#0a0;
padding-top:14px;
}
h2{
font-size:1em;
color:#060;
padding-top:14px;
}
h3{
font-size:1em;
color:#360;
padding-top:14px;
}
h4{
font-size:0.9em;
color:#c30;
padding-top:13px;
}
h5{
font-size:0.9em;
color:#b30;
padding-top:12px;
}
h6{
font-size:0.9em;
color:#930;
padding-top:11px;
}

dl{
margin-left:20px;
}
dt{
font-size:1.1em;
color:#c30;
padding-top:14px;
}
dd{
padding-left:20px;
}

p {
padding-top:6px;
}

img {
border:none;
margin:6px;
}

.small {
font-size:0.85em;
color:#666;
}
