* { padding: 0; margin: 0; }

body {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;
}

h1 {
font-size:15px;
text-transform:uppercase;
color:#535e66;
}

h2 {
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#535e66;
}

h3 {
font-size:11px;
text-transform:uppercase;
color:#535e66;
margin-bottom:5px;
}

li {
list-style:none;
line-height:25px;
}

img {
border:none;
outline:none;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#header {
 width: 475px;
 color: #333;
 height: 100px;
 float:left;
 margin-bottom:10px;
}

#navigation {
 width: 425px;
 height:100px;
 float:right;
}

#btnsNav {
margin-top:61px;
margin-left:20px;
text-align:left;
}

#btnsNav a{
 font-size:13px;
 text-transform:uppercase;
 color:#535e66;
 text-decoration:none;
 margin-right:18px;
 display:inline-block;
 }
 
#btnsNav a:hover{
   color:#999999;
  }
  
  
#flash { 
 width: 900px;
 color: #333;
 height: 275px;
 border-bottom:solid 1px #cccccc;
 border-top:solid 1px #cccccc;
 clear:both;
}

#contentleft { 
 float:left;
 width: 640px;
 padding-right:10px;
 color: #666;
 margin-top:10px;
 margin-bottom:10px;
 min-height:325px;
}

#contentleft p {
width:550px;
margin-bottom:10px;
}

#contentleft a{
 text-decoration:none;
 color:#2b373e;
}

#contentleft a:hover{
 text-decoration:none;
 color:#cccccc;
}

#contentleft a:visited{
 text-decoration:none;
 color:#999999;
}

#contentright {
 float:right;
 width: 239px;
 color:#666666;
 min-height: 325px;
 border-left: #CCCCCC 1px solid;
 padding-left:10px;
 margin-top:10px;
 margin-bottom:10px;
 }


#footer { 
 width: 900px;
 color: #333;
 clear:both;
 border-top:solid 1px #cccccc;
}

#footer p {
font-size:11px;
color:#999;
}

#footer a{
 text-decoration:none;
 color:#2b373e;
}

#footer a:hover{
 text-decoration:none;
 color:#cccccc;
}

#footer a:visited{
 text-decoration:none;
 color:#999999;
}

.footerBox{
width:214px;
float:left;
padding-left:10px;
padding-top:5px;
height:100px;
margin-top:10px;
margin-bottom:10px;
}

.imgHome{
float:right;
margin-left:10px;
}

.folioThumb{
float:left;
margin-right:10px;
margin-top:5px;
}

.folioItem{
height:180px;
border-bottom:solid 1px #ccc;
margin-top:10px;
}