/* global
----------------------------------------------- */
body {
background:#6A6A6A url(../Images/tree_background.jpg) top left no-repeat;
background-attachment:fixed;
margin:0 0 0 0;
padding:0;
font-family:Arial;
font-size:10px;
color:#000000;
}

/* layout
----------------------------------------------- */
#container {
position: relative;
margin: 0 auto -1px auto;
width:416px;
}

#layout_filler {
height:50px;
}

#layout_top {
width:416px;
height:65px;
}

#layout_main {
width:416px;
}

#layout_nav {
float:right;
width:106px;
height:310px;
}

#layout_content {
float:left;
width:265px;
height:280px;
padding-top:30px;
padding-left:40px;
padding-right:5px;
background:transparent url(../Images/tree_content.png) top left no-repeat;
text-align:justify;
}

#layout_content_b {
float:left;
width:265px;
height:280px;
padding-top:30px;
padding-left:40px;
padding-right:5px;
background:transparent url(../Images/tree_content_b.png) top left no-repeat;
}

#layout_footer {
clear:both;
padding-left:50px;
padding-bottom:30px;
color:#BDBDBD;
}

/* links
----------------------------------------------- */

a, a:link, a:visited {
font-size:10px;
color:#DC6800;
text-decoration:none;
}

a:hover {
font-size:10px;
color:#FF3C00;
text-decoration:none;
}

.thumbnail {
margin-right:5px;
margin-bottom:5px;
}

.highlight {
color:#993300;
}

.spacer {
height:5px;
}

hr {
border-bottom:1px solid #FFFFFF;
}

.padit {
padding-bottom:5px;
}
