body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #474747
}

#header, #navbar{
    background-color: #69c074;
}

#navbar{
    border-bottom: 1px dotted #040;
	border-top: 1px dotted;
    text-align: center;
}

#navbar a{
    font-size: 0.6em;
    letter-spacing: 0.04em;
}

#header{
    border-bottom: 6px solid #f7b108;
}

#breadcrumb {
    height: 28px;
    line-height: 1.5em;
    text-align: left;
    border-bottom: 1px dotted #040;
    padding: 5px 5px 0px 20px;
    font-style: normal;
}