html {
  height: 100%;
}

body {
  font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #555 url(../images/pattern.png) repeat fixed;
}

blockquote {
  border-color: #777;
}

p {
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h1 a {
  font-family: serif;
  font-size: 108%;
  letter-spacing: .1em;
  background: transparent;
  color: #6EAB03;
  text-decoration: none;
}

h2 {
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  letter-spacing: .1em;
  font-weight: normal;
}

img {
  border: 0px;
}

a {
  outline: none;
}

/* image positioning - left, right and center */
.left {
  float: left; 
  padding: 0px 8px 0px 0px;
}

.right {
  float: right; 
  padding: 0px 0px 0px 8px;
}

.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

blockquote {
  margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

ul {
  margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li {
  list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

ol {
  margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li {
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

#main, #links, #footer, #title, #menu, #content {
  margin-left: auto; 
  margin-right: auto;
}

#main {
  width: 850px;
  background: #F5F6F0;
}

#header {
  border-top: 1px solid; 
  border-bottom: 1px solid;
  height: 87px;
  background: #B5B9A7;
  color: #777;
  border-top-color: #EEE;
  border-bottom-color: #ABB197;
}

#title {
  padding: 11px 0px 0px 14px;
  float: left;
}

#account {
  padding: 11px 17px 0px 14px;
  float: right;
  text-align: right;
}

#title h1 {
  font-family: verdana, arial, sans-serif;
  margin: 0px;
  padding: 18px 0px 0px 0px;
  font-size: 160%;
  letter-spacing: .3em;
}

#title h2 {
  font-family: verdana, arial, sans-serif;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 100%;
  letter-spacing: .2em;
}

#menu {
  height: 40px; 
  border-bottom: 1px solid #EEE;
  background: #666 url(../images/menu.png);
  color: #F5F6F0;
}

#items {
  margin: 0px auto;
} 

#items li {
  float: left; 
  margin: 0; 
  padding: 0;
  list-style: none;
} 

#items li a {
  font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 27px;
  text-decoration: none; 
  padding: 11px 14px 2px 14px;
  text-transform: uppercase;
  font-size: 80%;
  border-right: 1px solid;
  background: transparent;
  color: #F5F6F0;
  border-color: #666;
} 

#items li a:hover, #items li a#selected, #items li a#selected:hover {
  background: #898867 url(../images/menu_hover.png);
  color: #F5F6F0;
  border-color: #777;
}

#links {
  margin: 0px auto;
  float: right;
}

#links li {  
  float: left;
  margin: 0; 
  padding: 0;
  list-style: none;
}

#links li a {
  display: block; 
  height: 27px;
  text-decoration: none; 
  padding: 11px 14px 2px 14px;
  font-size: 80%;
  border-left: 1px solid;
  background: transparent;
  color: #F5F6F0;
  border-color: #666;
}

#links li a:hover, #links li a#selected, #links li a#selected:hover {
  background: #898867 url(../images/menu_hover.png);
  color: #F5F6F0;
  border-color: #777;
}

.sidebar {
  float: left;
  width: 200px;
  padding: 16px 11px 15px 11px;
}

.sidebaritem {
  text-align: left;
  width: 196px;
  float: left;
  margin: 0px 4px 11px 4px;
  background: #E1E5D5;
  color: #555;
}

.sidebaritem h1, .sidebaritem h1 a, .sidebaritem h2, .sidebaritem p {
  margin: 0px 10px 0px 10px
}

.sidebaritem h1, .sidebaritem h1 a {
  font-weight: normal;
  padding: 8px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p {
  line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem p a, .sidebaritem li a, .sidebaritem p a:hover, .sidebaritem li a:hover {
  padding: 0px 0px 2px 14px;
  text-decoration: none;
}

.sbilinks ul {
  margin: 0px 0px 18px 10px;
}

.sbilinks li {
  list-style: none; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.sbilinks li a, .sbilinks li a:hover {
  height: 16px;
  text-decoration: none; 
  width: 149px;
}

#content {
  text-align: justify;
  width: 600px;
  padding: 26px 9px 15px 15px;
  float: left;
}

#content h1 {
  font-family: arial, sans-serif;
  margin: 2px 0px 12px 0px; 
  font-size: 128%;  
  font-weight: normal;
  text-transform: uppercase;
}

#content a, #content a:hover, #header a, #header a:hover {
  padding: 0px 0px 2px 0px;
  text-decoration: none;
  background: transparent;
  color: #F06B00;
}

#footer {
  height: 44px;
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center;
  background: #B5B9A7 url(../images/footer.png) repeat-x;
  color: #414141;
  border-color: #6D913D;
}

#footer a {
  text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
}

#footer a:hover {
  text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
}

#title, #title h1 {
  background: transparent;
  color: #777;
}

#left_sidebar, #content, #right_sidebar, #content a:hover, #header a:hover { 
  color: #666;
} 

.sbilinks li a, .sidebaritem p a, .sidebaritem li a {
  background: transparent url(../images/arrow.png) no-repeat left center;
  color: #555;
} 

.sbilinks li a:hover, .sidebaritem p a:hover, .sidebaritem li a:hover {
  background: transparent url(../images/arrow_select.png) no-repeat left center;
  color: #555;
}

#account, #footer a, #footer a:hover {
  background: transparent;
  color: #414141;
}

/* Nifty Corners By Alessandro Fulciniti (http://www.html.it/articoli/nifty/) */
.rtop, .rbottom {
  display: block; background: #F5F6F0;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4, .rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4 {
  display: block;
  height: 1px;
  overflow: hidden; 
  background: #E1E5D5;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4 {
  margin: 0 1px;
  height: 2px
}