@charset "utf-8";
/* CSS Document */

body{
background-color:#403f3a;
padding-bottom:50px;
font-family:Arial, Helvetica;
font-size:77%;
}

a{
outline:none;
}

a:link, a:visited, a:hover{

color: #69980f;

}


img{
display:block;
}

#centered-pane{
width:760px;

margin:0 auto;
}

.clear-both{
clear:both;
}

.no-padding{
padding:0;
}

.no-margin{
margin:0;
}

.clear-left{
clear:left;
}

.clear-right{
clear:right;
}


.margin-bottom-five{
margin-bottom:5px;
}

/* see top-navigation-pane.css */

/* see footer-pane.css */

/* see main-pane */

/*see header-pane*/

/* see content-pane.css */

/* see right-column.css */